Shades of Arapawa #214A69
Tints of Arapawa #214A69
RGB
CMYK
RGB Variations
Color information
#214A69 (or 0x214A69) is known color: Arapawa. HEX triplet: 21, 4A and 69. RGB value is (33,74,105). Sum of RGB (Red+Green+Blue) = 33+74+105=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 74 (29.30% from 255 or 34.91% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #214A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214A69 is #DEB596. Grayscale: #414141. Windows color (decimal): -14595479 or 6900257. OLE color: 6900257.
HSL color Cylindrical-coordinate representation of color #214A69: hue angle of 205.83º 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 #214A69 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 74 | 105 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.59 |
| HSL | 205.83º | 0.52% | 0.27% | - |
| HSV(B) | 205.83º | 0.69% | 0.41% | - |
| XYZ | 5.63 | 6.24 | 14.27 | - |
| YUV | 65.28 | 150.42 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 74 | 105 | 0.69 | 0.30 | 0 | 0.59 | 205.83 | 0.52 | 0.27 |
| Hex | 21 | 4A | 69 | 45 | 1E | 0 | 3B | CE | 34 | 1B |
| Octal | 41 | 112 | 151 | 105 | 36 | 0 | 73 | 316 | 64 | 33 |
| Binary | 100001 | 1001010 | 1101001 | 1000101 | 11110 | 0 | 111011 | 11001110 | 110100 | 11011 |
Color Harmonies of #214A69
Complementary color
Monochromatic Colors of #214A69
Black with #214A69
Text Example
Text Example
White with #214A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214A69; }
p { color: rgb(33,74,105); }
H1.HeaderClassName
{
color: #214A69;
}
.AnyTagClassName
{
color: #214A69;
}
</style>
background-color css
<style>
a { background-color: #214A69; }
a { background-color: rgb(33,74,105); }
div.DivClassName
{
background-color: #214A69;
}
.BgClassName
{
background-color: #214A69;
}
</style>
border-color css
<style>
span { border-color: #214A69; }
span { border-color: rgb(33,74,105); }
td.TdClassName
{
border-color: #214A69;
}
.TagClassName
{
border-color: #214A69;
}
</style>