Shades of Arapawa #264E5C
Tints of Arapawa #264E5C
RGB
CMYK
RGB Variations
Color information
#264E5C (or 0x264E5C) is known color: Arapawa. HEX triplet: 26, 4E and 5C. RGB value is (38,78,92). Sum of RGB (Red+Green+Blue) = 38+78+92=208 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.27% from 208); Green value is 78 (30.86% from 255 or 37.5% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 92 - color contains mainly: blue. Hex color #264E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264E5C is #D9B1A3. Grayscale: #434343. Windows color (decimal): -14266788 or 6049318. OLE color: 6049318.
HSL color Cylindrical-coordinate representation of color #264E5C: hue angle of 195.56º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #264E5C is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 78 | 92 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.64 |
| HSL | 195.56º | 0.42% | 0.25% | - |
| HSV(B) | 195.56º | 0.59% | 0.36% | - |
| XYZ | 5.46 | 6.63 | 11.12 | - |
| YUV | 67.64 | 141.75 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 78 | 92 | 0.59 | 0.15 | 0 | 0.64 | 195.56 | 0.42 | 0.25 |
| Hex | 26 | 4E | 5C | 3B | F | 0 | 40 | C4 | 2A | 19 |
| Octal | 46 | 116 | 134 | 73 | 17 | 0 | 100 | 304 | 52 | 31 |
| Binary | 100110 | 1001110 | 1011100 | 111011 | 1111 | 0 | 1000000 | 11000100 | 101010 | 11001 |
Color Harmonies of #264E5C
Complementary color
Monochromatic Colors of #264E5C
Black with #264E5C
Text Example
Text Example
White with #264E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264E5C; }
p { color: rgb(38,78,92); }
H1.HeaderClassName
{
color: #264E5C;
}
.AnyTagClassName
{
color: #264E5C;
}
</style>
background-color css
<style>
a { background-color: #264E5C; }
a { background-color: rgb(38,78,92); }
div.DivClassName
{
background-color: #264E5C;
}
.BgClassName
{
background-color: #264E5C;
}
</style>
border-color css
<style>
span { border-color: #264E5C; }
span { border-color: rgb(38,78,92); }
td.TdClassName
{
border-color: #264E5C;
}
.TagClassName
{
border-color: #264E5C;
}
</style>