Shades of Venice Blue #285878
Tints of Venice Blue #285878
RGB
CMYK
RGB Variations
Color information
#285878 (or 0x285878) is known color: Venice Blue. HEX triplet: 28, 58 and 78. RGB value is (40,88,120). Sum of RGB (Red+Green+Blue) = 40+88+120=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 120 (47.27% from 255 or 48.39% from 248); Max value from RGB is 120 - color contains mainly: blue. Hex color #285878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285878 is #D7A787. Grayscale: #4D4D4D. Windows color (decimal): -14133128 or 7886888. OLE color: 7886888.
HSL color Cylindrical-coordinate representation of color #285878: hue angle of 204º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #285878 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 88 | 120 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.53 |
| HSL | 204º | 0.5% | 0.31% | - |
| HSV(B) | 204º | 0.67% | 0.47% | - |
| XYZ | 7.75 | 8.79 | 19.06 | - |
| YUV | 77.3 | 152.1 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 88 | 120 | 0.67 | 0.27 | 0 | 0.53 | 204 | 0.5 | 0.31 |
| Hex | 28 | 58 | 78 | 43 | 1B | 0 | 35 | CC | 32 | 1F |
| Octal | 50 | 130 | 170 | 103 | 33 | 0 | 65 | 314 | 62 | 37 |
| Binary | 101000 | 1011000 | 1111000 | 1000011 | 11011 | 0 | 110101 | 11001100 | 110010 | 11111 |
Color Harmonies of #285878
Complementary color
Monochromatic Colors of #285878
Black with #285878
Text Example
Text Example
White with #285878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285878; }
p { color: rgb(40,88,120); }
H1.HeaderClassName
{
color: #285878;
}
.AnyTagClassName
{
color: #285878;
}
</style>
background-color css
<style>
a { background-color: #285878; }
a { background-color: rgb(40,88,120); }
div.DivClassName
{
background-color: #285878;
}
.BgClassName
{
background-color: #285878;
}
</style>
border-color css
<style>
span { border-color: #285878; }
span { border-color: rgb(40,88,120); }
td.TdClassName
{
border-color: #285878;
}
.TagClassName
{
border-color: #285878;
}
</style>