Shades of Venice Blue #2E5773
Tints of Venice Blue #2E5773
RGB
CMYK
RGB Variations
Color information
#2E5773 (or 0x2E5773) is known color: Venice Blue. HEX triplet: 2E, 57 and 73. RGB value is (46,87,115). Sum of RGB (Red+Green+Blue) = 46+87+115=248 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.55% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #2E5773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5773 is #D1A88C. Grayscale: #4D4D4D. Windows color (decimal): -13740173 or 7558958. OLE color: 7558958.
HSL color Cylindrical-coordinate representation of color #2E5773: hue angle of 204.35º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E5773 is Cyan = 0.6, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 87 | 115 | - |
| CMYK | 0.6 | 0.24 | 0 | 0.55 |
| HSL | 204.35º | 0.43% | 0.32% | - |
| HSV(B) | 204.35º | 0.6% | 0.45% | - |
| XYZ | 7.63 | 8.64 | 17.48 | - |
| YUV | 77.93 | 148.92 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 87 | 115 | 0.6 | 0.24 | 0 | 0.55 | 204.35 | 0.43 | 0.32 |
| Hex | 2E | 57 | 73 | 3C | 18 | 0 | 37 | CC | 2B | 20 |
| Octal | 56 | 127 | 163 | 74 | 30 | 0 | 67 | 314 | 53 | 40 |
| Binary | 101110 | 1010111 | 1110011 | 111100 | 11000 | 0 | 110111 | 11001100 | 101011 | 100000 |
Color Harmonies of #2E5773
Complementary color
Monochromatic Colors of #2E5773
Black with #2E5773
Text Example
Text Example
White with #2E5773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5773; }
p { color: rgb(46,87,115); }
H1.HeaderClassName
{
color: #2E5773;
}
.AnyTagClassName
{
color: #2E5773;
}
</style>
background-color css
<style>
a { background-color: #2E5773; }
a { background-color: rgb(46,87,115); }
div.DivClassName
{
background-color: #2E5773;
}
.BgClassName
{
background-color: #2E5773;
}
</style>
border-color css
<style>
span { border-color: #2E5773; }
span { border-color: rgb(46,87,115); }
td.TdClassName
{
border-color: #2E5773;
}
.TagClassName
{
border-color: #2E5773;
}
</style>