Shades of Arapawa #214663
Tints of Arapawa #214663
RGB
CMYK
RGB Variations
Color information
#214663 (or 0x214663) is known color: Arapawa. HEX triplet: 21, 46 and 63. RGB value is (33,70,99). Sum of RGB (Red+Green+Blue) = 33+70+99=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 99 (39.06% from 255 or 49.01% from 202); Max value from RGB is 99 - color contains mainly: blue. Hex color #214663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214663 is #DEB99C. Grayscale: #3E3E3E. Windows color (decimal): -14596509 or 6506017. OLE color: 6506017.
HSL color Cylindrical-coordinate representation of color #214663: hue angle of 206.36º 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 #214663 is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 33 | 70 | 99 | - |
| CMYK | 0.67 | 0.29 | 0 | 0.61 |
| HSL | 206.36º | 0.5% | 0.26% | - |
| HSV(B) | 206.36º | 0.67% | 0.39% | - |
| XYZ | 5.07 | 5.6 | 12.62 | - |
| YUV | 62.24 | 148.74 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 70 | 99 | 0.67 | 0.29 | 0 | 0.61 | 206.36 | 0.5 | 0.26 |
| Hex | 21 | 46 | 63 | 43 | 1D | 0 | 3D | CE | 32 | 1A |
| Octal | 41 | 106 | 143 | 103 | 35 | 0 | 75 | 316 | 62 | 32 |
| Binary | 100001 | 1000110 | 1100011 | 1000011 | 11101 | 0 | 111101 | 11001110 | 110010 | 11010 |
Color Harmonies of #214663
Complementary color
Monochromatic Colors of #214663
Black with #214663
Text Example
Text Example
White with #214663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214663; }
p { color: rgb(33,70,99); }
H1.HeaderClassName
{
color: #214663;
}
.AnyTagClassName
{
color: #214663;
}
</style>
background-color css
<style>
a { background-color: #214663; }
a { background-color: rgb(33,70,99); }
div.DivClassName
{
background-color: #214663;
}
.BgClassName
{
background-color: #214663;
}
</style>
border-color css
<style>
span { border-color: #214663; }
span { border-color: rgb(33,70,99); }
td.TdClassName
{
border-color: #214663;
}
.TagClassName
{
border-color: #214663;
}
</style>