Shades of Arapawa #264C5F
Tints of Arapawa #264C5F
RGB
CMYK
RGB Variations
Color information
#264C5F (or 0x264C5F) is known color: Arapawa. HEX triplet: 26, 4C and 5F. RGB value is (38,76,95). Sum of RGB (Red+Green+Blue) = 38+76+95=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 95 - color contains mainly: blue. Hex color #264C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264C5F is #D9B3A0. Grayscale: #424242. Windows color (decimal): -14267297 or 6245414. OLE color: 6245414.
HSL color Cylindrical-coordinate representation of color #264C5F: hue angle of 200º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #264C5F is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 38 | 76 | 95 | - |
| CMYK | 0.60 | 0.20 | 0 | 0.63 |
| HSL | 200º | 0.43% | 0.26% | - |
| HSV(B) | 200º | 0.6% | 0.37% | - |
| XYZ | 5.45 | 6.41 | 11.78 | - |
| YUV | 66.8 | 143.91 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 95 | 0.60 | 0.20 | 0 | 0.63 | 200 | 0.43 | 0.26 |
| Hex | 26 | 4C | 5F | 3C | 14 | 0 | 3F | C8 | 2B | 1A |
| Octal | 46 | 114 | 137 | 74 | 24 | 0 | 77 | 310 | 53 | 32 |
| Binary | 100110 | 1001100 | 1011111 | 111100 | 10100 | 0 | 111111 | 11001000 | 101011 | 11010 |
Color Harmonies of #264C5F
Complementary color
Monochromatic Colors of #264C5F
Black with #264C5F
Text Example
Text Example
White with #264C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264C5F; }
p { color: rgb(38,76,95); }
H1.HeaderClassName
{
color: #264C5F;
}
.AnyTagClassName
{
color: #264C5F;
}
</style>
background-color css
<style>
a { background-color: #264C5F; }
a { background-color: rgb(38,76,95); }
div.DivClassName
{
background-color: #264C5F;
}
.BgClassName
{
background-color: #264C5F;
}
</style>
border-color css
<style>
span { border-color: #264C5F; }
span { border-color: rgb(38,76,95); }
td.TdClassName
{
border-color: #264C5F;
}
.TagClassName
{
border-color: #264C5F;
}
</style>