Shades of Venice Blue #205075
Tints of Venice Blue #205075
RGB
CMYK
RGB Variations
Color information
#205075 (or 0x205075) is known color: Venice Blue. HEX triplet: 20, 50 and 75. RGB value is (32,80,117). Sum of RGB (Red+Green+Blue) = 32+80+117=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #205075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205075 is #DFAF8A. Grayscale: #454545. Windows color (decimal): -14659467 or 7688224. OLE color: 7688224.
HSL color Cylindrical-coordinate representation of color #205075: hue angle of 206.12º 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 #205075 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 80 | 117 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.54 |
| HSL | 206.12º | 0.57% | 0.29% | - |
| HSV(B) | 206.12º | 0.73% | 0.46% | - |
| XYZ | 6.68 | 7.33 | 17.89 | - |
| YUV | 69.87 | 154.6 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 117 | 0.73 | 0.32 | 0 | 0.54 | 206.12 | 0.57 | 0.29 |
| Hex | 20 | 50 | 75 | 49 | 20 | 0 | 36 | CE | 39 | 1D |
| Octal | 40 | 120 | 165 | 111 | 40 | 0 | 66 | 316 | 71 | 35 |
| Binary | 100000 | 1010000 | 1110101 | 1001001 | 100000 | 0 | 110110 | 11001110 | 111001 | 11101 |
Color Harmonies of #205075
Complementary color
Monochromatic Colors of #205075
Black with #205075
Text Example
Text Example
White with #205075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205075; }
p { color: rgb(32,80,117); }
H1.HeaderClassName
{
color: #205075;
}
.AnyTagClassName
{
color: #205075;
}
</style>
background-color css
<style>
a { background-color: #205075; }
a { background-color: rgb(32,80,117); }
div.DivClassName
{
background-color: #205075;
}
.BgClassName
{
background-color: #205075;
}
</style>
border-color css
<style>
span { border-color: #205075; }
span { border-color: rgb(32,80,117); }
td.TdClassName
{
border-color: #205075;
}
.TagClassName
{
border-color: #205075;
}
</style>