Shades of Venice Blue #2E5575
Tints of Venice Blue #2E5575
RGB
CMYK
RGB Variations
Color information
#2E5575 (or 0x2E5575) is known color: Venice Blue. HEX triplet: 2E, 55 and 75. RGB value is (46,85,117). Sum of RGB (Red+Green+Blue) = 46+85+117=248 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.55% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #2E5575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5575 is #D1AA8A. Grayscale: #4C4C4C. Windows color (decimal): -13740683 or 7689518. OLE color: 7689518.
HSL color Cylindrical-coordinate representation of color #2E5575: hue angle of 207.04º 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 #2E5575 is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 85 | 117 | - |
| CMYK | 0.61 | 0.27 | 0 | 0.54 |
| HSL | 207.04º | 0.44% | 0.32% | - |
| HSV(B) | 207.04º | 0.61% | 0.46% | - |
| XYZ | 7.59 | 8.36 | 18.04 | - |
| YUV | 76.99 | 150.58 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 85 | 117 | 0.61 | 0.27 | 0 | 0.54 | 207.04 | 0.44 | 0.32 |
| Hex | 2E | 55 | 75 | 3D | 1B | 0 | 36 | CF | 2C | 20 |
| Octal | 56 | 125 | 165 | 75 | 33 | 0 | 66 | 317 | 54 | 40 |
| Binary | 101110 | 1010101 | 1110101 | 111101 | 11011 | 0 | 110110 | 11001111 | 101100 | 100000 |
Color Harmonies of #2E5575
Complementary color
Monochromatic Colors of #2E5575
Black with #2E5575
Text Example
Text Example
White with #2E5575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5575; }
p { color: rgb(46,85,117); }
H1.HeaderClassName
{
color: #2E5575;
}
.AnyTagClassName
{
color: #2E5575;
}
</style>
background-color css
<style>
a { background-color: #2E5575; }
a { background-color: rgb(46,85,117); }
div.DivClassName
{
background-color: #2E5575;
}
.BgClassName
{
background-color: #2E5575;
}
</style>
border-color css
<style>
span { border-color: #2E5575; }
span { border-color: rgb(46,85,117); }
td.TdClassName
{
border-color: #2E5575;
}
.TagClassName
{
border-color: #2E5575;
}
</style>