Shades of Venice Blue #204D76
Tints of Venice Blue #204D76
RGB
CMYK
RGB Variations
Color information
#204D76 (or 0x204D76) is known color: Venice Blue. HEX triplet: 20, 4D and 76. RGB value is (32,77,118). Sum of RGB (Red+Green+Blue) = 32+77+118=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #204D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204D76 is #DFB289. Grayscale: #444444. Windows color (decimal): -14660234 or 7752992. OLE color: 7752992.
HSL color Cylindrical-coordinate representation of color #204D76: hue angle of 208.6º 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 #204D76 is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 77 | 118 | - |
| CMYK | 0.73 | 0.35 | 0 | 0.54 |
| HSL | 208.6º | 0.57% | 0.29% | - |
| HSV(B) | 208.6º | 0.73% | 0.46% | - |
| XYZ | 6.52 | 6.92 | 18.13 | - |
| YUV | 68.22 | 156.09 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 77 | 118 | 0.73 | 0.35 | 0 | 0.54 | 208.6 | 0.57 | 0.29 |
| Hex | 20 | 4D | 76 | 49 | 23 | 0 | 36 | D1 | 39 | 1D |
| Octal | 40 | 115 | 166 | 111 | 43 | 0 | 66 | 321 | 71 | 35 |
| Binary | 100000 | 1001101 | 1110110 | 1001001 | 100011 | 0 | 110110 | 11010001 | 111001 | 11101 |
Color Harmonies of #204D76
Complementary color
Monochromatic Colors of #204D76
Black with #204D76
Text Example
Text Example
White with #204D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204D76; }
p { color: rgb(32,77,118); }
H1.HeaderClassName
{
color: #204D76;
}
.AnyTagClassName
{
color: #204D76;
}
</style>
background-color css
<style>
a { background-color: #204D76; }
a { background-color: rgb(32,77,118); }
div.DivClassName
{
background-color: #204D76;
}
.BgClassName
{
background-color: #204D76;
}
</style>
border-color css
<style>
span { border-color: #204D76; }
span { border-color: rgb(32,77,118); }
td.TdClassName
{
border-color: #204D76;
}
.TagClassName
{
border-color: #204D76;
}
</style>