Shades of Venice Blue #214D73
Tints of Venice Blue #214D73
RGB
CMYK
RGB Variations
Color information
#214D73 (or 0x214D73) is known color: Venice Blue. HEX triplet: 21, 4D and 73. RGB value is (33,77,115). Sum of RGB (Red+Green+Blue) = 33+77+115=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #214D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214D73 is #DEB28C. Grayscale: #434343. Windows color (decimal): -14594701 or 7556385. OLE color: 7556385.
HSL color Cylindrical-coordinate representation of color #214D73: hue angle of 207.8º 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 #214D73 is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 77 | 115 | - |
| CMYK | 0.71 | 0.33 | 0 | 0.55 |
| HSL | 207.8º | 0.55% | 0.29% | - |
| HSV(B) | 207.8º | 0.71% | 0.45% | - |
| XYZ | 6.38 | 6.87 | 17.21 | - |
| YUV | 68.18 | 154.42 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 77 | 115 | 0.71 | 0.33 | 0 | 0.55 | 207.8 | 0.55 | 0.29 |
| Hex | 21 | 4D | 73 | 47 | 21 | 0 | 37 | D0 | 37 | 1D |
| Octal | 41 | 115 | 163 | 107 | 41 | 0 | 67 | 320 | 67 | 35 |
| Binary | 100001 | 1001101 | 1110011 | 1000111 | 100001 | 0 | 110111 | 11010000 | 110111 | 11101 |
Color Harmonies of #214D73
Complementary color
Monochromatic Colors of #214D73
Black with #214D73
Text Example
Text Example
White with #214D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214D73; }
p { color: rgb(33,77,115); }
H1.HeaderClassName
{
color: #214D73;
}
.AnyTagClassName
{
color: #214D73;
}
</style>
background-color css
<style>
a { background-color: #214D73; }
a { background-color: rgb(33,77,115); }
div.DivClassName
{
background-color: #214D73;
}
.BgClassName
{
background-color: #214D73;
}
</style>
border-color css
<style>
span { border-color: #214D73; }
span { border-color: rgb(33,77,115); }
td.TdClassName
{
border-color: #214D73;
}
.TagClassName
{
border-color: #214D73;
}
</style>