Shades of Venice Blue #204674
Tints of Venice Blue #204674
RGB
CMYK
RGB Variations
Color information
#204674 (or 0x204674) is known color: Venice Blue. HEX triplet: 20, 46 and 74. RGB value is (32,70,116). Sum of RGB (Red+Green+Blue) = 32+70+116=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #204674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204674 is #DFB98B. Grayscale: #3F3F3F. Windows color (decimal): -14662028 or 7620128. OLE color: 7620128.
HSL color Cylindrical-coordinate representation of color #204674: hue angle of 212.86º 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 #204674 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 70 | 116 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.55 |
| HSL | 212.86º | 0.57% | 0.29% | - |
| HSV(B) | 212.86º | 0.72% | 0.45% | - |
| XYZ | 5.94 | 5.95 | 17.36 | - |
| YUV | 63.88 | 157.41 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 70 | 116 | 0.72 | 0.40 | 0 | 0.55 | 212.86 | 0.57 | 0.29 |
| Hex | 20 | 46 | 74 | 48 | 28 | 0 | 37 | D5 | 39 | 1D |
| Octal | 40 | 106 | 164 | 110 | 50 | 0 | 67 | 325 | 71 | 35 |
| Binary | 100000 | 1000110 | 1110100 | 1001000 | 101000 | 0 | 110111 | 11010101 | 111001 | 11101 |
Color Harmonies of #204674
Complementary color
Monochromatic Colors of #204674
Black with #204674
Text Example
Text Example
White with #204674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204674; }
p { color: rgb(32,70,116); }
H1.HeaderClassName
{
color: #204674;
}
.AnyTagClassName
{
color: #204674;
}
</style>
background-color css
<style>
a { background-color: #204674; }
a { background-color: rgb(32,70,116); }
div.DivClassName
{
background-color: #204674;
}
.BgClassName
{
background-color: #204674;
}
</style>
border-color css
<style>
span { border-color: #204674; }
span { border-color: rgb(32,70,116); }
td.TdClassName
{
border-color: #204674;
}
.TagClassName
{
border-color: #204674;
}
</style>