Shades of Venice Blue #204B75
Tints of Venice Blue #204B75
RGB
CMYK
RGB Variations
Color information
#204B75 (or 0x204B75) is known color: Venice Blue. HEX triplet: 20, 4B and 75. RGB value is (32,75,117). Sum of RGB (Red+Green+Blue) = 32+75+117=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #204B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204B75 is #DFB48A. Grayscale: #424242. Windows color (decimal): -14660747 or 7686944. OLE color: 7686944.
HSL color Cylindrical-coordinate representation of color #204B75: hue angle of 209.65º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #204B75 is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 75 | 117 | - |
| CMYK | 0.73 | 0.36 | 0 | 0.54 |
| HSL | 209.65º | 0.57% | 0.29% | - |
| HSV(B) | 209.65º | 0.73% | 0.46% | - |
| XYZ | 6.32 | 6.62 | 17.77 | - |
| YUV | 66.93 | 156.25 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 75 | 117 | 0.73 | 0.36 | 0 | 0.54 | 209.65 | 0.57 | 0.29 |
| Hex | 20 | 4B | 75 | 49 | 24 | 0 | 36 | D2 | 39 | 1D |
| Octal | 40 | 113 | 165 | 111 | 44 | 0 | 66 | 322 | 71 | 35 |
| Binary | 100000 | 1001011 | 1110101 | 1001001 | 100100 | 0 | 110110 | 11010010 | 111001 | 11101 |
Color Harmonies of #204B75
Complementary color
Monochromatic Colors of #204B75
Black with #204B75
Text Example
Text Example
White with #204B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204B75; }
p { color: rgb(32,75,117); }
H1.HeaderClassName
{
color: #204B75;
}
.AnyTagClassName
{
color: #204B75;
}
</style>
background-color css
<style>
a { background-color: #204B75; }
a { background-color: rgb(32,75,117); }
div.DivClassName
{
background-color: #204B75;
}
.BgClassName
{
background-color: #204B75;
}
</style>
border-color css
<style>
span { border-color: #204B75; }
span { border-color: rgb(32,75,117); }
td.TdClassName
{
border-color: #204B75;
}
.TagClassName
{
border-color: #204B75;
}
</style>