Shades of Venice Blue #214C73
Tints of Venice Blue #214C73
RGB
CMYK
RGB Variations
Color information
#214C73 (or 0x214C73) is known color: Venice Blue. HEX triplet: 21, 4C and 73. RGB value is (33,76,115). Sum of RGB (Red+Green+Blue) = 33+76+115=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #214C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214C73 is #DEB38C. Grayscale: #434343. Windows color (decimal): -14594957 or 7556129. OLE color: 7556129.
HSL color Cylindrical-coordinate representation of color #214C73: hue angle of 208.54º 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 #214C73 is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 76 | 115 | - |
| CMYK | 0.71 | 0.34 | 0 | 0.55 |
| HSL | 208.54º | 0.55% | 0.29% | - |
| HSV(B) | 208.54º | 0.71% | 0.45% | - |
| XYZ | 6.31 | 6.73 | 17.19 | - |
| YUV | 67.59 | 154.75 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 76 | 115 | 0.71 | 0.34 | 0 | 0.55 | 208.54 | 0.55 | 0.29 |
| Hex | 21 | 4C | 73 | 47 | 22 | 0 | 37 | D1 | 37 | 1D |
| Octal | 41 | 114 | 163 | 107 | 42 | 0 | 67 | 321 | 67 | 35 |
| Binary | 100001 | 1001100 | 1110011 | 1000111 | 100010 | 0 | 110111 | 11010001 | 110111 | 11101 |
Color Harmonies of #214C73
Complementary color
Monochromatic Colors of #214C73
Black with #214C73
Text Example
Text Example
White with #214C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214C73; }
p { color: rgb(33,76,115); }
H1.HeaderClassName
{
color: #214C73;
}
.AnyTagClassName
{
color: #214C73;
}
</style>
background-color css
<style>
a { background-color: #214C73; }
a { background-color: rgb(33,76,115); }
div.DivClassName
{
background-color: #214C73;
}
.BgClassName
{
background-color: #214C73;
}
</style>
border-color css
<style>
span { border-color: #214C73; }
span { border-color: rgb(33,76,115); }
td.TdClassName
{
border-color: #214C73;
}
.TagClassName
{
border-color: #214C73;
}
</style>