Shades of Venice Blue #204574
Tints of Venice Blue #204574
RGB
CMYK
RGB Variations
Color information
#204574 (or 0x204574) is known color: Venice Blue. HEX triplet: 20, 45 and 74. RGB value is (32,69,116). Sum of RGB (Red+Green+Blue) = 32+69+116=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #204574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204574 is #DFBA8B. Grayscale: #3F3F3F. Windows color (decimal): -14662284 or 7619872. OLE color: 7619872.
HSL color Cylindrical-coordinate representation of color #204574: hue angle of 213.57º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #204574 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 69 | 116 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.55 |
| HSL | 213.57º | 0.57% | 0.29% | - |
| HSV(B) | 213.57º | 0.72% | 0.45% | - |
| XYZ | 5.88 | 5.82 | 17.34 | - |
| YUV | 63.3 | 157.74 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 69 | 116 | 0.72 | 0.41 | 0 | 0.55 | 213.57 | 0.57 | 0.29 |
| Hex | 20 | 45 | 74 | 48 | 29 | 0 | 37 | D6 | 39 | 1D |
| Octal | 40 | 105 | 164 | 110 | 51 | 0 | 67 | 326 | 71 | 35 |
| Binary | 100000 | 1000101 | 1110100 | 1001000 | 101001 | 0 | 110111 | 11010110 | 111001 | 11101 |
Color Harmonies of #204574
Complementary color
Monochromatic Colors of #204574
Black with #204574
Text Example
Text Example
White with #204574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204574; }
p { color: rgb(32,69,116); }
H1.HeaderClassName
{
color: #204574;
}
.AnyTagClassName
{
color: #204574;
}
</style>
background-color css
<style>
a { background-color: #204574; }
a { background-color: rgb(32,69,116); }
div.DivClassName
{
background-color: #204574;
}
.BgClassName
{
background-color: #204574;
}
</style>
border-color css
<style>
span { border-color: #204574; }
span { border-color: rgb(32,69,116); }
td.TdClassName
{
border-color: #204574;
}
.TagClassName
{
border-color: #204574;
}
</style>