Shades of Arapawa #214963
Tints of Arapawa #214963
RGB
CMYK
RGB Variations
Color information
#214963 (or 0x214963) is known color: Arapawa. HEX triplet: 21, 49 and 63. RGB value is (33,73,99). Sum of RGB (Red+Green+Blue) = 33+73+99=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #214963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214963 is #DEB69C. Grayscale: #3F3F3F. Windows color (decimal): -14595741 or 6506785. OLE color: 6506785.
HSL color Cylindrical-coordinate representation of color #214963: hue angle of 203.64º 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 #214963 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 33 | 73 | 99 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.61 |
| HSL | 203.64º | 0.5% | 0.26% | - |
| HSV(B) | 203.64º | 0.67% | 0.39% | - |
| XYZ | 5.26 | 5.99 | 12.68 | - |
| YUV | 64 | 147.75 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 99 | 0.67 | 0.26 | 0 | 0.61 | 203.64 | 0.5 | 0.26 |
| Hex | 21 | 49 | 63 | 43 | 1A | 0 | 3D | CC | 32 | 1A |
| Octal | 41 | 111 | 143 | 103 | 32 | 0 | 75 | 314 | 62 | 32 |
| Binary | 100001 | 1001001 | 1100011 | 1000011 | 11010 | 0 | 111101 | 11001100 | 110010 | 11010 |
Color Harmonies of #214963
Complementary color
Monochromatic Colors of #214963
Black with #214963
Text Example
Text Example
White with #214963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214963; }
p { color: rgb(33,73,99); }
H1.HeaderClassName
{
color: #214963;
}
.AnyTagClassName
{
color: #214963;
}
</style>
background-color css
<style>
a { background-color: #214963; }
a { background-color: rgb(33,73,99); }
div.DivClassName
{
background-color: #214963;
}
.BgClassName
{
background-color: #214963;
}
</style>
border-color css
<style>
span { border-color: #214963; }
span { border-color: rgb(33,73,99); }
td.TdClassName
{
border-color: #214963;
}
.TagClassName
{
border-color: #214963;
}
</style>