Shades of Madison #2D3C59
Tints of Madison #2D3C59
RGB
CMYK
RGB Variations
Color information
#2D3C59 (or 0x2D3C59) is known color: Madison. HEX triplet: 2D, 3C and 59. RGB value is (45,60,89). Sum of RGB (Red+Green+Blue) = 45+60+89=194 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.20% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #2D3C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D3C59 is #D2C3A6. Grayscale: #3A3A3A. Windows color (decimal): -13812647 or 5848109. OLE color: 5848109.
HSL color Cylindrical-coordinate representation of color #2D3C59: hue angle of 219.55º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2D3C59 is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 60 | 89 | - |
| CMYK | 0.49 | 0.33 | 0 | 0.65 |
| HSL | 219.55º | 0.33% | 0.26% | - |
| HSV(B) | 219.55º | 0.49% | 0.35% | - |
| XYZ | 4.5 | 4.51 | 10.08 | - |
| YUV | 58.82 | 145.03 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 60 | 89 | 0.49 | 0.33 | 0 | 0.65 | 219.55 | 0.33 | 0.26 |
| Hex | 2D | 3C | 59 | 31 | 21 | 0 | 41 | DC | 21 | 1A |
| Octal | 55 | 74 | 131 | 61 | 41 | 0 | 101 | 334 | 41 | 32 |
| Binary | 101101 | 111100 | 1011001 | 110001 | 100001 | 0 | 1000001 | 11011100 | 100001 | 11010 |
Color Harmonies of #2D3C59
Complementary color
Monochromatic Colors of #2D3C59
Black with #2D3C59
Text Example
Text Example
White with #2D3C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3C59; }
p { color: rgb(45,60,89); }
H1.HeaderClassName
{
color: #2D3C59;
}
.AnyTagClassName
{
color: #2D3C59;
}
</style>
background-color css
<style>
a { background-color: #2D3C59; }
a { background-color: rgb(45,60,89); }
div.DivClassName
{
background-color: #2D3C59;
}
.BgClassName
{
background-color: #2D3C59;
}
</style>
border-color css
<style>
span { border-color: #2D3C59; }
span { border-color: rgb(45,60,89); }
td.TdClassName
{
border-color: #2D3C59;
}
.TagClassName
{
border-color: #2D3C59;
}
</style>