Shades of Venice Blue #2E5178
Tints of Venice Blue #2E5178
RGB
CMYK
RGB Variations
Color information
#2E5178 (or 0x2E5178) is known color: Venice Blue. HEX triplet: 2E, 51 and 78. RGB value is (46,81,120). Sum of RGB (Red+Green+Blue) = 46+81+120=247 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.62% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 120 (47.27% from 255 or 48.58% from 247); Max value from RGB is 120 - color contains mainly: blue. Hex color #2E5178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5178 is #D1AE87. Grayscale: #4A4A4A. Windows color (decimal): -13741704 or 7885102. OLE color: 7885102.
HSL color Cylindrical-coordinate representation of color #2E5178: hue angle of 211.62º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E5178 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 81 | 120 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.53 |
| HSL | 211.62º | 0.45% | 0.33% | - |
| HSV(B) | 211.62º | 0.62% | 0.47% | - |
| XYZ | 7.46 | 7.82 | 18.89 | - |
| YUV | 74.98 | 153.4 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 81 | 120 | 0.62 | 0.32 | 0 | 0.53 | 211.62 | 0.45 | 0.33 |
| Hex | 2E | 51 | 78 | 3E | 20 | 0 | 35 | D4 | 2D | 21 |
| Octal | 56 | 121 | 170 | 76 | 40 | 0 | 65 | 324 | 55 | 41 |
| Binary | 101110 | 1010001 | 1111000 | 111110 | 100000 | 0 | 110101 | 11010100 | 101101 | 100001 |
Color Harmonies of #2E5178
Complementary color
Monochromatic Colors of #2E5178
Black with #2E5178
Text Example
Text Example
White with #2E5178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5178; }
p { color: rgb(46,81,120); }
H1.HeaderClassName
{
color: #2E5178;
}
.AnyTagClassName
{
color: #2E5178;
}
</style>
background-color css
<style>
a { background-color: #2E5178; }
a { background-color: rgb(46,81,120); }
div.DivClassName
{
background-color: #2E5178;
}
.BgClassName
{
background-color: #2E5178;
}
</style>
border-color css
<style>
span { border-color: #2E5178; }
span { border-color: rgb(46,81,120); }
td.TdClassName
{
border-color: #2E5178;
}
.TagClassName
{
border-color: #2E5178;
}
</style>