Shades of Arapawa #214F62
Tints of Arapawa #214F62
RGB
CMYK
RGB Variations
Color information
#214F62 (or 0x214F62) is known color: Arapawa. HEX triplet: 21, 4F and 62. RGB value is (33,79,98). Sum of RGB (Red+Green+Blue) = 33+79+98=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 98 (38.67% from 255 or 46.67% from 210); Max value from RGB is 98 - color contains mainly: blue. Hex color #214F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214F62 is #DEB09D. Grayscale: #434343. Windows color (decimal): -14594206 or 6442785. OLE color: 6442785.
HSL color Cylindrical-coordinate representation of color #214F62: hue angle of 197.54º 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 #214F62 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 79 | 98 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.62 |
| HSL | 197.54º | 0.5% | 0.26% | - |
| HSV(B) | 197.54º | 0.66% | 0.38% | - |
| XYZ | 5.63 | 6.8 | 12.57 | - |
| YUV | 67.41 | 145.26 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 79 | 98 | 0.66 | 0.19 | 0 | 0.62 | 197.54 | 0.5 | 0.26 |
| Hex | 21 | 4F | 62 | 42 | 13 | 0 | 3E | C6 | 32 | 1A |
| Octal | 41 | 117 | 142 | 102 | 23 | 0 | 76 | 306 | 62 | 32 |
| Binary | 100001 | 1001111 | 1100010 | 1000010 | 10011 | 0 | 111110 | 11000110 | 110010 | 11010 |
Color Harmonies of #214F62
Complementary color
Monochromatic Colors of #214F62
Black with #214F62
Text Example
Text Example
White with #214F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214F62; }
p { color: rgb(33,79,98); }
H1.HeaderClassName
{
color: #214F62;
}
.AnyTagClassName
{
color: #214F62;
}
</style>
background-color css
<style>
a { background-color: #214F62; }
a { background-color: rgb(33,79,98); }
div.DivClassName
{
background-color: #214F62;
}
.BgClassName
{
background-color: #214F62;
}
</style>
border-color css
<style>
span { border-color: #214F62; }
span { border-color: rgb(33,79,98); }
td.TdClassName
{
border-color: #214F62;
}
.TagClassName
{
border-color: #214F62;
}
</style>