Shades of Venice Blue #214E71
Tints of Venice Blue #214E71
RGB
CMYK
RGB Variations
Color information
#214E71 (or 0x214E71) is known color: Venice Blue. HEX triplet: 21, 4E and 71. RGB value is (33,78,113). Sum of RGB (Red+Green+Blue) = 33+78+113=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #214E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214E71 is #DEB18E. Grayscale: #444444. Windows color (decimal): -14594447 or 7425569. OLE color: 7425569.
HSL color Cylindrical-coordinate representation of color #214E71: hue angle of 206.25º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #214E71 is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 78 | 113 | - |
| CMYK | 0.71 | 0.31 | 0 | 0.56 |
| HSL | 206.25º | 0.55% | 0.29% | - |
| HSV(B) | 206.25º | 0.71% | 0.44% | - |
| XYZ | 6.33 | 6.96 | 16.63 | - |
| YUV | 68.54 | 153.09 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 78 | 113 | 0.71 | 0.31 | 0 | 0.56 | 206.25 | 0.55 | 0.29 |
| Hex | 21 | 4E | 71 | 47 | 1F | 0 | 38 | CE | 37 | 1D |
| Octal | 41 | 116 | 161 | 107 | 37 | 0 | 70 | 316 | 67 | 35 |
| Binary | 100001 | 1001110 | 1110001 | 1000111 | 11111 | 0 | 111000 | 11001110 | 110111 | 11101 |
Color Harmonies of #214E71
Complementary color
Monochromatic Colors of #214E71
Black with #214E71
Text Example
Text Example
White with #214E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214E71; }
p { color: rgb(33,78,113); }
H1.HeaderClassName
{
color: #214E71;
}
.AnyTagClassName
{
color: #214E71;
}
</style>
background-color css
<style>
a { background-color: #214E71; }
a { background-color: rgb(33,78,113); }
div.DivClassName
{
background-color: #214E71;
}
.BgClassName
{
background-color: #214E71;
}
</style>
border-color css
<style>
span { border-color: #214E71; }
span { border-color: rgb(33,78,113); }
td.TdClassName
{
border-color: #214E71;
}
.TagClassName
{
border-color: #214E71;
}
</style>