Shades of Venice Blue #2E5378
Tints of Venice Blue #2E5378
RGB
CMYK
RGB Variations
Color information
#2E5378 (or 0x2E5378) is known color: Venice Blue. HEX triplet: 2E, 53 and 78. RGB value is (46,83,120). Sum of RGB (Red+Green+Blue) = 46+83+120=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 120 (47.27% from 255 or 48.19% from 249); Max value from RGB is 120 - color contains mainly: blue. Hex color #2E5378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5378 is #D1AC87. Grayscale: #4B4B4B. Windows color (decimal): -13741192 or 7885614. OLE color: 7885614.
HSL color Cylindrical-coordinate representation of color #2E5378: hue angle of 210º 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 #2E5378 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 83 | 120 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.53 |
| HSL | 210º | 0.45% | 0.33% | - |
| HSV(B) | 210º | 0.62% | 0.47% | - |
| XYZ | 7.61 | 8.12 | 18.94 | - |
| YUV | 76.16 | 152.74 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 83 | 120 | 0.62 | 0.31 | 0 | 0.53 | 210 | 0.45 | 0.33 |
| Hex | 2E | 53 | 78 | 3E | 1F | 0 | 35 | D2 | 2D | 21 |
| Octal | 56 | 123 | 170 | 76 | 37 | 0 | 65 | 322 | 55 | 41 |
| Binary | 101110 | 1010011 | 1111000 | 111110 | 11111 | 0 | 110101 | 11010010 | 101101 | 100001 |
Color Harmonies of #2E5378
Complementary color
Monochromatic Colors of #2E5378
Black with #2E5378
Text Example
Text Example
White with #2E5378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5378; }
p { color: rgb(46,83,120); }
H1.HeaderClassName
{
color: #2E5378;
}
.AnyTagClassName
{
color: #2E5378;
}
</style>
background-color css
<style>
a { background-color: #2E5378; }
a { background-color: rgb(46,83,120); }
div.DivClassName
{
background-color: #2E5378;
}
.BgClassName
{
background-color: #2E5378;
}
</style>
border-color css
<style>
span { border-color: #2E5378; }
span { border-color: rgb(46,83,120); }
td.TdClassName
{
border-color: #2E5378;
}
.TagClassName
{
border-color: #2E5378;
}
</style>