Shades of Venice Blue #285277
Tints of Venice Blue #285277
RGB
CMYK
RGB Variations
Color information
#285277 (or 0x285277) is known color: Venice Blue. HEX triplet: 28, 52 and 77. RGB value is (40,82,119). Sum of RGB (Red+Green+Blue) = 40+82+119=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #285277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285277 is #D7AD88. Grayscale: #494949. Windows color (decimal): -14134665 or 7819816. OLE color: 7819816.
HSL color Cylindrical-coordinate representation of color #285277: hue angle of 208.1º 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 #285277 is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 82 | 119 | - |
| CMYK | 0.66 | 0.31 | 0 | 0.53 |
| HSL | 208.1º | 0.5% | 0.31% | - |
| HSV(B) | 208.1º | 0.66% | 0.47% | - |
| XYZ | 7.22 | 7.82 | 18.58 | - |
| YUV | 73.66 | 153.59 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 119 | 0.66 | 0.31 | 0 | 0.53 | 208.1 | 0.5 | 0.31 |
| Hex | 28 | 52 | 77 | 42 | 1F | 0 | 35 | D0 | 32 | 1F |
| Octal | 50 | 122 | 167 | 102 | 37 | 0 | 65 | 320 | 62 | 37 |
| Binary | 101000 | 1010010 | 1110111 | 1000010 | 11111 | 0 | 110101 | 11010000 | 110010 | 11111 |
Color Harmonies of #285277
Complementary color
Monochromatic Colors of #285277
Black with #285277
Text Example
Text Example
White with #285277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285277; }
p { color: rgb(40,82,119); }
H1.HeaderClassName
{
color: #285277;
}
.AnyTagClassName
{
color: #285277;
}
</style>
background-color css
<style>
a { background-color: #285277; }
a { background-color: rgb(40,82,119); }
div.DivClassName
{
background-color: #285277;
}
.BgClassName
{
background-color: #285277;
}
</style>
border-color css
<style>
span { border-color: #285277; }
span { border-color: rgb(40,82,119); }
td.TdClassName
{
border-color: #285277;
}
.TagClassName
{
border-color: #285277;
}
</style>