Shades of Venice Blue #204C76
Tints of Venice Blue #204C76
RGB
CMYK
RGB Variations
Color information
#204C76 (or 0x204C76) is known color: Venice Blue. HEX triplet: 20, 4C and 76. RGB value is (32,76,118). Sum of RGB (Red+Green+Blue) = 32+76+118=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #204C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204C76 is #DFB389. Grayscale: #434343. Windows color (decimal): -14660490 or 7752736. OLE color: 7752736.
HSL color Cylindrical-coordinate representation of color #204C76: hue angle of 209.3º 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 #204C76 is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 76 | 118 | - |
| CMYK | 0.73 | 0.36 | 0 | 0.54 |
| HSL | 209.3º | 0.57% | 0.29% | - |
| HSV(B) | 209.3º | 0.73% | 0.46% | - |
| XYZ | 6.45 | 6.78 | 18.11 | - |
| YUV | 67.63 | 156.42 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 76 | 118 | 0.73 | 0.36 | 0 | 0.54 | 209.3 | 0.57 | 0.29 |
| Hex | 20 | 4C | 76 | 49 | 24 | 0 | 36 | D1 | 39 | 1D |
| Octal | 40 | 114 | 166 | 111 | 44 | 0 | 66 | 321 | 71 | 35 |
| Binary | 100000 | 1001100 | 1110110 | 1001001 | 100100 | 0 | 110110 | 11010001 | 111001 | 11101 |
Color Harmonies of #204C76
Complementary color
Monochromatic Colors of #204C76
Black with #204C76
Text Example
Text Example
White with #204C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204C76; }
p { color: rgb(32,76,118); }
H1.HeaderClassName
{
color: #204C76;
}
.AnyTagClassName
{
color: #204C76;
}
</style>
background-color css
<style>
a { background-color: #204C76; }
a { background-color: rgb(32,76,118); }
div.DivClassName
{
background-color: #204C76;
}
.BgClassName
{
background-color: #204C76;
}
</style>
border-color css
<style>
span { border-color: #204C76; }
span { border-color: rgb(32,76,118); }
td.TdClassName
{
border-color: #204C76;
}
.TagClassName
{
border-color: #204C76;
}
</style>