Shades of Venice Blue #214978
Tints of Venice Blue #214978
RGB
CMYK
RGB Variations
Color information
#214978 (or 0x214978) is known color: Venice Blue. HEX triplet: 21, 49 and 78. RGB value is (33,73,120). Sum of RGB (Red+Green+Blue) = 33+73+120=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #214978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214978 is #DEB687. Grayscale: #424242. Windows color (decimal): -14595720 or 7883041. OLE color: 7883041.
HSL color Cylindrical-coordinate representation of color #214978: hue angle of 212.41º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #214978 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 73 | 120 | - |
| CMYK | 0.72 | 0.39 | 0 | 0.53 |
| HSL | 212.41º | 0.57% | 0.3% | - |
| HSV(B) | 212.41º | 0.73% | 0.47% | - |
| XYZ | 6.4 | 6.44 | 18.68 | - |
| YUV | 66.4 | 158.25 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 120 | 0.72 | 0.39 | 0 | 0.53 | 212.41 | 0.57 | 0.3 |
| Hex | 21 | 49 | 78 | 48 | 27 | 0 | 35 | D4 | 39 | 1E |
| Octal | 41 | 111 | 170 | 110 | 47 | 0 | 65 | 324 | 71 | 36 |
| Binary | 100001 | 1001001 | 1111000 | 1001000 | 100111 | 0 | 110101 | 11010100 | 111001 | 11110 |
Color Harmonies of #214978
Complementary color
Monochromatic Colors of #214978
Black with #214978
Text Example
Text Example
White with #214978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214978; }
p { color: rgb(33,73,120); }
H1.HeaderClassName
{
color: #214978;
}
.AnyTagClassName
{
color: #214978;
}
</style>
background-color css
<style>
a { background-color: #214978; }
a { background-color: rgb(33,73,120); }
div.DivClassName
{
background-color: #214978;
}
.BgClassName
{
background-color: #214978;
}
</style>
border-color css
<style>
span { border-color: #214978; }
span { border-color: rgb(33,73,120); }
td.TdClassName
{
border-color: #214978;
}
.TagClassName
{
border-color: #214978;
}
</style>