Shades of Arapawa #214E5E
Tints of Arapawa #214E5E
RGB
CMYK
RGB Variations
Color information
#214E5E (or 0x214E5E) is known color: Arapawa. HEX triplet: 21, 4E and 5E. RGB value is (33,78,94). Sum of RGB (Red+Green+Blue) = 33+78+94=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 94 - color contains mainly: blue. Hex color #214E5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214E5E is #DEB1A1. Grayscale: #424242. Windows color (decimal): -14594466 or 6180385. OLE color: 6180385.
HSL color Cylindrical-coordinate representation of color #214E5E: hue angle of 195.74º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #214E5E is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 78 | 94 | - |
| CMYK | 0.65 | 0.17 | 0 | 0.63 |
| HSL | 195.74º | 0.48% | 0.25% | - |
| HSV(B) | 195.74º | 0.65% | 0.37% | - |
| XYZ | 5.37 | 6.58 | 11.58 | - |
| YUV | 66.37 | 143.59 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 78 | 94 | 0.65 | 0.17 | 0 | 0.63 | 195.74 | 0.48 | 0.25 |
| Hex | 21 | 4E | 5E | 41 | 11 | 0 | 3F | C4 | 30 | 19 |
| Octal | 41 | 116 | 136 | 101 | 21 | 0 | 77 | 304 | 60 | 31 |
| Binary | 100001 | 1001110 | 1011110 | 1000001 | 10001 | 0 | 111111 | 11000100 | 110000 | 11001 |
Color Harmonies of #214E5E
Complementary color
Monochromatic Colors of #214E5E
Black with #214E5E
Text Example
Text Example
White with #214E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214E5E; }
p { color: rgb(33,78,94); }
H1.HeaderClassName
{
color: #214E5E;
}
.AnyTagClassName
{
color: #214E5E;
}
</style>
background-color css
<style>
a { background-color: #214E5E; }
a { background-color: rgb(33,78,94); }
div.DivClassName
{
background-color: #214E5E;
}
.BgClassName
{
background-color: #214E5E;
}
</style>
border-color css
<style>
span { border-color: #214E5E; }
span { border-color: rgb(33,78,94); }
td.TdClassName
{
border-color: #214E5E;
}
.TagClassName
{
border-color: #214E5E;
}
</style>