Shades of Venice Blue #204A76
Tints of Venice Blue #204A76
RGB
CMYK
RGB Variations
Color information
#204A76 (or 0x204A76) is known color: Venice Blue. HEX triplet: 20, 4A and 76. RGB value is (32,74,118). Sum of RGB (Red+Green+Blue) = 32+74+118=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #204A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204A76 is #DFB589. Grayscale: #424242. Windows color (decimal): -14661002 or 7752224. OLE color: 7752224.
HSL color Cylindrical-coordinate representation of color #204A76: hue angle of 210.7º 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 #204A76 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 74 | 118 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.54 |
| HSL | 210.7º | 0.57% | 0.29% | - |
| HSV(B) | 210.7º | 0.73% | 0.46% | - |
| XYZ | 6.31 | 6.51 | 18.06 | - |
| YUV | 66.46 | 157.09 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 74 | 118 | 0.73 | 0.37 | 0 | 0.54 | 210.7 | 0.57 | 0.29 |
| Hex | 20 | 4A | 76 | 49 | 25 | 0 | 36 | D3 | 39 | 1D |
| Octal | 40 | 112 | 166 | 111 | 45 | 0 | 66 | 323 | 71 | 35 |
| Binary | 100000 | 1001010 | 1110110 | 1001001 | 100101 | 0 | 110110 | 11010011 | 111001 | 11101 |
Color Harmonies of #204A76
Complementary color
Monochromatic Colors of #204A76
Black with #204A76
Text Example
Text Example
White with #204A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204A76; }
p { color: rgb(32,74,118); }
H1.HeaderClassName
{
color: #204A76;
}
.AnyTagClassName
{
color: #204A76;
}
</style>
background-color css
<style>
a { background-color: #204A76; }
a { background-color: rgb(32,74,118); }
div.DivClassName
{
background-color: #204A76;
}
.BgClassName
{
background-color: #204A76;
}
</style>
border-color css
<style>
span { border-color: #204A76; }
span { border-color: rgb(32,74,118); }
td.TdClassName
{
border-color: #204A76;
}
.TagClassName
{
border-color: #204A76;
}
</style>