Shades of Arapawa #214960
Tints of Arapawa #214960
RGB
CMYK
RGB Variations
Color information
#214960 (or 0x214960) is known color: Arapawa. HEX triplet: 21, 49 and 60. RGB value is (33,73,96). Sum of RGB (Red+Green+Blue) = 33+73+96=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #214960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214960 is #DEB69F. Grayscale: #3F3F3F. Windows color (decimal): -14595744 or 6310177. OLE color: 6310177.
HSL color Cylindrical-coordinate representation of color #214960: hue angle of 201.9º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #214960 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 73 | 96 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.62 |
| HSL | 201.9º | 0.49% | 0.25% | - |
| HSV(B) | 201.9º | 0.66% | 0.38% | - |
| XYZ | 5.12 | 5.93 | 11.94 | - |
| YUV | 63.66 | 146.25 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 96 | 0.66 | 0.24 | 0 | 0.62 | 201.9 | 0.49 | 0.25 |
| Hex | 21 | 49 | 60 | 42 | 18 | 0 | 3E | CA | 31 | 19 |
| Octal | 41 | 111 | 140 | 102 | 30 | 0 | 76 | 312 | 61 | 31 |
| Binary | 100001 | 1001001 | 1100000 | 1000010 | 11000 | 0 | 111110 | 11001010 | 110001 | 11001 |
Color Harmonies of #214960
Complementary color
Monochromatic Colors of #214960
Black with #214960
Text Example
Text Example
White with #214960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214960; }
p { color: rgb(33,73,96); }
H1.HeaderClassName
{
color: #214960;
}
.AnyTagClassName
{
color: #214960;
}
</style>
background-color css
<style>
a { background-color: #214960; }
a { background-color: rgb(33,73,96); }
div.DivClassName
{
background-color: #214960;
}
.BgClassName
{
background-color: #214960;
}
</style>
border-color css
<style>
span { border-color: #214960; }
span { border-color: rgb(33,73,96); }
td.TdClassName
{
border-color: #214960;
}
.TagClassName
{
border-color: #214960;
}
</style>