Shades of Venice Blue #285477
Tints of Venice Blue #285477
RGB
CMYK
RGB Variations
Color information
#285477 (or 0x285477) is known color: Venice Blue. HEX triplet: 28, 54 and 77. RGB value is (40,84,119). Sum of RGB (Red+Green+Blue) = 40+84+119=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #285477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285477 is #D7AB88. Grayscale: #4A4A4A. Windows color (decimal): -14134153 or 7820328. OLE color: 7820328.
HSL color Cylindrical-coordinate representation of color #285477: hue angle of 206.58º 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 #285477 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 84 | 119 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.53 |
| HSL | 206.58º | 0.5% | 0.31% | - |
| HSV(B) | 206.58º | 0.66% | 0.47% | - |
| XYZ | 7.38 | 8.12 | 18.63 | - |
| YUV | 74.83 | 152.92 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 84 | 119 | 0.66 | 0.29 | 0 | 0.53 | 206.58 | 0.5 | 0.31 |
| Hex | 28 | 54 | 77 | 42 | 1D | 0 | 35 | CF | 32 | 1F |
| Octal | 50 | 124 | 167 | 102 | 35 | 0 | 65 | 317 | 62 | 37 |
| Binary | 101000 | 1010100 | 1110111 | 1000010 | 11101 | 0 | 110101 | 11001111 | 110010 | 11111 |
Color Harmonies of #285477
Complementary color
Monochromatic Colors of #285477
Black with #285477
Text Example
Text Example
White with #285477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285477; }
p { color: rgb(40,84,119); }
H1.HeaderClassName
{
color: #285477;
}
.AnyTagClassName
{
color: #285477;
}
</style>
background-color css
<style>
a { background-color: #285477; }
a { background-color: rgb(40,84,119); }
div.DivClassName
{
background-color: #285477;
}
.BgClassName
{
background-color: #285477;
}
</style>
border-color css
<style>
span { border-color: #285477; }
span { border-color: rgb(40,84,119); }
td.TdClassName
{
border-color: #285477;
}
.TagClassName
{
border-color: #285477;
}
</style>