Shades of Venice Blue #284E73
Tints of Venice Blue #284E73
RGB
CMYK
RGB Variations
Color information
#284E73 (or 0x284E73) is known color: Venice Blue. HEX triplet: 28, 4E and 73. RGB value is (40,78,115). Sum of RGB (Red+Green+Blue) = 40+78+115=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #284E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284E73 is #D7B18C. Grayscale: #464646. Windows color (decimal): -14135693 or 7556648. OLE color: 7556648.
HSL color Cylindrical-coordinate representation of color #284E73: hue angle of 209.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 #284E73 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 78 | 115 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.55 |
| HSL | 209.6º | 0.48% | 0.3% | - |
| HSV(B) | 209.6º | 0.65% | 0.45% | - |
| XYZ | 6.69 | 7.14 | 17.24 | - |
| YUV | 70.86 | 152.91 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 78 | 115 | 0.65 | 0.32 | 0 | 0.55 | 209.6 | 0.48 | 0.3 |
| Hex | 28 | 4E | 73 | 41 | 20 | 0 | 37 | D2 | 30 | 1E |
| Octal | 50 | 116 | 163 | 101 | 40 | 0 | 67 | 322 | 60 | 36 |
| Binary | 101000 | 1001110 | 1110011 | 1000001 | 100000 | 0 | 110111 | 11010010 | 110000 | 11110 |
Color Harmonies of #284E73
Complementary color
Monochromatic Colors of #284E73
Black with #284E73
Text Example
Text Example
White with #284E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284E73; }
p { color: rgb(40,78,115); }
H1.HeaderClassName
{
color: #284E73;
}
.AnyTagClassName
{
color: #284E73;
}
</style>
background-color css
<style>
a { background-color: #284E73; }
a { background-color: rgb(40,78,115); }
div.DivClassName
{
background-color: #284E73;
}
.BgClassName
{
background-color: #284E73;
}
</style>
border-color css
<style>
span { border-color: #284E73; }
span { border-color: rgb(40,78,115); }
td.TdClassName
{
border-color: #284E73;
}
.TagClassName
{
border-color: #284E73;
}
</style>