Shades of Venice Blue #204976
Tints of Venice Blue #204976
RGB
CMYK
RGB Variations
Color information
#204976 (or 0x204976) is known color: Venice Blue. HEX triplet: 20, 49 and 76. RGB value is (32,73,118). Sum of RGB (Red+Green+Blue) = 32+73+118=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #204976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204976 is #DFB689. Grayscale: #414141. Windows color (decimal): -14661258 or 7751968. OLE color: 7751968.
HSL color Cylindrical-coordinate representation of color #204976: hue angle of 211.4º 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 #204976 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 73 | 118 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.54 |
| HSL | 211.4º | 0.57% | 0.29% | - |
| HSV(B) | 211.4º | 0.73% | 0.46% | - |
| XYZ | 6.25 | 6.38 | 18.04 | - |
| YUV | 65.87 | 157.42 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 73 | 118 | 0.73 | 0.38 | 0 | 0.54 | 211.4 | 0.57 | 0.29 |
| Hex | 20 | 49 | 76 | 49 | 26 | 0 | 36 | D3 | 39 | 1D |
| Octal | 40 | 111 | 166 | 111 | 46 | 0 | 66 | 323 | 71 | 35 |
| Binary | 100000 | 1001001 | 1110110 | 1001001 | 100110 | 0 | 110110 | 11010011 | 111001 | 11101 |
Color Harmonies of #204976
Complementary color
Monochromatic Colors of #204976
Black with #204976
Text Example
Text Example
White with #204976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204976; }
p { color: rgb(32,73,118); }
H1.HeaderClassName
{
color: #204976;
}
.AnyTagClassName
{
color: #204976;
}
</style>
background-color css
<style>
a { background-color: #204976; }
a { background-color: rgb(32,73,118); }
div.DivClassName
{
background-color: #204976;
}
.BgClassName
{
background-color: #204976;
}
</style>
border-color css
<style>
span { border-color: #204976; }
span { border-color: rgb(32,73,118); }
td.TdClassName
{
border-color: #204976;
}
.TagClassName
{
border-color: #204976;
}
</style>