Shades of Madison #2E3D58
Tints of Madison #2E3D58
RGB
CMYK
RGB Variations
Color information
#2E3D58 (or 0x2E3D58) is known color: Madison. HEX triplet: 2E, 3D and 58. RGB value is (46,61,88). Sum of RGB (Red+Green+Blue) = 46+61+88=195 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.59% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 88 - color contains mainly: blue. Hex color #2E3D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3D58 is #D1C2A7. Grayscale: #3B3B3B. Windows color (decimal): -13746856 or 5782830. OLE color: 5782830.
HSL color Cylindrical-coordinate representation of color #2E3D58: hue angle of 218.57º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E3D58 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 61 | 88 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.65 |
| HSL | 218.57º | 0.31% | 0.26% | - |
| HSV(B) | 218.57º | 0.48% | 0.35% | - |
| XYZ | 4.56 | 4.62 | 9.88 | - |
| YUV | 59.59 | 144.03 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 61 | 88 | 0.48 | 0.31 | 0 | 0.65 | 218.57 | 0.31 | 0.26 |
| Hex | 2E | 3D | 58 | 30 | 1F | 0 | 41 | DB | 1F | 1A |
| Octal | 56 | 75 | 130 | 60 | 37 | 0 | 101 | 333 | 37 | 32 |
| Binary | 101110 | 111101 | 1011000 | 110000 | 11111 | 0 | 1000001 | 11011011 | 11111 | 11010 |
Color Harmonies of #2E3D58
Complementary color
Monochromatic Colors of #2E3D58
Black with #2E3D58
Text Example
Text Example
White with #2E3D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3D58; }
p { color: rgb(46,61,88); }
H1.HeaderClassName
{
color: #2E3D58;
}
.AnyTagClassName
{
color: #2E3D58;
}
</style>
background-color css
<style>
a { background-color: #2E3D58; }
a { background-color: rgb(46,61,88); }
div.DivClassName
{
background-color: #2E3D58;
}
.BgClassName
{
background-color: #2E3D58;
}
</style>
border-color css
<style>
span { border-color: #2E3D58; }
span { border-color: rgb(46,61,88); }
td.TdClassName
{
border-color: #2E3D58;
}
.TagClassName
{
border-color: #2E3D58;
}
</style>