Shades of Madison #2E3C4D
Tints of Madison #2E3C4D
RGB
CMYK
RGB Variations
Color information
#2E3C4D (or 0x2E3C4D) is known color: Madison. HEX triplet: 2E, 3C and 4D. RGB value is (46,60,77). Sum of RGB (Red+Green+Blue) = 46+60+77=183 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.14% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E3C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3C4D is #D1C3B2. Grayscale: #393939. Windows color (decimal): -13747123 or 5061678. OLE color: 5061678.
HSL color Cylindrical-coordinate representation of color #2E3C4D: hue angle of 212.9º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2E3C4D is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 46 | 60 | 77 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.70 |
| HSL | 212.9º | 0.25% | 0.24% | - |
| HSV(B) | 212.9º | 0.4% | 0.3% | - |
| XYZ | 4.08 | 4.35 | 7.65 | - |
| YUV | 57.75 | 138.86 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 60 | 77 | 0.40 | 0.22 | 0 | 0.70 | 212.9 | 0.25 | 0.24 |
| Hex | 2E | 3C | 4D | 28 | 16 | 0 | 46 | D5 | 19 | 18 |
| Octal | 56 | 74 | 115 | 50 | 26 | 0 | 106 | 325 | 31 | 30 |
| Binary | 101110 | 111100 | 1001101 | 101000 | 10110 | 0 | 1000110 | 11010101 | 11001 | 11000 |
Color Harmonies of #2E3C4D
Complementary color
Monochromatic Colors of #2E3C4D
Black with #2E3C4D
Text Example
Text Example
White with #2E3C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3C4D; }
p { color: rgb(46,60,77); }
H1.HeaderClassName
{
color: #2E3C4D;
}
.AnyTagClassName
{
color: #2E3C4D;
}
</style>
background-color css
<style>
a { background-color: #2E3C4D; }
a { background-color: rgb(46,60,77); }
div.DivClassName
{
background-color: #2E3C4D;
}
.BgClassName
{
background-color: #2E3C4D;
}
</style>
border-color css
<style>
span { border-color: #2E3C4D; }
span { border-color: rgb(46,60,77); }
td.TdClassName
{
border-color: #2E3C4D;
}
.TagClassName
{
border-color: #2E3C4D;
}
</style>