Shades of Venice Blue #204578
Tints of Venice Blue #204578
RGB
CMYK
RGB Variations
Color information
#204578 (or 0x204578) is known color: Venice Blue. HEX triplet: 20, 45 and 78. RGB value is (32,69,120). Sum of RGB (Red+Green+Blue) = 32+69+120=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 120 (47.27% from 255 or 54.30% from 221); Max value from RGB is 120 - color contains mainly: blue. Hex color #204578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204578 is #DFBA87. Grayscale: #3F3F3F. Windows color (decimal): -14662280 or 7882016. OLE color: 7882016.
HSL color Cylindrical-coordinate representation of color #204578: hue angle of 214.77º 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 #204578 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 69 | 120 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.53 |
| HSL | 214.77º | 0.58% | 0.3% | - |
| HSV(B) | 214.77º | 0.73% | 0.47% | - |
| XYZ | 6.11 | 5.92 | 18.59 | - |
| YUV | 63.75 | 159.74 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 69 | 120 | 0.73 | 0.42 | 0 | 0.53 | 214.77 | 0.58 | 0.3 |
| Hex | 20 | 45 | 78 | 49 | 2A | 0 | 35 | D7 | 3A | 1E |
| Octal | 40 | 105 | 170 | 111 | 52 | 0 | 65 | 327 | 72 | 36 |
| Binary | 100000 | 1000101 | 1111000 | 1001001 | 101010 | 0 | 110101 | 11010111 | 111010 | 11110 |
Color Harmonies of #204578
Complementary color
Monochromatic Colors of #204578
Black with #204578
Text Example
Text Example
White with #204578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204578; }
p { color: rgb(32,69,120); }
H1.HeaderClassName
{
color: #204578;
}
.AnyTagClassName
{
color: #204578;
}
</style>
background-color css
<style>
a { background-color: #204578; }
a { background-color: rgb(32,69,120); }
div.DivClassName
{
background-color: #204578;
}
.BgClassName
{
background-color: #204578;
}
</style>
border-color css
<style>
span { border-color: #204578; }
span { border-color: rgb(32,69,120); }
td.TdClassName
{
border-color: #204578;
}
.TagClassName
{
border-color: #204578;
}
</style>