Shades of Venice Blue #285073
Tints of Venice Blue #285073
RGB
CMYK
RGB Variations
Color information
#285073 (or 0x285073) is known color: Venice Blue. HEX triplet: 28, 50 and 73. RGB value is (40,80,115). Sum of RGB (Red+Green+Blue) = 40+80+115=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #285073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285073 is #D7AF8C. Grayscale: #474747. Windows color (decimal): -14135181 or 7557160. OLE color: 7557160.
HSL color Cylindrical-coordinate representation of color #285073: hue angle of 208º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #285073 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 80 | 115 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.55 |
| HSL | 208º | 0.48% | 0.3% | - |
| HSV(B) | 208º | 0.65% | 0.45% | - |
| XYZ | 6.84 | 7.43 | 17.29 | - |
| YUV | 72.03 | 152.25 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 80 | 115 | 0.65 | 0.30 | 0 | 0.55 | 208 | 0.48 | 0.3 |
| Hex | 28 | 50 | 73 | 41 | 1E | 0 | 37 | D0 | 30 | 1E |
| Octal | 50 | 120 | 163 | 101 | 36 | 0 | 67 | 320 | 60 | 36 |
| Binary | 101000 | 1010000 | 1110011 | 1000001 | 11110 | 0 | 110111 | 11010000 | 110000 | 11110 |
Color Harmonies of #285073
Complementary color
Monochromatic Colors of #285073
Black with #285073
Text Example
Text Example
White with #285073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285073; }
p { color: rgb(40,80,115); }
H1.HeaderClassName
{
color: #285073;
}
.AnyTagClassName
{
color: #285073;
}
</style>
background-color css
<style>
a { background-color: #285073; }
a { background-color: rgb(40,80,115); }
div.DivClassName
{
background-color: #285073;
}
.BgClassName
{
background-color: #285073;
}
</style>
border-color css
<style>
span { border-color: #285073; }
span { border-color: rgb(40,80,115); }
td.TdClassName
{
border-color: #285073;
}
.TagClassName
{
border-color: #285073;
}
</style>