Shades of Venice Blue #284970
Tints of Venice Blue #284970
RGB
CMYK
RGB Variations
Color information
#284970 (or 0x284970) is known color: Venice Blue. HEX triplet: 28, 49 and 70. RGB value is (40,73,112). Sum of RGB (Red+Green+Blue) = 40+73+112=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #284970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284970 is #D7B68F. Grayscale: #434343. Windows color (decimal): -14136976 or 7358760. OLE color: 7358760.
HSL color Cylindrical-coordinate representation of color #284970: hue angle of 212.5º 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 #284970 is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 73 | 112 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.56 |
| HSL | 212.5º | 0.47% | 0.3% | - |
| HSV(B) | 212.5º | 0.64% | 0.44% | - |
| XYZ | 6.18 | 6.39 | 16.24 | - |
| YUV | 67.58 | 153.07 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 73 | 112 | 0.64 | 0.35 | 0 | 0.56 | 212.5 | 0.47 | 0.3 |
| Hex | 28 | 49 | 70 | 40 | 23 | 0 | 38 | D4 | 2F | 1E |
| Octal | 50 | 111 | 160 | 100 | 43 | 0 | 70 | 324 | 57 | 36 |
| Binary | 101000 | 1001001 | 1110000 | 1000000 | 100011 | 0 | 111000 | 11010100 | 101111 | 11110 |
Color Harmonies of #284970
Complementary color
Monochromatic Colors of #284970
Black with #284970
Text Example
Text Example
White with #284970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284970; }
p { color: rgb(40,73,112); }
H1.HeaderClassName
{
color: #284970;
}
.AnyTagClassName
{
color: #284970;
}
</style>
background-color css
<style>
a { background-color: #284970; }
a { background-color: rgb(40,73,112); }
div.DivClassName
{
background-color: #284970;
}
.BgClassName
{
background-color: #284970;
}
</style>
border-color css
<style>
span { border-color: #284970; }
span { border-color: rgb(40,73,112); }
td.TdClassName
{
border-color: #284970;
}
.TagClassName
{
border-color: #284970;
}
</style>