Shades of Venice Blue #284E72
Tints of Venice Blue #284E72
RGB
CMYK
RGB Variations
Color information
#284E72 (or 0x284E72) is known color: Venice Blue. HEX triplet: 28, 4E and 72. RGB value is (40,78,114). Sum of RGB (Red+Green+Blue) = 40+78+114=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #284E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284E72 is #D7B18D. Grayscale: #464646. Windows color (decimal): -14135694 or 7491112. OLE color: 7491112.
HSL color Cylindrical-coordinate representation of color #284E72: hue angle of 209.19º 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 #284E72 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 78 | 114 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.55 |
| HSL | 209.19º | 0.48% | 0.3% | - |
| HSV(B) | 209.19º | 0.65% | 0.45% | - |
| XYZ | 6.64 | 7.11 | 16.94 | - |
| YUV | 70.74 | 152.41 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 78 | 114 | 0.65 | 0.32 | 0 | 0.55 | 209.19 | 0.48 | 0.3 |
| Hex | 28 | 4E | 72 | 41 | 20 | 0 | 37 | D1 | 30 | 1E |
| Octal | 50 | 116 | 162 | 101 | 40 | 0 | 67 | 321 | 60 | 36 |
| Binary | 101000 | 1001110 | 1110010 | 1000001 | 100000 | 0 | 110111 | 11010001 | 110000 | 11110 |
Color Harmonies of #284E72
Complementary color
Monochromatic Colors of #284E72
Black with #284E72
Text Example
Text Example
White with #284E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284E72; }
p { color: rgb(40,78,114); }
H1.HeaderClassName
{
color: #284E72;
}
.AnyTagClassName
{
color: #284E72;
}
</style>
background-color css
<style>
a { background-color: #284E72; }
a { background-color: rgb(40,78,114); }
div.DivClassName
{
background-color: #284E72;
}
.BgClassName
{
background-color: #284E72;
}
</style>
border-color css
<style>
span { border-color: #284E72; }
span { border-color: rgb(40,78,114); }
td.TdClassName
{
border-color: #284E72;
}
.TagClassName
{
border-color: #284E72;
}
</style>