Shades of Venice Blue #284E7A
Tints of Venice Blue #284E7A
RGB
CMYK
RGB Variations
Color information
#284E7A (or 0x284E7A) is known color: Venice Blue. HEX triplet: 28, 4E and 7A. RGB value is (40,78,122). Sum of RGB (Red+Green+Blue) = 40+78+122=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #284E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284E7A is #D7B185. Grayscale: #474747. Windows color (decimal): -14135686 or 8015400. OLE color: 8015400.
HSL color Cylindrical-coordinate representation of color #284E7A: hue angle of 212.2º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #284E7A is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 78 | 122 | - |
| CMYK | 0.67 | 0.36 | 0 | 0.52 |
| HSL | 212.2º | 0.51% | 0.32% | - |
| HSV(B) | 212.2º | 0.67% | 0.48% | - |
| XYZ | 7.11 | 7.31 | 19.45 | - |
| YUV | 71.65 | 156.41 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 78 | 122 | 0.67 | 0.36 | 0 | 0.52 | 212.2 | 0.51 | 0.32 |
| Hex | 28 | 4E | 7A | 43 | 24 | 0 | 34 | D4 | 33 | 20 |
| Octal | 50 | 116 | 172 | 103 | 44 | 0 | 64 | 324 | 63 | 40 |
| Binary | 101000 | 1001110 | 1111010 | 1000011 | 100100 | 0 | 110100 | 11010100 | 110011 | 100000 |
Color Harmonies of #284E7A
Complementary color
Monochromatic Colors of #284E7A
Black with #284E7A
Text Example
Text Example
White with #284E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284E7A; }
p { color: rgb(40,78,122); }
H1.HeaderClassName
{
color: #284E7A;
}
.AnyTagClassName
{
color: #284E7A;
}
</style>
background-color css
<style>
a { background-color: #284E7A; }
a { background-color: rgb(40,78,122); }
div.DivClassName
{
background-color: #284E7A;
}
.BgClassName
{
background-color: #284E7A;
}
</style>
border-color css
<style>
span { border-color: #284E7A; }
span { border-color: rgb(40,78,122); }
td.TdClassName
{
border-color: #284E7A;
}
.TagClassName
{
border-color: #284E7A;
}
</style>