Shades of Venice Blue #2E4B70
Tints of Venice Blue #2E4B70
RGB
CMYK
RGB Variations
Color information
#2E4B70 (or 0x2E4B70) is known color: Venice Blue. HEX triplet: 2E, 4B and 70. RGB value is (46,75,112). Sum of RGB (Red+Green+Blue) = 46+75+112=233 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.74% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #2E4B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4B70 is #D1B48F. Grayscale: #464646. Windows color (decimal): -13743248 or 7359278. OLE color: 7359278.
HSL color Cylindrical-coordinate representation of color #2E4B70: hue angle of 213.64º 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 #2E4B70 is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 75 | 112 | - |
| CMYK | 0.59 | 0.33 | 0 | 0.56 |
| HSL | 213.64º | 0.42% | 0.31% | - |
| HSV(B) | 213.64º | 0.59% | 0.44% | - |
| XYZ | 6.57 | 6.78 | 16.29 | - |
| YUV | 70.55 | 151.39 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 75 | 112 | 0.59 | 0.33 | 0 | 0.56 | 213.64 | 0.42 | 0.31 |
| Hex | 2E | 4B | 70 | 3B | 21 | 0 | 38 | D6 | 2A | 1F |
| Octal | 56 | 113 | 160 | 73 | 41 | 0 | 70 | 326 | 52 | 37 |
| Binary | 101110 | 1001011 | 1110000 | 111011 | 100001 | 0 | 111000 | 11010110 | 101010 | 11111 |
Color Harmonies of #2E4B70
Complementary color
Monochromatic Colors of #2E4B70
Black with #2E4B70
Text Example
Text Example
White with #2E4B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4B70; }
p { color: rgb(46,75,112); }
H1.HeaderClassName
{
color: #2E4B70;
}
.AnyTagClassName
{
color: #2E4B70;
}
</style>
background-color css
<style>
a { background-color: #2E4B70; }
a { background-color: rgb(46,75,112); }
div.DivClassName
{
background-color: #2E4B70;
}
.BgClassName
{
background-color: #2E4B70;
}
</style>
border-color css
<style>
span { border-color: #2E4B70; }
span { border-color: rgb(46,75,112); }
td.TdClassName
{
border-color: #2E4B70;
}
.TagClassName
{
border-color: #2E4B70;
}
</style>