Shades of Venice Blue #214E74
Tints of Venice Blue #214E74
RGB
CMYK
RGB Variations
Color information
#214E74 (or 0x214E74) is known color: Venice Blue. HEX triplet: 21, 4E and 74. RGB value is (33,78,116). Sum of RGB (Red+Green+Blue) = 33+78+116=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 116 (45.70% from 255 or 51.10% from 227); Max value from RGB is 116 - color contains mainly: blue. Hex color #214E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214E74 is #DEB18B. Grayscale: #444444. Windows color (decimal): -14594444 or 7622177. OLE color: 7622177.
HSL color Cylindrical-coordinate representation of color #214E74: hue angle of 207.47º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #214E74 is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 78 | 116 | - |
| CMYK | 0.72 | 0.33 | 0 | 0.55 |
| HSL | 207.47º | 0.56% | 0.29% | - |
| HSV(B) | 207.47º | 0.72% | 0.45% | - |
| XYZ | 6.5 | 7.03 | 17.54 | - |
| YUV | 68.88 | 154.59 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 78 | 116 | 0.72 | 0.33 | 0 | 0.55 | 207.47 | 0.56 | 0.29 |
| Hex | 21 | 4E | 74 | 48 | 21 | 0 | 37 | CF | 38 | 1D |
| Octal | 41 | 116 | 164 | 110 | 41 | 0 | 67 | 317 | 70 | 35 |
| Binary | 100001 | 1001110 | 1110100 | 1001000 | 100001 | 0 | 110111 | 11001111 | 111000 | 11101 |
Color Harmonies of #214E74
Complementary color
Monochromatic Colors of #214E74
Black with #214E74
Text Example
Text Example
White with #214E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214E74; }
p { color: rgb(33,78,116); }
H1.HeaderClassName
{
color: #214E74;
}
.AnyTagClassName
{
color: #214E74;
}
</style>
background-color css
<style>
a { background-color: #214E74; }
a { background-color: rgb(33,78,116); }
div.DivClassName
{
background-color: #214E74;
}
.BgClassName
{
background-color: #214E74;
}
</style>
border-color css
<style>
span { border-color: #214E74; }
span { border-color: rgb(33,78,116); }
td.TdClassName
{
border-color: #214E74;
}
.TagClassName
{
border-color: #214E74;
}
</style>