Shades of Venice Blue #285777
Tints of Venice Blue #285777
RGB
CMYK
RGB Variations
Color information
#285777 (or 0x285777) is known color: Venice Blue. HEX triplet: 28, 57 and 77. RGB value is (40,87,119). Sum of RGB (Red+Green+Blue) = 40+87+119=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 87 (34.38% from 255 or 35.37% from 246); Blue value is 119 (46.88% from 255 or 48.37% from 246); Max value from RGB is 119 - color contains mainly: blue. Hex color #285777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285777 is #D7A888. Grayscale: #4C4C4C. Windows color (decimal): -14133385 or 7821096. OLE color: 7821096.
HSL color Cylindrical-coordinate representation of color #285777: hue angle of 204.3º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #285777 is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 87 | 119 | - |
| CMYK | 0.66 | 0.27 | 0 | 0.53 |
| HSL | 204.3º | 0.5% | 0.31% | - |
| HSV(B) | 204.3º | 0.66% | 0.47% | - |
| XYZ | 7.61 | 8.6 | 18.71 | - |
| YUV | 76.6 | 151.93 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 87 | 119 | 0.66 | 0.27 | 0 | 0.53 | 204.3 | 0.5 | 0.31 |
| Hex | 28 | 57 | 77 | 42 | 1B | 0 | 35 | CC | 32 | 1F |
| Octal | 50 | 127 | 167 | 102 | 33 | 0 | 65 | 314 | 62 | 37 |
| Binary | 101000 | 1010111 | 1110111 | 1000010 | 11011 | 0 | 110101 | 11001100 | 110010 | 11111 |
Color Harmonies of #285777
Complementary color
Monochromatic Colors of #285777
Black with #285777
Text Example
Text Example
White with #285777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285777; }
p { color: rgb(40,87,119); }
H1.HeaderClassName
{
color: #285777;
}
.AnyTagClassName
{
color: #285777;
}
</style>
background-color css
<style>
a { background-color: #285777; }
a { background-color: rgb(40,87,119); }
div.DivClassName
{
background-color: #285777;
}
.BgClassName
{
background-color: #285777;
}
</style>
border-color css
<style>
span { border-color: #285777; }
span { border-color: rgb(40,87,119); }
td.TdClassName
{
border-color: #285777;
}
.TagClassName
{
border-color: #285777;
}
</style>