Shades of Venice Blue #214E72
Tints of Venice Blue #214E72
RGB
CMYK
RGB Variations
Color information
#214E72 (or 0x214E72) is known color: Venice Blue. HEX triplet: 21, 4E and 72. RGB value is (33,78,114). Sum of RGB (Red+Green+Blue) = 33+78+114=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #214E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214E72 is #DEB18D. Grayscale: #444444. Windows color (decimal): -14594446 or 7491105. OLE color: 7491105.
HSL color Cylindrical-coordinate representation of color #214E72: hue angle of 206.67º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #214E72 is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 78 | 114 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.55 |
| HSL | 206.67º | 0.55% | 0.29% | - |
| HSV(B) | 206.67º | 0.71% | 0.45% | - |
| XYZ | 6.39 | 6.99 | 16.93 | - |
| YUV | 68.65 | 153.59 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 78 | 114 | 0.71 | 0.32 | 0 | 0.55 | 206.67 | 0.55 | 0.29 |
| Hex | 21 | 4E | 72 | 47 | 20 | 0 | 37 | CF | 37 | 1D |
| Octal | 41 | 116 | 162 | 107 | 40 | 0 | 67 | 317 | 67 | 35 |
| Binary | 100001 | 1001110 | 1110010 | 1000111 | 100000 | 0 | 110111 | 11001111 | 110111 | 11101 |
Color Harmonies of #214E72
Complementary color
Monochromatic Colors of #214E72
Black with #214E72
Text Example
Text Example
White with #214E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214E72; }
p { color: rgb(33,78,114); }
H1.HeaderClassName
{
color: #214E72;
}
.AnyTagClassName
{
color: #214E72;
}
</style>
background-color css
<style>
a { background-color: #214E72; }
a { background-color: rgb(33,78,114); }
div.DivClassName
{
background-color: #214E72;
}
.BgClassName
{
background-color: #214E72;
}
</style>
border-color css
<style>
span { border-color: #214E72; }
span { border-color: rgb(33,78,114); }
td.TdClassName
{
border-color: #214E72;
}
.TagClassName
{
border-color: #214E72;
}
</style>