Shades of Venice Blue #214970
Tints of Venice Blue #214970
RGB
CMYK
RGB Variations
Color information
#214970 (or 0x214970) is known color: Venice Blue. HEX triplet: 21, 49 and 70. RGB value is (33,73,112). Sum of RGB (Red+Green+Blue) = 33+73+112=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #214970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214970 is #DEB68F. Grayscale: #414141. Windows color (decimal): -14595728 or 7358753. OLE color: 7358753.
HSL color Cylindrical-coordinate representation of color #214970: hue angle of 209.62º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #214970 is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 73 | 112 | - |
| CMYK | 0.71 | 0.35 | 0 | 0.56 |
| HSL | 209.62º | 0.54% | 0.28% | - |
| HSV(B) | 209.62º | 0.71% | 0.44% | - |
| XYZ | 5.93 | 6.26 | 16.22 | - |
| YUV | 65.49 | 154.25 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 112 | 0.71 | 0.35 | 0 | 0.56 | 209.62 | 0.54 | 0.28 |
| Hex | 21 | 49 | 70 | 47 | 23 | 0 | 38 | D2 | 36 | 1C |
| Octal | 41 | 111 | 160 | 107 | 43 | 0 | 70 | 322 | 66 | 34 |
| Binary | 100001 | 1001001 | 1110000 | 1000111 | 100011 | 0 | 111000 | 11010010 | 110110 | 11100 |
Color Harmonies of #214970
Complementary color
Monochromatic Colors of #214970
Black with #214970
Text Example
Text Example
White with #214970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214970; }
p { color: rgb(33,73,112); }
H1.HeaderClassName
{
color: #214970;
}
.AnyTagClassName
{
color: #214970;
}
</style>
background-color css
<style>
a { background-color: #214970; }
a { background-color: rgb(33,73,112); }
div.DivClassName
{
background-color: #214970;
}
.BgClassName
{
background-color: #214970;
}
</style>
border-color css
<style>
span { border-color: #214970; }
span { border-color: rgb(33,73,112); }
td.TdClassName
{
border-color: #214970;
}
.TagClassName
{
border-color: #214970;
}
</style>