Shades of Arapawa #214865
Tints of Arapawa #214865
RGB
CMYK
RGB Variations
Color information
#214865 (or 0x214865) is known color: Arapawa. HEX triplet: 21, 48 and 65. RGB value is (33,72,101). Sum of RGB (Red+Green+Blue) = 33+72+101=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #214865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214865 is #DEB79A. Grayscale: #3F3F3F. Windows color (decimal): -14595995 or 6637601. OLE color: 6637601.
HSL color Cylindrical-coordinate representation of color #214865: hue angle of 205.59º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #214865 is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 72 | 101 | - |
| CMYK | 0.67 | 0.29 | 0 | 0.60 |
| HSL | 205.59º | 0.51% | 0.26% | - |
| HSV(B) | 205.59º | 0.67% | 0.4% | - |
| XYZ | 5.29 | 5.9 | 13.17 | - |
| YUV | 63.65 | 149.08 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 72 | 101 | 0.67 | 0.29 | 0 | 0.60 | 205.59 | 0.51 | 0.26 |
| Hex | 21 | 48 | 65 | 43 | 1D | 0 | 3C | CE | 33 | 1A |
| Octal | 41 | 110 | 145 | 103 | 35 | 0 | 74 | 316 | 63 | 32 |
| Binary | 100001 | 1001000 | 1100101 | 1000011 | 11101 | 0 | 111100 | 11001110 | 110011 | 11010 |
Color Harmonies of #214865
Complementary color
Monochromatic Colors of #214865
Black with #214865
Text Example
Text Example
White with #214865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214865; }
p { color: rgb(33,72,101); }
H1.HeaderClassName
{
color: #214865;
}
.AnyTagClassName
{
color: #214865;
}
</style>
background-color css
<style>
a { background-color: #214865; }
a { background-color: rgb(33,72,101); }
div.DivClassName
{
background-color: #214865;
}
.BgClassName
{
background-color: #214865;
}
</style>
border-color css
<style>
span { border-color: #214865; }
span { border-color: rgb(33,72,101); }
td.TdClassName
{
border-color: #214865;
}
.TagClassName
{
border-color: #214865;
}
</style>