Shades of Arapawa #214A5F
Tints of Arapawa #214A5F
RGB
CMYK
RGB Variations
Color information
#214A5F (or 0x214A5F) is known color: Arapawa. HEX triplet: 21, 4A and 5F. RGB value is (33,74,95). Sum of RGB (Red+Green+Blue) = 33+74+95=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 95 (37.5% from 255 or 47.03% from 202); Max value from RGB is 95 - color contains mainly: blue. Hex color #214A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214A5F is #DEB5A0. Grayscale: #404040. Windows color (decimal): -14595489 or 6244897. OLE color: 6244897.
HSL color Cylindrical-coordinate representation of color #214A5F: hue angle of 200.32º 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 #214A5F is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 74 | 95 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.63 |
| HSL | 200.32º | 0.48% | 0.25% | - |
| HSV(B) | 200.32º | 0.65% | 0.37% | - |
| XYZ | 5.14 | 6.05 | 11.72 | - |
| YUV | 64.14 | 145.42 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 74 | 95 | 0.65 | 0.22 | 0 | 0.63 | 200.32 | 0.48 | 0.25 |
| Hex | 21 | 4A | 5F | 41 | 16 | 0 | 3F | C8 | 30 | 19 |
| Octal | 41 | 112 | 137 | 101 | 26 | 0 | 77 | 310 | 60 | 31 |
| Binary | 100001 | 1001010 | 1011111 | 1000001 | 10110 | 0 | 111111 | 11001000 | 110000 | 11001 |
Color Harmonies of #214A5F
Complementary color
Monochromatic Colors of #214A5F
Black with #214A5F
Text Example
Text Example
White with #214A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214A5F; }
p { color: rgb(33,74,95); }
H1.HeaderClassName
{
color: #214A5F;
}
.AnyTagClassName
{
color: #214A5F;
}
</style>
background-color css
<style>
a { background-color: #214A5F; }
a { background-color: rgb(33,74,95); }
div.DivClassName
{
background-color: #214A5F;
}
.BgClassName
{
background-color: #214A5F;
}
</style>
border-color css
<style>
span { border-color: #214A5F; }
span { border-color: rgb(33,74,95); }
td.TdClassName
{
border-color: #214A5F;
}
.TagClassName
{
border-color: #214A5F;
}
</style>