Shades of Venice Blue #214474
Tints of Venice Blue #214474
RGB
CMYK
RGB Variations
Color information
#214474 (or 0x214474) is known color: Venice Blue. HEX triplet: 21, 44 and 74. RGB value is (33,68,116). Sum of RGB (Red+Green+Blue) = 33+68+116=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #214474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214474 is #DEBB8B. Grayscale: #3E3E3E. Windows color (decimal): -14597004 or 7619617. OLE color: 7619617.
HSL color Cylindrical-coordinate representation of color #214474: hue angle of 214.7º 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 #214474 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 68 | 116 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.55 |
| HSL | 214.7º | 0.56% | 0.29% | - |
| HSV(B) | 214.7º | 0.72% | 0.45% | - |
| XYZ | 5.85 | 5.72 | 17.32 | - |
| YUV | 63.01 | 157.9 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 68 | 116 | 0.72 | 0.41 | 0 | 0.55 | 214.7 | 0.56 | 0.29 |
| Hex | 21 | 44 | 74 | 48 | 29 | 0 | 37 | D7 | 38 | 1D |
| Octal | 41 | 104 | 164 | 110 | 51 | 0 | 67 | 327 | 70 | 35 |
| Binary | 100001 | 1000100 | 1110100 | 1001000 | 101001 | 0 | 110111 | 11010111 | 111000 | 11101 |
Color Harmonies of #214474
Complementary color
Monochromatic Colors of #214474
Black with #214474
Text Example
Text Example
White with #214474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214474; }
p { color: rgb(33,68,116); }
H1.HeaderClassName
{
color: #214474;
}
.AnyTagClassName
{
color: #214474;
}
</style>
background-color css
<style>
a { background-color: #214474; }
a { background-color: rgb(33,68,116); }
div.DivClassName
{
background-color: #214474;
}
.BgClassName
{
background-color: #214474;
}
</style>
border-color css
<style>
span { border-color: #214474; }
span { border-color: rgb(33,68,116); }
td.TdClassName
{
border-color: #214474;
}
.TagClassName
{
border-color: #214474;
}
</style>