Shades of Venice Blue #214E70
Tints of Venice Blue #214E70
RGB
CMYK
RGB Variations
Color information
#214E70 (or 0x214E70) is known color: Venice Blue. HEX triplet: 21, 4E and 70. RGB value is (33,78,112). Sum of RGB (Red+Green+Blue) = 33+78+112=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #214E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214E70 is #DEB18F. Grayscale: #444444. Windows color (decimal): -14594448 or 7360033. OLE color: 7360033.
HSL color Cylindrical-coordinate representation of color #214E70: hue angle of 205.82º 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 #214E70 is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 78 | 112 | - |
| CMYK | 0.71 | 0.30 | 0 | 0.56 |
| HSL | 205.82º | 0.54% | 0.28% | - |
| HSV(B) | 205.82º | 0.71% | 0.44% | - |
| XYZ | 6.28 | 6.94 | 16.34 | - |
| YUV | 68.42 | 152.59 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 78 | 112 | 0.71 | 0.30 | 0 | 0.56 | 205.82 | 0.54 | 0.28 |
| Hex | 21 | 4E | 70 | 47 | 1E | 0 | 38 | CE | 36 | 1C |
| Octal | 41 | 116 | 160 | 107 | 36 | 0 | 70 | 316 | 66 | 34 |
| Binary | 100001 | 1001110 | 1110000 | 1000111 | 11110 | 0 | 111000 | 11001110 | 110110 | 11100 |
Color Harmonies of #214E70
Complementary color
Monochromatic Colors of #214E70
Black with #214E70
Text Example
Text Example
White with #214E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214E70; }
p { color: rgb(33,78,112); }
H1.HeaderClassName
{
color: #214E70;
}
.AnyTagClassName
{
color: #214E70;
}
</style>
background-color css
<style>
a { background-color: #214E70; }
a { background-color: rgb(33,78,112); }
div.DivClassName
{
background-color: #214E70;
}
.BgClassName
{
background-color: #214E70;
}
</style>
border-color css
<style>
span { border-color: #214E70; }
span { border-color: rgb(33,78,112); }
td.TdClassName
{
border-color: #214E70;
}
.TagClassName
{
border-color: #214E70;
}
</style>