Shades of Venice Blue #214979
Tints of Venice Blue #214979
RGB
CMYK
RGB Variations
Color information
#214979 (or 0x214979) is known color: Venice Blue. HEX triplet: 21, 49 and 79. RGB value is (33,73,121). Sum of RGB (Red+Green+Blue) = 33+73+121=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 121 (47.66% from 255 or 53.30% from 227); Max value from RGB is 121 - color contains mainly: blue. Hex color #214979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214979 is #DEB686. Grayscale: #424242. Windows color (decimal): -14595719 or 7948577. OLE color: 7948577.
HSL color Cylindrical-coordinate representation of color #214979: hue angle of 212.73º 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 #214979 is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 73 | 121 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.53 |
| HSL | 212.73º | 0.57% | 0.3% | - |
| HSV(B) | 212.73º | 0.73% | 0.47% | - |
| XYZ | 6.46 | 6.47 | 19 | - |
| YUV | 66.51 | 158.75 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 121 | 0.73 | 0.40 | 0 | 0.53 | 212.73 | 0.57 | 0.3 |
| Hex | 21 | 49 | 79 | 49 | 28 | 0 | 35 | D5 | 39 | 1E |
| Octal | 41 | 111 | 171 | 111 | 50 | 0 | 65 | 325 | 71 | 36 |
| Binary | 100001 | 1001001 | 1111001 | 1001001 | 101000 | 0 | 110101 | 11010101 | 111001 | 11110 |
Color Harmonies of #214979
Complementary color
Monochromatic Colors of #214979
Black with #214979
Text Example
Text Example
White with #214979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214979; }
p { color: rgb(33,73,121); }
H1.HeaderClassName
{
color: #214979;
}
.AnyTagClassName
{
color: #214979;
}
</style>
background-color css
<style>
a { background-color: #214979; }
a { background-color: rgb(33,73,121); }
div.DivClassName
{
background-color: #214979;
}
.BgClassName
{
background-color: #214979;
}
</style>
border-color css
<style>
span { border-color: #214979; }
span { border-color: rgb(33,73,121); }
td.TdClassName
{
border-color: #214979;
}
.TagClassName
{
border-color: #214979;
}
</style>