Shades of Venice Blue #2E506D
Tints of Venice Blue #2E506D
RGB
CMYK
RGB Variations
Color information
#2E506D (or 0x2E506D) is known color: Venice Blue. HEX triplet: 2E, 50 and 6D. RGB value is (46,80,109). Sum of RGB (Red+Green+Blue) = 46+80+109=235 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.57% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E506D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E506D is #D1AF92. Grayscale: #484848. Windows color (decimal): -13741971 or 7163950. OLE color: 7163950.
HSL color Cylindrical-coordinate representation of color #2E506D: hue angle of 207.62º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E506D is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 80 | 109 | - |
| CMYK | 0.58 | 0.27 | 0 | 0.57 |
| HSL | 207.62º | 0.41% | 0.3% | - |
| HSV(B) | 207.62º | 0.58% | 0.43% | - |
| XYZ | 6.76 | 7.42 | 15.54 | - |
| YUV | 73.14 | 148.24 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 80 | 109 | 0.58 | 0.27 | 0 | 0.57 | 207.62 | 0.41 | 0.3 |
| Hex | 2E | 50 | 6D | 3A | 1B | 0 | 39 | D0 | 29 | 1E |
| Octal | 56 | 120 | 155 | 72 | 33 | 0 | 71 | 320 | 51 | 36 |
| Binary | 101110 | 1010000 | 1101101 | 111010 | 11011 | 0 | 111001 | 11010000 | 101001 | 11110 |
Color Harmonies of #2E506D
Complementary color
Monochromatic Colors of #2E506D
Black with #2E506D
Text Example
Text Example
White with #2E506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E506D; }
p { color: rgb(46,80,109); }
H1.HeaderClassName
{
color: #2E506D;
}
.AnyTagClassName
{
color: #2E506D;
}
</style>
background-color css
<style>
a { background-color: #2E506D; }
a { background-color: rgb(46,80,109); }
div.DivClassName
{
background-color: #2E506D;
}
.BgClassName
{
background-color: #2E506D;
}
</style>
border-color css
<style>
span { border-color: #2E506D; }
span { border-color: rgb(46,80,109); }
td.TdClassName
{
border-color: #2E506D;
}
.TagClassName
{
border-color: #2E506D;
}
</style>