Shades of Venice Blue #2E4970
Tints of Venice Blue #2E4970
RGB
CMYK
RGB Variations
Color information
#2E4970 (or 0x2E4970) is known color: Venice Blue. HEX triplet: 2E, 49 and 70. RGB value is (46,73,112). Sum of RGB (Red+Green+Blue) = 46+73+112=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #2E4970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4970 is #D1B68F. Grayscale: #454545. Windows color (decimal): -13743760 or 7358766. OLE color: 7358766.
HSL color Cylindrical-coordinate representation of color #2E4970: hue angle of 215.45º 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 #2E4970 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 73 | 112 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.56 |
| HSL | 215.45º | 0.42% | 0.31% | - |
| HSV(B) | 215.45º | 0.59% | 0.44% | - |
| XYZ | 6.43 | 6.52 | 16.25 | - |
| YUV | 69.37 | 152.05 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 73 | 112 | 0.59 | 0.35 | 0 | 0.56 | 215.45 | 0.42 | 0.31 |
| Hex | 2E | 49 | 70 | 3B | 23 | 0 | 38 | D7 | 2A | 1F |
| Octal | 56 | 111 | 160 | 73 | 43 | 0 | 70 | 327 | 52 | 37 |
| Binary | 101110 | 1001001 | 1110000 | 111011 | 100011 | 0 | 111000 | 11010111 | 101010 | 11111 |
Color Harmonies of #2E4970
Complementary color
Monochromatic Colors of #2E4970
Black with #2E4970
Text Example
Text Example
White with #2E4970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4970; }
p { color: rgb(46,73,112); }
H1.HeaderClassName
{
color: #2E4970;
}
.AnyTagClassName
{
color: #2E4970;
}
</style>
background-color css
<style>
a { background-color: #2E4970; }
a { background-color: rgb(46,73,112); }
div.DivClassName
{
background-color: #2E4970;
}
.BgClassName
{
background-color: #2E4970;
}
</style>
border-color css
<style>
span { border-color: #2E4970; }
span { border-color: rgb(46,73,112); }
td.TdClassName
{
border-color: #2E4970;
}
.TagClassName
{
border-color: #2E4970;
}
</style>