Shades of Venice Blue #204C70
Tints of Venice Blue #204C70
RGB
CMYK
RGB Variations
Color information
#204C70 (or 0x204C70) is known color: Venice Blue. HEX triplet: 20, 4C and 70. RGB value is (32,76,112). Sum of RGB (Red+Green+Blue) = 32+76+112=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #204C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204C70 is #DFB38F. Grayscale: #424242. Windows color (decimal): -14660496 or 7359520. OLE color: 7359520.
HSL color Cylindrical-coordinate representation of color #204C70: hue angle of 207º 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 #204C70 is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 76 | 112 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.56 |
| HSL | 207º | 0.56% | 0.28% | - |
| HSV(B) | 207º | 0.71% | 0.44% | - |
| XYZ | 6.1 | 6.65 | 16.29 | - |
| YUV | 66.95 | 153.42 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 76 | 112 | 0.71 | 0.32 | 0 | 0.56 | 207 | 0.56 | 0.28 |
| Hex | 20 | 4C | 70 | 47 | 20 | 0 | 38 | CF | 38 | 1C |
| Octal | 40 | 114 | 160 | 107 | 40 | 0 | 70 | 317 | 70 | 34 |
| Binary | 100000 | 1001100 | 1110000 | 1000111 | 100000 | 0 | 111000 | 11001111 | 111000 | 11100 |
Color Harmonies of #204C70
Complementary color
Monochromatic Colors of #204C70
Black with #204C70
Text Example
Text Example
White with #204C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204C70; }
p { color: rgb(32,76,112); }
H1.HeaderClassName
{
color: #204C70;
}
.AnyTagClassName
{
color: #204C70;
}
</style>
background-color css
<style>
a { background-color: #204C70; }
a { background-color: rgb(32,76,112); }
div.DivClassName
{
background-color: #204C70;
}
.BgClassName
{
background-color: #204C70;
}
</style>
border-color css
<style>
span { border-color: #204C70; }
span { border-color: rgb(32,76,112); }
td.TdClassName
{
border-color: #204C70;
}
.TagClassName
{
border-color: #204C70;
}
</style>