Shades of Arapawa #214763
Tints of Arapawa #214763
RGB
CMYK
RGB Variations
Color information
#214763 (or 0x214763) is known color: Arapawa. HEX triplet: 21, 47 and 63. RGB value is (33,71,99). Sum of RGB (Red+Green+Blue) = 33+71+99=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #214763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214763 is #DEB89C. Grayscale: #3E3E3E. Windows color (decimal): -14596253 or 6506273. OLE color: 6506273.
HSL color Cylindrical-coordinate representation of color #214763: hue angle of 205.45º 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 #214763 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 33 | 71 | 99 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.61 |
| HSL | 205.45º | 0.5% | 0.26% | - |
| HSV(B) | 205.45º | 0.67% | 0.39% | - |
| XYZ | 5.13 | 5.73 | 12.64 | - |
| YUV | 62.83 | 148.41 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 71 | 99 | 0.67 | 0.28 | 0 | 0.61 | 205.45 | 0.5 | 0.26 |
| Hex | 21 | 47 | 63 | 43 | 1C | 0 | 3D | CD | 32 | 1A |
| Octal | 41 | 107 | 143 | 103 | 34 | 0 | 75 | 315 | 62 | 32 |
| Binary | 100001 | 1000111 | 1100011 | 1000011 | 11100 | 0 | 111101 | 11001101 | 110010 | 11010 |
Color Harmonies of #214763
Complementary color
Monochromatic Colors of #214763
Black with #214763
Text Example
Text Example
White with #214763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214763; }
p { color: rgb(33,71,99); }
H1.HeaderClassName
{
color: #214763;
}
.AnyTagClassName
{
color: #214763;
}
</style>
background-color css
<style>
a { background-color: #214763; }
a { background-color: rgb(33,71,99); }
div.DivClassName
{
background-color: #214763;
}
.BgClassName
{
background-color: #214763;
}
</style>
border-color css
<style>
span { border-color: #214763; }
span { border-color: rgb(33,71,99); }
td.TdClassName
{
border-color: #214763;
}
.TagClassName
{
border-color: #214763;
}
</style>