Shades of Venice Blue #204870
Tints of Venice Blue #204870
RGB
CMYK
RGB Variations
Color information
#204870 (or 0x204870) is known color: Venice Blue. HEX triplet: 20, 48 and 70. RGB value is (32,72,112). Sum of RGB (Red+Green+Blue) = 32+72+112=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #204870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204870 is #DFB78F. Grayscale: #404040. Windows color (decimal): -14661520 or 7358496. OLE color: 7358496.
HSL color Cylindrical-coordinate representation of color #204870: hue angle of 210º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #204870 is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 72 | 112 | - |
| CMYK | 0.71 | 0.36 | 0 | 0.56 |
| HSL | 210º | 0.56% | 0.28% | - |
| HSV(B) | 210º | 0.71% | 0.44% | - |
| XYZ | 5.84 | 6.11 | 16.2 | - |
| YUV | 64.6 | 154.75 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 72 | 112 | 0.71 | 0.36 | 0 | 0.56 | 210 | 0.56 | 0.28 |
| Hex | 20 | 48 | 70 | 47 | 24 | 0 | 38 | D2 | 38 | 1C |
| Octal | 40 | 110 | 160 | 107 | 44 | 0 | 70 | 322 | 70 | 34 |
| Binary | 100000 | 1001000 | 1110000 | 1000111 | 100100 | 0 | 111000 | 11010010 | 111000 | 11100 |
Color Harmonies of #204870
Complementary color
Monochromatic Colors of #204870
Black with #204870
Text Example
Text Example
White with #204870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204870; }
p { color: rgb(32,72,112); }
H1.HeaderClassName
{
color: #204870;
}
.AnyTagClassName
{
color: #204870;
}
</style>
background-color css
<style>
a { background-color: #204870; }
a { background-color: rgb(32,72,112); }
div.DivClassName
{
background-color: #204870;
}
.BgClassName
{
background-color: #204870;
}
</style>
border-color css
<style>
span { border-color: #204870; }
span { border-color: rgb(32,72,112); }
td.TdClassName
{
border-color: #204870;
}
.TagClassName
{
border-color: #204870;
}
</style>