Shades of Venice Blue #204576
Tints of Venice Blue #204576
RGB
CMYK
RGB Variations
Color information
#204576 (or 0x204576) is known color: Venice Blue. HEX triplet: 20, 45 and 76. RGB value is (32,69,118). Sum of RGB (Red+Green+Blue) = 32+69+118=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #204576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204576 is #DFBA89. Grayscale: #3F3F3F. Windows color (decimal): -14662282 or 7750944. OLE color: 7750944.
HSL color Cylindrical-coordinate representation of color #204576: hue angle of 214.19º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #204576 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 69 | 118 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.54 |
| HSL | 214.19º | 0.57% | 0.29% | - |
| HSV(B) | 214.19º | 0.73% | 0.46% | - |
| XYZ | 5.99 | 5.87 | 17.96 | - |
| YUV | 63.52 | 158.74 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 69 | 118 | 0.73 | 0.42 | 0 | 0.54 | 214.19 | 0.57 | 0.29 |
| Hex | 20 | 45 | 76 | 49 | 2A | 0 | 36 | D6 | 39 | 1D |
| Octal | 40 | 105 | 166 | 111 | 52 | 0 | 66 | 326 | 71 | 35 |
| Binary | 100000 | 1000101 | 1110110 | 1001001 | 101010 | 0 | 110110 | 11010110 | 111001 | 11101 |
Color Harmonies of #204576
Complementary color
Monochromatic Colors of #204576
Black with #204576
Text Example
Text Example
White with #204576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204576; }
p { color: rgb(32,69,118); }
H1.HeaderClassName
{
color: #204576;
}
.AnyTagClassName
{
color: #204576;
}
</style>
background-color css
<style>
a { background-color: #204576; }
a { background-color: rgb(32,69,118); }
div.DivClassName
{
background-color: #204576;
}
.BgClassName
{
background-color: #204576;
}
</style>
border-color css
<style>
span { border-color: #204576; }
span { border-color: rgb(32,69,118); }
td.TdClassName
{
border-color: #204576;
}
.TagClassName
{
border-color: #204576;
}
</style>