Shades of Venice Blue #2E5679
Tints of Venice Blue #2E5679
RGB
CMYK
RGB Variations
Color information
#2E5679 (or 0x2E5679) is known color: Venice Blue. HEX triplet: 2E, 56 and 79. RGB value is (46,86,121). Sum of RGB (Red+Green+Blue) = 46+86+121=253 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.18% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 121 (47.66% from 255 or 47.83% from 253); Max value from RGB is 121 - color contains mainly: blue. Hex color #2E5679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5679 is #D1A986. Grayscale: #4D4D4D. Windows color (decimal): -13740423 or 7951918. OLE color: 7951918.
HSL color Cylindrical-coordinate representation of color #2E5679: hue angle of 208º 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 #2E5679 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 86 | 121 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.53 |
| HSL | 208º | 0.45% | 0.33% | - |
| HSV(B) | 208º | 0.62% | 0.47% | - |
| XYZ | 7.91 | 8.62 | 19.34 | - |
| YUV | 78.03 | 152.25 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 86 | 121 | 0.62 | 0.29 | 0 | 0.53 | 208 | 0.45 | 0.33 |
| Hex | 2E | 56 | 79 | 3E | 1D | 0 | 35 | D0 | 2D | 21 |
| Octal | 56 | 126 | 171 | 76 | 35 | 0 | 65 | 320 | 55 | 41 |
| Binary | 101110 | 1010110 | 1111001 | 111110 | 11101 | 0 | 110101 | 11010000 | 101101 | 100001 |
Color Harmonies of #2E5679
Complementary color
Monochromatic Colors of #2E5679
Black with #2E5679
Text Example
Text Example
White with #2E5679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5679; }
p { color: rgb(46,86,121); }
H1.HeaderClassName
{
color: #2E5679;
}
.AnyTagClassName
{
color: #2E5679;
}
</style>
background-color css
<style>
a { background-color: #2E5679; }
a { background-color: rgb(46,86,121); }
div.DivClassName
{
background-color: #2E5679;
}
.BgClassName
{
background-color: #2E5679;
}
</style>
border-color css
<style>
span { border-color: #2E5679; }
span { border-color: rgb(46,86,121); }
td.TdClassName
{
border-color: #2E5679;
}
.TagClassName
{
border-color: #2E5679;
}
</style>