Shades of Venice Blue #285177
Tints of Venice Blue #285177
RGB
CMYK
RGB Variations
Color information
#285177 (or 0x285177) is known color: Venice Blue. HEX triplet: 28, 51 and 77. RGB value is (40,81,119). Sum of RGB (Red+Green+Blue) = 40+81+119=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #285177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285177 is #D7AE88. Grayscale: #484848. Windows color (decimal): -14134921 or 7819560. OLE color: 7819560.
HSL color Cylindrical-coordinate representation of color #285177: hue angle of 208.86º 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 #285177 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 81 | 119 | - |
| CMYK | 0.66 | 0.32 | 0 | 0.53 |
| HSL | 208.86º | 0.5% | 0.31% | - |
| HSV(B) | 208.86º | 0.66% | 0.47% | - |
| XYZ | 7.15 | 7.67 | 18.56 | - |
| YUV | 73.07 | 153.92 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 81 | 119 | 0.66 | 0.32 | 0 | 0.53 | 208.86 | 0.5 | 0.31 |
| Hex | 28 | 51 | 77 | 42 | 20 | 0 | 35 | D1 | 32 | 1F |
| Octal | 50 | 121 | 167 | 102 | 40 | 0 | 65 | 321 | 62 | 37 |
| Binary | 101000 | 1010001 | 1110111 | 1000010 | 100000 | 0 | 110101 | 11010001 | 110010 | 11111 |
Color Harmonies of #285177
Complementary color
Monochromatic Colors of #285177
Black with #285177
Text Example
Text Example
White with #285177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285177; }
p { color: rgb(40,81,119); }
H1.HeaderClassName
{
color: #285177;
}
.AnyTagClassName
{
color: #285177;
}
</style>
background-color css
<style>
a { background-color: #285177; }
a { background-color: rgb(40,81,119); }
div.DivClassName
{
background-color: #285177;
}
.BgClassName
{
background-color: #285177;
}
</style>
border-color css
<style>
span { border-color: #285177; }
span { border-color: rgb(40,81,119); }
td.TdClassName
{
border-color: #285177;
}
.TagClassName
{
border-color: #285177;
}
</style>