Shades of Venice Blue #285070
Tints of Venice Blue #285070
RGB
CMYK
RGB Variations
Color information
#285070 (or 0x285070) is known color: Venice Blue. HEX triplet: 28, 50 and 70. RGB value is (40,80,112). Sum of RGB (Red+Green+Blue) = 40+80+112=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #285070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285070 is #D7AF8F. Grayscale: #474747. Windows color (decimal): -14135184 or 7360552. OLE color: 7360552.
HSL color Cylindrical-coordinate representation of color #285070: hue angle of 206.67º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #285070 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 80 | 112 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.56 |
| HSL | 206.67º | 0.47% | 0.3% | - |
| HSV(B) | 206.67º | 0.64% | 0.44% | - |
| XYZ | 6.67 | 7.36 | 16.4 | - |
| YUV | 71.69 | 150.75 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 80 | 112 | 0.64 | 0.29 | 0 | 0.56 | 206.67 | 0.47 | 0.3 |
| Hex | 28 | 50 | 70 | 40 | 1D | 0 | 38 | CF | 2F | 1E |
| Octal | 50 | 120 | 160 | 100 | 35 | 0 | 70 | 317 | 57 | 36 |
| Binary | 101000 | 1010000 | 1110000 | 1000000 | 11101 | 0 | 111000 | 11001111 | 101111 | 11110 |
Color Harmonies of #285070
Complementary color
Monochromatic Colors of #285070
Black with #285070
Text Example
Text Example
White with #285070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285070; }
p { color: rgb(40,80,112); }
H1.HeaderClassName
{
color: #285070;
}
.AnyTagClassName
{
color: #285070;
}
</style>
background-color css
<style>
a { background-color: #285070; }
a { background-color: rgb(40,80,112); }
div.DivClassName
{
background-color: #285070;
}
.BgClassName
{
background-color: #285070;
}
</style>
border-color css
<style>
span { border-color: #285070; }
span { border-color: rgb(40,80,112); }
td.TdClassName
{
border-color: #285070;
}
.TagClassName
{
border-color: #285070;
}
</style>