Shades of Venice Blue #2E4F77
Tints of Venice Blue #2E4F77
RGB
CMYK
RGB Variations
Color information
#2E4F77 (or 0x2E4F77) is known color: Venice Blue. HEX triplet: 2E, 4F and 77. RGB value is (46,79,119). Sum of RGB (Red+Green+Blue) = 46+79+119=244 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.85% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #2E4F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E4F77 is #D1B088. Grayscale: #494949. Windows color (decimal): -13742217 or 7819054. OLE color: 7819054.
HSL color Cylindrical-coordinate representation of color #2E4F77: hue angle of 212.88º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E4F77 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 79 | 119 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.53 |
| HSL | 212.88º | 0.44% | 0.32% | - |
| HSV(B) | 212.88º | 0.61% | 0.47% | - |
| XYZ | 7.25 | 7.5 | 18.52 | - |
| YUV | 73.69 | 153.57 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 79 | 119 | 0.61 | 0.34 | 0 | 0.53 | 212.88 | 0.44 | 0.32 |
| Hex | 2E | 4F | 77 | 3D | 22 | 0 | 35 | D5 | 2C | 20 |
| Octal | 56 | 117 | 167 | 75 | 42 | 0 | 65 | 325 | 54 | 40 |
| Binary | 101110 | 1001111 | 1110111 | 111101 | 100010 | 0 | 110101 | 11010101 | 101100 | 100000 |
Color Harmonies of #2E4F77
Complementary color
Monochromatic Colors of #2E4F77
Black with #2E4F77
Text Example
Text Example
White with #2E4F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4F77; }
p { color: rgb(46,79,119); }
H1.HeaderClassName
{
color: #2E4F77;
}
.AnyTagClassName
{
color: #2E4F77;
}
</style>
background-color css
<style>
a { background-color: #2E4F77; }
a { background-color: rgb(46,79,119); }
div.DivClassName
{
background-color: #2E4F77;
}
.BgClassName
{
background-color: #2E4F77;
}
</style>
border-color css
<style>
span { border-color: #2E4F77; }
span { border-color: rgb(46,79,119); }
td.TdClassName
{
border-color: #2E4F77;
}
.TagClassName
{
border-color: #2E4F77;
}
</style>