Shades of Venice Blue #285677
Tints of Venice Blue #285677
RGB
CMYK
RGB Variations
Color information
#285677 (or 0x285677) is known color: Venice Blue. HEX triplet: 28, 56 and 77. RGB value is (40,86,119). Sum of RGB (Red+Green+Blue) = 40+86+119=245 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.33% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 119 (46.88% from 255 or 48.57% from 245); Max value from RGB is 119 - color contains mainly: blue. Hex color #285677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285677 is #D7A988. Grayscale: #4B4B4B. Windows color (decimal): -14133641 or 7820840. OLE color: 7820840.
HSL color Cylindrical-coordinate representation of color #285677: hue angle of 205.06º 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 #285677 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 86 | 119 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.53 |
| HSL | 205.06º | 0.5% | 0.31% | - |
| HSV(B) | 205.06º | 0.66% | 0.47% | - |
| XYZ | 7.53 | 8.44 | 18.68 | - |
| YUV | 76.01 | 152.26 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 86 | 119 | 0.66 | 0.28 | 0 | 0.53 | 205.06 | 0.5 | 0.31 |
| Hex | 28 | 56 | 77 | 42 | 1C | 0 | 35 | CD | 32 | 1F |
| Octal | 50 | 126 | 167 | 102 | 34 | 0 | 65 | 315 | 62 | 37 |
| Binary | 101000 | 1010110 | 1110111 | 1000010 | 11100 | 0 | 110101 | 11001101 | 110010 | 11111 |
Color Harmonies of #285677
Complementary color
Monochromatic Colors of #285677
Black with #285677
Text Example
Text Example
White with #285677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285677; }
p { color: rgb(40,86,119); }
H1.HeaderClassName
{
color: #285677;
}
.AnyTagClassName
{
color: #285677;
}
</style>
background-color css
<style>
a { background-color: #285677; }
a { background-color: rgb(40,86,119); }
div.DivClassName
{
background-color: #285677;
}
.BgClassName
{
background-color: #285677;
}
</style>
border-color css
<style>
span { border-color: #285677; }
span { border-color: rgb(40,86,119); }
td.TdClassName
{
border-color: #285677;
}
.TagClassName
{
border-color: #285677;
}
</style>