Shades of Venice Blue #284973
Tints of Venice Blue #284973
RGB
CMYK
RGB Variations
Color information
#284973 (or 0x284973) is known color: Venice Blue. HEX triplet: 28, 49 and 73. RGB value is (40,73,115). Sum of RGB (Red+Green+Blue) = 40+73+115=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #284973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284973 is #D7B68C. Grayscale: #434343. Windows color (decimal): -14136973 or 7555368. OLE color: 7555368.
HSL color Cylindrical-coordinate representation of color #284973: hue angle of 213.6º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #284973 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 73 | 115 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.55 |
| HSL | 213.6º | 0.48% | 0.3% | - |
| HSV(B) | 213.6º | 0.65% | 0.45% | - |
| XYZ | 6.35 | 6.45 | 17.13 | - |
| YUV | 67.92 | 154.57 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 73 | 115 | 0.65 | 0.37 | 0 | 0.55 | 213.6 | 0.48 | 0.3 |
| Hex | 28 | 49 | 73 | 41 | 25 | 0 | 37 | D6 | 30 | 1E |
| Octal | 50 | 111 | 163 | 101 | 45 | 0 | 67 | 326 | 60 | 36 |
| Binary | 101000 | 1001001 | 1110011 | 1000001 | 100101 | 0 | 110111 | 11010110 | 110000 | 11110 |
Color Harmonies of #284973
Complementary color
Monochromatic Colors of #284973
Black with #284973
Text Example
Text Example
White with #284973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284973; }
p { color: rgb(40,73,115); }
H1.HeaderClassName
{
color: #284973;
}
.AnyTagClassName
{
color: #284973;
}
</style>
background-color css
<style>
a { background-color: #284973; }
a { background-color: rgb(40,73,115); }
div.DivClassName
{
background-color: #284973;
}
.BgClassName
{
background-color: #284973;
}
</style>
border-color css
<style>
span { border-color: #284973; }
span { border-color: rgb(40,73,115); }
td.TdClassName
{
border-color: #284973;
}
.TagClassName
{
border-color: #284973;
}
</style>