Shades of Arapawa #214E69
Tints of Arapawa #214E69
RGB
CMYK
RGB Variations
Color information
#214E69 (or 0x214E69) is known color: Arapawa. HEX triplet: 21, 4E and 69. RGB value is (33,78,105). Sum of RGB (Red+Green+Blue) = 33+78+105=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 78 (30.86% from 255 or 36.11% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #214E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214E69 is #DEB196. Grayscale: #434343. Windows color (decimal): -14594455 or 6901281. OLE color: 6901281.
HSL color Cylindrical-coordinate representation of color #214E69: hue angle of 202.5º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #214E69 is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 78 | 105 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.59 |
| HSL | 202.5º | 0.52% | 0.27% | - |
| HSV(B) | 202.5º | 0.69% | 0.41% | - |
| XYZ | 5.9 | 6.79 | 14.36 | - |
| YUV | 67.62 | 149.09 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 78 | 105 | 0.69 | 0.26 | 0 | 0.59 | 202.5 | 0.52 | 0.27 |
| Hex | 21 | 4E | 69 | 45 | 1A | 0 | 3B | CA | 34 | 1B |
| Octal | 41 | 116 | 151 | 105 | 32 | 0 | 73 | 312 | 64 | 33 |
| Binary | 100001 | 1001110 | 1101001 | 1000101 | 11010 | 0 | 111011 | 11001010 | 110100 | 11011 |
Color Harmonies of #214E69
Complementary color
Monochromatic Colors of #214E69
Black with #214E69
Text Example
Text Example
White with #214E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214E69; }
p { color: rgb(33,78,105); }
H1.HeaderClassName
{
color: #214E69;
}
.AnyTagClassName
{
color: #214E69;
}
</style>
background-color css
<style>
a { background-color: #214E69; }
a { background-color: rgb(33,78,105); }
div.DivClassName
{
background-color: #214E69;
}
.BgClassName
{
background-color: #214E69;
}
</style>
border-color css
<style>
span { border-color: #214E69; }
span { border-color: rgb(33,78,105); }
td.TdClassName
{
border-color: #214E69;
}
.TagClassName
{
border-color: #214E69;
}
</style>