Shades of Venice Blue #285278
Tints of Venice Blue #285278
RGB
CMYK
RGB Variations
Color information
#285278 (or 0x285278) is known color: Venice Blue. HEX triplet: 28, 52 and 78. RGB value is (40,82,120). Sum of RGB (Red+Green+Blue) = 40+82+120=242 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.53% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 120 (47.27% from 255 or 49.59% from 242); Max value from RGB is 120 - color contains mainly: blue. Hex color #285278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285278 is #D7AD87. Grayscale: #494949. Windows color (decimal): -14134664 or 7885352. OLE color: 7885352.
HSL color Cylindrical-coordinate representation of color #285278: hue angle of 208.5º 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 #285278 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 82 | 120 | - |
| CMYK | 0.67 | 0.32 | 0 | 0.53 |
| HSL | 208.5º | 0.5% | 0.31% | - |
| HSV(B) | 208.5º | 0.67% | 0.47% | - |
| XYZ | 7.28 | 7.84 | 18.9 | - |
| YUV | 73.77 | 154.09 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 120 | 0.67 | 0.32 | 0 | 0.53 | 208.5 | 0.5 | 0.31 |
| Hex | 28 | 52 | 78 | 43 | 20 | 0 | 35 | D0 | 32 | 1F |
| Octal | 50 | 122 | 170 | 103 | 40 | 0 | 65 | 320 | 62 | 37 |
| Binary | 101000 | 1010010 | 1111000 | 1000011 | 100000 | 0 | 110101 | 11010000 | 110010 | 11111 |
Color Harmonies of #285278
Complementary color
Monochromatic Colors of #285278
Black with #285278
Text Example
Text Example
White with #285278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285278; }
p { color: rgb(40,82,120); }
H1.HeaderClassName
{
color: #285278;
}
.AnyTagClassName
{
color: #285278;
}
</style>
background-color css
<style>
a { background-color: #285278; }
a { background-color: rgb(40,82,120); }
div.DivClassName
{
background-color: #285278;
}
.BgClassName
{
background-color: #285278;
}
</style>
border-color css
<style>
span { border-color: #285278; }
span { border-color: rgb(40,82,120); }
td.TdClassName
{
border-color: #285278;
}
.TagClassName
{
border-color: #285278;
}
</style>