Shades of Venice Blue #214873
Tints of Venice Blue #214873
RGB
CMYK
RGB Variations
Color information
#214873 (or 0x214873) is known color: Venice Blue. HEX triplet: 21, 48 and 73. RGB value is (33,72,115). Sum of RGB (Red+Green+Blue) = 33+72+115=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #214873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214873 is #DEB78C. Grayscale: #414141. Windows color (decimal): -14595981 or 7555105. OLE color: 7555105.
HSL color Cylindrical-coordinate representation of color #214873: hue angle of 211.46º 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 #214873 is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 72 | 115 | - |
| CMYK | 0.71 | 0.37 | 0 | 0.55 |
| HSL | 211.46º | 0.55% | 0.29% | - |
| HSV(B) | 211.46º | 0.71% | 0.45% | - |
| XYZ | 6.04 | 6.2 | 17.1 | - |
| YUV | 65.24 | 156.08 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 72 | 115 | 0.71 | 0.37 | 0 | 0.55 | 211.46 | 0.55 | 0.29 |
| Hex | 21 | 48 | 73 | 47 | 25 | 0 | 37 | D3 | 37 | 1D |
| Octal | 41 | 110 | 163 | 107 | 45 | 0 | 67 | 323 | 67 | 35 |
| Binary | 100001 | 1001000 | 1110011 | 1000111 | 100101 | 0 | 110111 | 11010011 | 110111 | 11101 |
Color Harmonies of #214873
Complementary color
Monochromatic Colors of #214873
Black with #214873
Text Example
Text Example
White with #214873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214873; }
p { color: rgb(33,72,115); }
H1.HeaderClassName
{
color: #214873;
}
.AnyTagClassName
{
color: #214873;
}
</style>
background-color css
<style>
a { background-color: #214873; }
a { background-color: rgb(33,72,115); }
div.DivClassName
{
background-color: #214873;
}
.BgClassName
{
background-color: #214873;
}
</style>
border-color css
<style>
span { border-color: #214873; }
span { border-color: rgb(33,72,115); }
td.TdClassName
{
border-color: #214873;
}
.TagClassName
{
border-color: #214873;
}
</style>