Shades of Arapawa #214A64
Tints of Arapawa #214A64
RGB
CMYK
RGB Variations
Color information
#214A64 (or 0x214A64) is known color: Arapawa. HEX triplet: 21, 4A and 64. RGB value is (33,74,100). Sum of RGB (Red+Green+Blue) = 33+74+100=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 100 (39.45% from 255 or 48.31% from 207); Max value from RGB is 100 - color contains mainly: blue. Hex color #214A64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214A64 is #DEB59B. Grayscale: #404040. Windows color (decimal): -14595484 or 6572577. OLE color: 6572577.
HSL color Cylindrical-coordinate representation of color #214A64: hue angle of 203.28º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #214A64 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 33 | 74 | 100 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.61 |
| HSL | 203.28º | 0.5% | 0.26% | - |
| HSV(B) | 203.28º | 0.67% | 0.39% | - |
| XYZ | 5.38 | 6.14 | 12.96 | - |
| YUV | 64.71 | 147.92 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 74 | 100 | 0.67 | 0.26 | 0 | 0.61 | 203.28 | 0.5 | 0.26 |
| Hex | 21 | 4A | 64 | 43 | 1A | 0 | 3D | CB | 32 | 1A |
| Octal | 41 | 112 | 144 | 103 | 32 | 0 | 75 | 313 | 62 | 32 |
| Binary | 100001 | 1001010 | 1100100 | 1000011 | 11010 | 0 | 111101 | 11001011 | 110010 | 11010 |
Color Harmonies of #214A64
Complementary color
Monochromatic Colors of #214A64
Black with #214A64
Text Example
Text Example
White with #214A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214A64; }
p { color: rgb(33,74,100); }
H1.HeaderClassName
{
color: #214A64;
}
.AnyTagClassName
{
color: #214A64;
}
</style>
background-color css
<style>
a { background-color: #214A64; }
a { background-color: rgb(33,74,100); }
div.DivClassName
{
background-color: #214A64;
}
.BgClassName
{
background-color: #214A64;
}
</style>
border-color css
<style>
span { border-color: #214A64; }
span { border-color: rgb(33,74,100); }
td.TdClassName
{
border-color: #214A64;
}
.TagClassName
{
border-color: #214A64;
}
</style>