Shades of Venice Blue #2E547B
Tints of Venice Blue #2E547B
RGB
CMYK
RGB Variations
Color information
#2E547B (or 0x2E547B) is known color: Venice Blue. HEX triplet: 2E, 54 and 7B. RGB value is (46,84,123). Sum of RGB (Red+Green+Blue) = 46+84+123=253 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.18% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: blue. Hex color #2E547B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E547B is #D1AB84. Grayscale: #4C4C4C. Windows color (decimal): -13740933 or 8082478. OLE color: 8082478.
HSL color Cylindrical-coordinate representation of color #2E547B: hue angle of 210.39º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E547B is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 46 | 84 | 123 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.52 |
| HSL | 210.39º | 0.46% | 0.33% | - |
| HSV(B) | 210.39º | 0.63% | 0.48% | - |
| XYZ | 7.87 | 8.35 | 19.94 | - |
| YUV | 77.08 | 153.91 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 84 | 123 | 0.63 | 0.32 | 0 | 0.52 | 210.39 | 0.46 | 0.33 |
| Hex | 2E | 54 | 7B | 3F | 20 | 0 | 34 | D2 | 2E | 21 |
| Octal | 56 | 124 | 173 | 77 | 40 | 0 | 64 | 322 | 56 | 41 |
| Binary | 101110 | 1010100 | 1111011 | 111111 | 100000 | 0 | 110100 | 11010010 | 101110 | 100001 |
Color Harmonies of #2E547B
Complementary color
Monochromatic Colors of #2E547B
Black with #2E547B
Text Example
Text Example
White with #2E547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E547B; }
p { color: rgb(46,84,123); }
H1.HeaderClassName
{
color: #2E547B;
}
.AnyTagClassName
{
color: #2E547B;
}
</style>
background-color css
<style>
a { background-color: #2E547B; }
a { background-color: rgb(46,84,123); }
div.DivClassName
{
background-color: #2E547B;
}
.BgClassName
{
background-color: #2E547B;
}
</style>
border-color css
<style>
span { border-color: #2E547B; }
span { border-color: rgb(46,84,123); }
td.TdClassName
{
border-color: #2E547B;
}
.TagClassName
{
border-color: #2E547B;
}
</style>