Shades of Venice Blue #2E5171
Tints of Venice Blue #2E5171
RGB
CMYK
RGB Variations
Color information
#2E5171 (or 0x2E5171) is known color: Venice Blue. HEX triplet: 2E, 51 and 71. RGB value is (46,81,113). Sum of RGB (Red+Green+Blue) = 46+81+113=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #2E5171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5171 is #D1AE8E. Grayscale: #4A4A4A. Windows color (decimal): -13741711 or 7426350. OLE color: 7426350.
HSL color Cylindrical-coordinate representation of color #2E5171: hue angle of 208.66º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E5171 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 81 | 113 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.56 |
| HSL | 208.66º | 0.42% | 0.31% | - |
| HSV(B) | 208.66º | 0.59% | 0.44% | - |
| XYZ | 7.05 | 7.66 | 16.73 | - |
| YUV | 74.18 | 149.9 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 81 | 113 | 0.59 | 0.28 | 0 | 0.56 | 208.66 | 0.42 | 0.31 |
| Hex | 2E | 51 | 71 | 3B | 1C | 0 | 38 | D1 | 2A | 1F |
| Octal | 56 | 121 | 161 | 73 | 34 | 0 | 70 | 321 | 52 | 37 |
| Binary | 101110 | 1010001 | 1110001 | 111011 | 11100 | 0 | 111000 | 11010001 | 101010 | 11111 |
Color Harmonies of #2E5171
Complementary color
Monochromatic Colors of #2E5171
Black with #2E5171
Text Example
Text Example
White with #2E5171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5171; }
p { color: rgb(46,81,113); }
H1.HeaderClassName
{
color: #2E5171;
}
.AnyTagClassName
{
color: #2E5171;
}
</style>
background-color css
<style>
a { background-color: #2E5171; }
a { background-color: rgb(46,81,113); }
div.DivClassName
{
background-color: #2E5171;
}
.BgClassName
{
background-color: #2E5171;
}
</style>
border-color css
<style>
span { border-color: #2E5171; }
span { border-color: rgb(46,81,113); }
td.TdClassName
{
border-color: #2E5171;
}
.TagClassName
{
border-color: #2E5171;
}
</style>