Shades of Arapawa #264E5F
Tints of Arapawa #264E5F
RGB
CMYK
RGB Variations
Color information
#264E5F (or 0x264E5F) is known color: Arapawa. HEX triplet: 26, 4E and 5F. RGB value is (38,78,95). Sum of RGB (Red+Green+Blue) = 38+78+95=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 78 (30.86% from 255 or 36.97% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 95 - color contains mainly: blue. Hex color #264E5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264E5F is #D9B1A0. Grayscale: #434343. Windows color (decimal): -14266785 or 6245926. OLE color: 6245926.
HSL color Cylindrical-coordinate representation of color #264E5F: hue angle of 197.89º 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 #264E5F is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 38 | 78 | 95 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.63 |
| HSL | 197.89º | 0.43% | 0.26% | - |
| HSV(B) | 197.89º | 0.6% | 0.37% | - |
| XYZ | 5.59 | 6.69 | 11.82 | - |
| YUV | 67.98 | 143.25 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 78 | 95 | 0.60 | 0.18 | 0 | 0.63 | 197.89 | 0.43 | 0.26 |
| Hex | 26 | 4E | 5F | 3C | 12 | 0 | 3F | C6 | 2B | 1A |
| Octal | 46 | 116 | 137 | 74 | 22 | 0 | 77 | 306 | 53 | 32 |
| Binary | 100110 | 1001110 | 1011111 | 111100 | 10010 | 0 | 111111 | 11000110 | 101011 | 11010 |
Color Harmonies of #264E5F
Complementary color
Monochromatic Colors of #264E5F
Black with #264E5F
Text Example
Text Example
White with #264E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264E5F; }
p { color: rgb(38,78,95); }
H1.HeaderClassName
{
color: #264E5F;
}
.AnyTagClassName
{
color: #264E5F;
}
</style>
background-color css
<style>
a { background-color: #264E5F; }
a { background-color: rgb(38,78,95); }
div.DivClassName
{
background-color: #264E5F;
}
.BgClassName
{
background-color: #264E5F;
}
</style>
border-color css
<style>
span { border-color: #264E5F; }
span { border-color: rgb(38,78,95); }
td.TdClassName
{
border-color: #264E5F;
}
.TagClassName
{
border-color: #264E5F;
}
</style>