Shades of Madison #2D4153
Tints of Madison #2D4153
RGB
CMYK
RGB Variations
Color information
#2D4153 (or 0x2D4153) is known color: Madison. HEX triplet: 2D, 41 and 53. RGB value is (45,65,83). Sum of RGB (Red+Green+Blue) = 45+65+83=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 83 - color contains mainly: blue. Hex color #2D4153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4153 is #D2BEAC. Grayscale: #3C3C3C. Windows color (decimal): -13811373 or 5456173. OLE color: 5456173.
HSL color Cylindrical-coordinate representation of color #2D4153: hue angle of 208.42º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2D4153 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 65 | 83 | - |
| CMYK | 0.46 | 0.22 | 0 | 0.67 |
| HSL | 208.42º | 0.3% | 0.25% | - |
| HSV(B) | 208.42º | 0.46% | 0.33% | - |
| XYZ | 4.53 | 4.96 | 8.9 | - |
| YUV | 61.07 | 140.37 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 65 | 83 | 0.46 | 0.22 | 0 | 0.67 | 208.42 | 0.3 | 0.25 |
| Hex | 2D | 41 | 53 | 2E | 16 | 0 | 43 | D0 | 1E | 19 |
| Octal | 55 | 101 | 123 | 56 | 26 | 0 | 103 | 320 | 36 | 31 |
| Binary | 101101 | 1000001 | 1010011 | 101110 | 10110 | 0 | 1000011 | 11010000 | 11110 | 11001 |
Color Harmonies of #2D4153
Complementary color
Monochromatic Colors of #2D4153
Black with #2D4153
Text Example
Text Example
White with #2D4153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4153; }
p { color: rgb(45,65,83); }
H1.HeaderClassName
{
color: #2D4153;
}
.AnyTagClassName
{
color: #2D4153;
}
</style>
background-color css
<style>
a { background-color: #2D4153; }
a { background-color: rgb(45,65,83); }
div.DivClassName
{
background-color: #2D4153;
}
.BgClassName
{
background-color: #2D4153;
}
</style>
border-color css
<style>
span { border-color: #2D4153; }
span { border-color: rgb(45,65,83); }
td.TdClassName
{
border-color: #2D4153;
}
.TagClassName
{
border-color: #2D4153;
}
</style>