Shades of Venice Blue #2E5A79
Tints of Venice Blue #2E5A79
RGB
CMYK
RGB Variations
Color information
#2E5A79 (or 0x2E5A79) is known color: Venice Blue. HEX triplet: 2E, 5A and 79. RGB value is (46,90,121). Sum of RGB (Red+Green+Blue) = 46+90+121=257 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.90% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 121 (47.66% from 255 or 47.08% from 257); Max value from RGB is 121 - color contains mainly: blue. Hex color #2E5A79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5A79 is #D1A586. Grayscale: #505050. Windows color (decimal): -13739399 or 7952942. OLE color: 7952942.
HSL color Cylindrical-coordinate representation of color #2E5A79: hue angle of 204.8º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E5A79 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 90 | 121 | - |
| CMYK | 0.62 | 0.26 | 0 | 0.53 |
| HSL | 204.8º | 0.45% | 0.33% | - |
| HSV(B) | 204.8º | 0.62% | 0.47% | - |
| XYZ | 8.23 | 9.27 | 19.45 | - |
| YUV | 80.38 | 150.92 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 90 | 121 | 0.62 | 0.26 | 0 | 0.53 | 204.8 | 0.45 | 0.33 |
| Hex | 2E | 5A | 79 | 3E | 1A | 0 | 35 | CD | 2D | 21 |
| Octal | 56 | 132 | 171 | 76 | 32 | 0 | 65 | 315 | 55 | 41 |
| Binary | 101110 | 1011010 | 1111001 | 111110 | 11010 | 0 | 110101 | 11001101 | 101101 | 100001 |
Color Harmonies of #2E5A79
Complementary color
Monochromatic Colors of #2E5A79
Black with #2E5A79
Text Example
Text Example
White with #2E5A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5A79; }
p { color: rgb(46,90,121); }
H1.HeaderClassName
{
color: #2E5A79;
}
.AnyTagClassName
{
color: #2E5A79;
}
</style>
background-color css
<style>
a { background-color: #2E5A79; }
a { background-color: rgb(46,90,121); }
div.DivClassName
{
background-color: #2E5A79;
}
.BgClassName
{
background-color: #2E5A79;
}
</style>
border-color css
<style>
span { border-color: #2E5A79; }
span { border-color: rgb(46,90,121); }
td.TdClassName
{
border-color: #2E5A79;
}
.TagClassName
{
border-color: #2E5A79;
}
</style>