Shades of Venice Blue #2E5275
Tints of Venice Blue #2E5275
RGB
CMYK
RGB Variations
Color information
#2E5275 (or 0x2E5275) is known color: Venice Blue. HEX triplet: 2E, 52 and 75. RGB value is (46,82,117). Sum of RGB (Red+Green+Blue) = 46+82+117=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #2E5275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5275 is #D1AD8A. Grayscale: #4B4B4B. Windows color (decimal): -13741451 or 7688750. OLE color: 7688750.
HSL color Cylindrical-coordinate representation of color #2E5275: hue angle of 209.58º 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 #2E5275 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 82 | 117 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.54 |
| HSL | 209.58º | 0.44% | 0.32% | - |
| HSV(B) | 209.58º | 0.61% | 0.46% | - |
| XYZ | 7.35 | 7.9 | 17.97 | - |
| YUV | 75.23 | 151.57 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 82 | 117 | 0.61 | 0.30 | 0 | 0.54 | 209.58 | 0.44 | 0.32 |
| Hex | 2E | 52 | 75 | 3D | 1E | 0 | 36 | D2 | 2C | 20 |
| Octal | 56 | 122 | 165 | 75 | 36 | 0 | 66 | 322 | 54 | 40 |
| Binary | 101110 | 1010010 | 1110101 | 111101 | 11110 | 0 | 110110 | 11010010 | 101100 | 100000 |
Color Harmonies of #2E5275
Complementary color
Monochromatic Colors of #2E5275
Black with #2E5275
Text Example
Text Example
White with #2E5275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5275; }
p { color: rgb(46,82,117); }
H1.HeaderClassName
{
color: #2E5275;
}
.AnyTagClassName
{
color: #2E5275;
}
</style>
background-color css
<style>
a { background-color: #2E5275; }
a { background-color: rgb(46,82,117); }
div.DivClassName
{
background-color: #2E5275;
}
.BgClassName
{
background-color: #2E5275;
}
</style>
border-color css
<style>
span { border-color: #2E5275; }
span { border-color: rgb(46,82,117); }
td.TdClassName
{
border-color: #2E5275;
}
.TagClassName
{
border-color: #2E5275;
}
</style>