Shades of Venice Blue #204B77
Tints of Venice Blue #204B77
RGB
CMYK
RGB Variations
Color information
#204B77 (or 0x204B77) is known color: Venice Blue. HEX triplet: 20, 4B and 77. RGB value is (32,75,119). Sum of RGB (Red+Green+Blue) = 32+75+119=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #204B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204B77 is #DFB488. Grayscale: #424242. Windows color (decimal): -14660745 or 7818016. OLE color: 7818016.
HSL color Cylindrical-coordinate representation of color #204B77: hue angle of 210.34º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #204B77 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 75 | 119 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.53 |
| HSL | 210.34º | 0.58% | 0.3% | - |
| HSV(B) | 210.34º | 0.73% | 0.47% | - |
| XYZ | 6.44 | 6.67 | 18.4 | - |
| YUV | 67.16 | 157.25 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 75 | 119 | 0.73 | 0.37 | 0 | 0.53 | 210.34 | 0.58 | 0.3 |
| Hex | 20 | 4B | 77 | 49 | 25 | 0 | 35 | D2 | 3A | 1E |
| Octal | 40 | 113 | 167 | 111 | 45 | 0 | 65 | 322 | 72 | 36 |
| Binary | 100000 | 1001011 | 1110111 | 1001001 | 100101 | 0 | 110101 | 11010010 | 111010 | 11110 |
Color Harmonies of #204B77
Complementary color
Monochromatic Colors of #204B77
Black with #204B77
Text Example
Text Example
White with #204B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204B77; }
p { color: rgb(32,75,119); }
H1.HeaderClassName
{
color: #204B77;
}
.AnyTagClassName
{
color: #204B77;
}
</style>
background-color css
<style>
a { background-color: #204B77; }
a { background-color: rgb(32,75,119); }
div.DivClassName
{
background-color: #204B77;
}
.BgClassName
{
background-color: #204B77;
}
</style>
border-color css
<style>
span { border-color: #204B77; }
span { border-color: rgb(32,75,119); }
td.TdClassName
{
border-color: #204B77;
}
.TagClassName
{
border-color: #204B77;
}
</style>