Shades of Venice Blue #2E5076
Tints of Venice Blue #2E5076
RGB
CMYK
RGB Variations
Color information
#2E5076 (or 0x2E5076) is known color: Venice Blue. HEX triplet: 2E, 50 and 76. RGB value is (46,80,118). Sum of RGB (Red+Green+Blue) = 46+80+118=244 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.85% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #2E5076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5076 is #D1AF89. Grayscale: #494949. Windows color (decimal): -13741962 or 7753774. OLE color: 7753774.
HSL color Cylindrical-coordinate representation of color #2E5076: hue angle of 211.67º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E5076 is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 80 | 118 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.54 |
| HSL | 211.67º | 0.44% | 0.32% | - |
| HSV(B) | 211.67º | 0.61% | 0.46% | - |
| XYZ | 7.27 | 7.63 | 18.23 | - |
| YUV | 74.17 | 152.74 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 80 | 118 | 0.61 | 0.32 | 0 | 0.54 | 211.67 | 0.44 | 0.32 |
| Hex | 2E | 50 | 76 | 3D | 20 | 0 | 36 | D4 | 2C | 20 |
| Octal | 56 | 120 | 166 | 75 | 40 | 0 | 66 | 324 | 54 | 40 |
| Binary | 101110 | 1010000 | 1110110 | 111101 | 100000 | 0 | 110110 | 11010100 | 101100 | 100000 |
Color Harmonies of #2E5076
Complementary color
Monochromatic Colors of #2E5076
Black with #2E5076
Text Example
Text Example
White with #2E5076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5076; }
p { color: rgb(46,80,118); }
H1.HeaderClassName
{
color: #2E5076;
}
.AnyTagClassName
{
color: #2E5076;
}
</style>
background-color css
<style>
a { background-color: #2E5076; }
a { background-color: rgb(46,80,118); }
div.DivClassName
{
background-color: #2E5076;
}
.BgClassName
{
background-color: #2E5076;
}
</style>
border-color css
<style>
span { border-color: #2E5076; }
span { border-color: rgb(46,80,118); }
td.TdClassName
{
border-color: #2E5076;
}
.TagClassName
{
border-color: #2E5076;
}
</style>