Shades of Arapawa #214666
Tints of Arapawa #214666
RGB
CMYK
RGB Variations
Color information
#214666 (or 0x214666) is known color: Arapawa. HEX triplet: 21, 46 and 66. RGB value is (33,70,102). Sum of RGB (Red+Green+Blue) = 33+70+102=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 102 - color contains mainly: blue. Hex color #214666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214666 is #DEB999. Grayscale: #3E3E3E. Windows color (decimal): -14596506 or 6702625. OLE color: 6702625.
HSL color Cylindrical-coordinate representation of color #214666: hue angle of 207.83º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #214666 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 33 | 70 | 102 | - |
| CMYK | 0.68 | 0.31 | 0 | 0.6 |
| HSL | 207.83º | 0.51% | 0.26% | - |
| HSV(B) | 207.83º | 0.68% | 0.4% | - |
| XYZ | 5.22 | 5.66 | 13.39 | - |
| YUV | 62.59 | 150.24 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 70 | 102 | 0.68 | 0.31 | 0 | 0.6 | 207.83 | 0.51 | 0.26 |
| Hex | 21 | 46 | 66 | 44 | 1F | 0 | 3C | D0 | 33 | 1A |
| Octal | 41 | 106 | 146 | 104 | 37 | 0 | 74 | 320 | 63 | 32 |
| Binary | 100001 | 1000110 | 1100110 | 1000100 | 11111 | 0 | 111100 | 11010000 | 110011 | 11010 |
Color Harmonies of #214666
Complementary color
Monochromatic Colors of #214666
Black with #214666
Text Example
Text Example
White with #214666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214666; }
p { color: rgb(33,70,102); }
H1.HeaderClassName
{
color: #214666;
}
.AnyTagClassName
{
color: #214666;
}
</style>
background-color css
<style>
a { background-color: #214666; }
a { background-color: rgb(33,70,102); }
div.DivClassName
{
background-color: #214666;
}
.BgClassName
{
background-color: #214666;
}
</style>
border-color css
<style>
span { border-color: #214666; }
span { border-color: rgb(33,70,102); }
td.TdClassName
{
border-color: #214666;
}
.TagClassName
{
border-color: #214666;
}
</style>