Shades of Venice Blue #2E567A
Tints of Venice Blue #2E567A
RGB
CMYK
RGB Variations
Color information
#2E567A (or 0x2E567A) is known color: Venice Blue. HEX triplet: 2E, 56 and 7A. RGB value is (46,86,122). Sum of RGB (Red+Green+Blue) = 46+86+122=254 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.11% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 122 (48.05% from 255 or 48.03% from 254); Max value from RGB is 122 - color contains mainly: blue. Hex color #2E567A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E567A is #D1A985. Grayscale: #4D4D4D. Windows color (decimal): -13740422 or 8017454. OLE color: 8017454.
HSL color Cylindrical-coordinate representation of color #2E567A: hue angle of 208.42º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E567A is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 46 | 86 | 122 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.52 |
| HSL | 208.42º | 0.45% | 0.33% | - |
| HSV(B) | 208.42º | 0.62% | 0.48% | - |
| XYZ | 7.97 | 8.64 | 19.66 | - |
| YUV | 78.14 | 152.75 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 86 | 122 | 0.62 | 0.30 | 0 | 0.52 | 208.42 | 0.45 | 0.33 |
| Hex | 2E | 56 | 7A | 3E | 1E | 0 | 34 | D0 | 2D | 21 |
| Octal | 56 | 126 | 172 | 76 | 36 | 0 | 64 | 320 | 55 | 41 |
| Binary | 101110 | 1010110 | 1111010 | 111110 | 11110 | 0 | 110100 | 11010000 | 101101 | 100001 |
Color Harmonies of #2E567A
Complementary color
Monochromatic Colors of #2E567A
Black with #2E567A
Text Example
Text Example
White with #2E567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E567A; }
p { color: rgb(46,86,122); }
H1.HeaderClassName
{
color: #2E567A;
}
.AnyTagClassName
{
color: #2E567A;
}
</style>
background-color css
<style>
a { background-color: #2E567A; }
a { background-color: rgb(46,86,122); }
div.DivClassName
{
background-color: #2E567A;
}
.BgClassName
{
background-color: #2E567A;
}
</style>
border-color css
<style>
span { border-color: #2E567A; }
span { border-color: rgb(46,86,122); }
td.TdClassName
{
border-color: #2E567A;
}
.TagClassName
{
border-color: #2E567A;
}
</style>