Shades of Arapawa #214F63
Tints of Arapawa #214F63
RGB
CMYK
RGB Variations
Color information
#214F63 (or 0x214F63) is known color: Arapawa. HEX triplet: 21, 4F and 63. RGB value is (33,79,99). Sum of RGB (Red+Green+Blue) = 33+79+99=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 99 - color contains mainly: blue. Hex color #214F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214F63 is #DEB09C. Grayscale: #434343. Windows color (decimal): -14594205 or 6508321. OLE color: 6508321.
HSL color Cylindrical-coordinate representation of color #214F63: hue angle of 198.18º 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 #214F63 is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 33 | 79 | 99 | - |
| CMYK | 0.67 | 0.20 | 0 | 0.61 |
| HSL | 198.18º | 0.5% | 0.26% | - |
| HSV(B) | 198.18º | 0.67% | 0.39% | - |
| XYZ | 5.68 | 6.82 | 12.82 | - |
| YUV | 67.53 | 145.76 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 79 | 99 | 0.67 | 0.20 | 0 | 0.61 | 198.18 | 0.5 | 0.26 |
| Hex | 21 | 4F | 63 | 43 | 14 | 0 | 3D | C6 | 32 | 1A |
| Octal | 41 | 117 | 143 | 103 | 24 | 0 | 75 | 306 | 62 | 32 |
| Binary | 100001 | 1001111 | 1100011 | 1000011 | 10100 | 0 | 111101 | 11000110 | 110010 | 11010 |
Color Harmonies of #214F63
Complementary color
Monochromatic Colors of #214F63
Black with #214F63
Text Example
Text Example
White with #214F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214F63; }
p { color: rgb(33,79,99); }
H1.HeaderClassName
{
color: #214F63;
}
.AnyTagClassName
{
color: #214F63;
}
</style>
background-color css
<style>
a { background-color: #214F63; }
a { background-color: rgb(33,79,99); }
div.DivClassName
{
background-color: #214F63;
}
.BgClassName
{
background-color: #214F63;
}
</style>
border-color css
<style>
span { border-color: #214F63; }
span { border-color: rgb(33,79,99); }
td.TdClassName
{
border-color: #214F63;
}
.TagClassName
{
border-color: #214F63;
}
</style>