Shades of Venice Blue #214575
Tints of Venice Blue #214575
RGB
CMYK
RGB Variations
Color information
#214575 (or 0x214575) is known color: Venice Blue. HEX triplet: 21, 45 and 75. RGB value is (33,69,117). Sum of RGB (Red+Green+Blue) = 33+69+117=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 117 (46.09% from 255 or 53.42% from 219); Max value from RGB is 117 - color contains mainly: blue. Hex color #214575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214575 is #DEBA8A. Grayscale: #3F3F3F. Windows color (decimal): -14596747 or 7685409. OLE color: 7685409.
HSL color Cylindrical-coordinate representation of color #214575: hue angle of 214.29º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #214575 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 69 | 117 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.54 |
| HSL | 214.29º | 0.56% | 0.29% | - |
| HSV(B) | 214.29º | 0.72% | 0.46% | - |
| XYZ | 5.97 | 5.86 | 17.65 | - |
| YUV | 63.71 | 158.07 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 69 | 117 | 0.72 | 0.41 | 0 | 0.54 | 214.29 | 0.56 | 0.29 |
| Hex | 21 | 45 | 75 | 48 | 29 | 0 | 36 | D6 | 38 | 1D |
| Octal | 41 | 105 | 165 | 110 | 51 | 0 | 66 | 326 | 70 | 35 |
| Binary | 100001 | 1000101 | 1110101 | 1001000 | 101001 | 0 | 110110 | 11010110 | 111000 | 11101 |
Color Harmonies of #214575
Complementary color
Monochromatic Colors of #214575
Black with #214575
Text Example
Text Example
White with #214575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214575; }
p { color: rgb(33,69,117); }
H1.HeaderClassName
{
color: #214575;
}
.AnyTagClassName
{
color: #214575;
}
</style>
background-color css
<style>
a { background-color: #214575; }
a { background-color: rgb(33,69,117); }
div.DivClassName
{
background-color: #214575;
}
.BgClassName
{
background-color: #214575;
}
</style>
border-color css
<style>
span { border-color: #214575; }
span { border-color: rgb(33,69,117); }
td.TdClassName
{
border-color: #214575;
}
.TagClassName
{
border-color: #214575;
}
</style>