Shades of Venice Blue #2E4B72
Tints of Venice Blue #2E4B72
RGB
CMYK
RGB Variations
Color information
#2E4B72 (or 0x2E4B72) is known color: Venice Blue. HEX triplet: 2E, 4B and 72. RGB value is (46,75,114). Sum of RGB (Red+Green+Blue) = 46+75+114=235 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.57% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #2E4B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4B72 is #D1B48D. Grayscale: #464646. Windows color (decimal): -13743246 or 7490350. OLE color: 7490350.
HSL color Cylindrical-coordinate representation of color #2E4B72: hue angle of 214.41º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E4B72 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 75 | 114 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.55 |
| HSL | 214.41º | 0.43% | 0.31% | - |
| HSV(B) | 214.41º | 0.6% | 0.45% | - |
| XYZ | 6.68 | 6.83 | 16.89 | - |
| YUV | 70.78 | 152.39 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 75 | 114 | 0.60 | 0.34 | 0 | 0.55 | 214.41 | 0.43 | 0.31 |
| Hex | 2E | 4B | 72 | 3C | 22 | 0 | 37 | D6 | 2A | 1F |
| Octal | 56 | 113 | 162 | 74 | 42 | 0 | 67 | 326 | 52 | 37 |
| Binary | 101110 | 1001011 | 1110010 | 111100 | 100010 | 0 | 110111 | 11010110 | 101010 | 11111 |
Color Harmonies of #2E4B72
Complementary color
Monochromatic Colors of #2E4B72
Black with #2E4B72
Text Example
Text Example
White with #2E4B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4B72; }
p { color: rgb(46,75,114); }
H1.HeaderClassName
{
color: #2E4B72;
}
.AnyTagClassName
{
color: #2E4B72;
}
</style>
background-color css
<style>
a { background-color: #2E4B72; }
a { background-color: rgb(46,75,114); }
div.DivClassName
{
background-color: #2E4B72;
}
.BgClassName
{
background-color: #2E4B72;
}
</style>
border-color css
<style>
span { border-color: #2E4B72; }
span { border-color: rgb(46,75,114); }
td.TdClassName
{
border-color: #2E4B72;
}
.TagClassName
{
border-color: #2E4B72;
}
</style>