Shades of Venice Blue #2E5273
Tints of Venice Blue #2E5273
RGB
CMYK
RGB Variations
Color information
#2E5273 (or 0x2E5273) is known color: Venice Blue. HEX triplet: 2E, 52 and 73. RGB value is (46,82,115). Sum of RGB (Red+Green+Blue) = 46+82+115=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #2E5273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5273 is #D1AD8C. Grayscale: #4A4A4A. Windows color (decimal): -13741453 or 7557678. OLE color: 7557678.
HSL color Cylindrical-coordinate representation of color #2E5273: hue angle of 208.7º 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 #2E5273 is Cyan = 0.6, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 82 | 115 | - |
| CMYK | 0.6 | 0.29 | 0 | 0.55 |
| HSL | 208.7º | 0.43% | 0.32% | - |
| HSV(B) | 208.7º | 0.6% | 0.45% | - |
| XYZ | 7.24 | 7.85 | 17.35 | - |
| YUV | 75 | 150.57 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 82 | 115 | 0.6 | 0.29 | 0 | 0.55 | 208.7 | 0.43 | 0.32 |
| Hex | 2E | 52 | 73 | 3C | 1D | 0 | 37 | D1 | 2B | 20 |
| Octal | 56 | 122 | 163 | 74 | 35 | 0 | 67 | 321 | 53 | 40 |
| Binary | 101110 | 1010010 | 1110011 | 111100 | 11101 | 0 | 110111 | 11010001 | 101011 | 100000 |
Color Harmonies of #2E5273
Complementary color
Monochromatic Colors of #2E5273
Black with #2E5273
Text Example
Text Example
White with #2E5273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5273; }
p { color: rgb(46,82,115); }
H1.HeaderClassName
{
color: #2E5273;
}
.AnyTagClassName
{
color: #2E5273;
}
</style>
background-color css
<style>
a { background-color: #2E5273; }
a { background-color: rgb(46,82,115); }
div.DivClassName
{
background-color: #2E5273;
}
.BgClassName
{
background-color: #2E5273;
}
</style>
border-color css
<style>
span { border-color: #2E5273; }
span { border-color: rgb(46,82,115); }
td.TdClassName
{
border-color: #2E5273;
}
.TagClassName
{
border-color: #2E5273;
}
</style>