Shades of Venice Blue #204A72
Tints of Venice Blue #204A72
RGB
CMYK
RGB Variations
Color information
#204A72 (or 0x204A72) is known color: Venice Blue. HEX triplet: 20, 4A and 72. RGB value is (32,74,114). Sum of RGB (Red+Green+Blue) = 32+74+114=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #204A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204A72 is #DFB58D. Grayscale: #414141. Windows color (decimal): -14661006 or 7490080. OLE color: 7490080.
HSL color Cylindrical-coordinate representation of color #204A72: hue angle of 209.27º degrees, saturation: 0.56, 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 #204A72 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 74 | 114 | - |
| CMYK | 0.72 | 0.35 | 0 | 0.55 |
| HSL | 209.27º | 0.56% | 0.29% | - |
| HSV(B) | 209.27º | 0.72% | 0.45% | - |
| XYZ | 6.08 | 6.42 | 16.84 | - |
| YUV | 66 | 155.09 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 74 | 114 | 0.72 | 0.35 | 0 | 0.55 | 209.27 | 0.56 | 0.29 |
| Hex | 20 | 4A | 72 | 48 | 23 | 0 | 37 | D1 | 38 | 1D |
| Octal | 40 | 112 | 162 | 110 | 43 | 0 | 67 | 321 | 70 | 35 |
| Binary | 100000 | 1001010 | 1110010 | 1001000 | 100011 | 0 | 110111 | 11010001 | 111000 | 11101 |
Color Harmonies of #204A72
Complementary color
Monochromatic Colors of #204A72
Black with #204A72
Text Example
Text Example
White with #204A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204A72; }
p { color: rgb(32,74,114); }
H1.HeaderClassName
{
color: #204A72;
}
.AnyTagClassName
{
color: #204A72;
}
</style>
background-color css
<style>
a { background-color: #204A72; }
a { background-color: rgb(32,74,114); }
div.DivClassName
{
background-color: #204A72;
}
.BgClassName
{
background-color: #204A72;
}
</style>
border-color css
<style>
span { border-color: #204A72; }
span { border-color: rgb(32,74,114); }
td.TdClassName
{
border-color: #204A72;
}
.TagClassName
{
border-color: #204A72;
}
</style>