Shades of Venice Blue #214674
Tints of Venice Blue #214674
RGB
CMYK
RGB Variations
Color information
#214674 (or 0x214674) is known color: Venice Blue. HEX triplet: 21, 46 and 74. RGB value is (33,70,116). Sum of RGB (Red+Green+Blue) = 33+70+116=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 116 (45.70% from 255 or 52.97% from 219); Max value from RGB is 116 - color contains mainly: blue. Hex color #214674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214674 is #DEB98B. Grayscale: #3F3F3F. Windows color (decimal): -14596492 or 7620129. OLE color: 7620129.
HSL color Cylindrical-coordinate representation of color #214674: hue angle of 213.25º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #214674 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 70 | 116 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.55 |
| HSL | 213.25º | 0.56% | 0.29% | - |
| HSV(B) | 213.25º | 0.72% | 0.45% | - |
| XYZ | 5.97 | 5.96 | 17.36 | - |
| YUV | 64.18 | 157.24 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 70 | 116 | 0.72 | 0.40 | 0 | 0.55 | 213.25 | 0.56 | 0.29 |
| Hex | 21 | 46 | 74 | 48 | 28 | 0 | 37 | D5 | 38 | 1D |
| Octal | 41 | 106 | 164 | 110 | 50 | 0 | 67 | 325 | 70 | 35 |
| Binary | 100001 | 1000110 | 1110100 | 1001000 | 101000 | 0 | 110111 | 11010101 | 111000 | 11101 |
Color Harmonies of #214674
Complementary color
Monochromatic Colors of #214674
Black with #214674
Text Example
Text Example
White with #214674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214674; }
p { color: rgb(33,70,116); }
H1.HeaderClassName
{
color: #214674;
}
.AnyTagClassName
{
color: #214674;
}
</style>
background-color css
<style>
a { background-color: #214674; }
a { background-color: rgb(33,70,116); }
div.DivClassName
{
background-color: #214674;
}
.BgClassName
{
background-color: #214674;
}
</style>
border-color css
<style>
span { border-color: #214674; }
span { border-color: rgb(33,70,116); }
td.TdClassName
{
border-color: #214674;
}
.TagClassName
{
border-color: #214674;
}
</style>