Shades of Arapawa #214A62
Tints of Arapawa #214A62
RGB
CMYK
RGB Variations
Color information
#214A62 (or 0x214A62) is known color: Arapawa. HEX triplet: 21, 4A and 62. RGB value is (33,74,98). Sum of RGB (Red+Green+Blue) = 33+74+98=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 98 (38.67% from 255 or 47.80% from 205); Max value from RGB is 98 - color contains mainly: blue. Hex color #214A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214A62 is #DEB59D. Grayscale: #404040. Windows color (decimal): -14595486 or 6441505. OLE color: 6441505.
HSL color Cylindrical-coordinate representation of color #214A62: hue angle of 202.15º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #214A62 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 74 | 98 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.62 |
| HSL | 202.15º | 0.5% | 0.26% | - |
| HSV(B) | 202.15º | 0.66% | 0.38% | - |
| XYZ | 5.28 | 6.1 | 12.45 | - |
| YUV | 64.48 | 146.92 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 74 | 98 | 0.66 | 0.24 | 0 | 0.62 | 202.15 | 0.5 | 0.26 |
| Hex | 21 | 4A | 62 | 42 | 18 | 0 | 3E | CA | 32 | 1A |
| Octal | 41 | 112 | 142 | 102 | 30 | 0 | 76 | 312 | 62 | 32 |
| Binary | 100001 | 1001010 | 1100010 | 1000010 | 11000 | 0 | 111110 | 11001010 | 110010 | 11010 |
Color Harmonies of #214A62
Complementary color
Monochromatic Colors of #214A62
Black with #214A62
Text Example
Text Example
White with #214A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214A62; }
p { color: rgb(33,74,98); }
H1.HeaderClassName
{
color: #214A62;
}
.AnyTagClassName
{
color: #214A62;
}
</style>
background-color css
<style>
a { background-color: #214A62; }
a { background-color: rgb(33,74,98); }
div.DivClassName
{
background-color: #214A62;
}
.BgClassName
{
background-color: #214A62;
}
</style>
border-color css
<style>
span { border-color: #214A62; }
span { border-color: rgb(33,74,98); }
td.TdClassName
{
border-color: #214A62;
}
.TagClassName
{
border-color: #214A62;
}
</style>