Shades of Madison #2D3F58
Tints of Madison #2D3F58
RGB
CMYK
RGB Variations
Color information
#2D3F58 (or 0x2D3F58) is known color: Madison. HEX triplet: 2D, 3F and 58. RGB value is (45,63,88). Sum of RGB (Red+Green+Blue) = 45+63+88=196 (25% of max value = 765). Red value is 45 (17.97% from 255 or 22.96% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #2D3F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D3F58 is #D2C0A7. Grayscale: #3C3C3C. Windows color (decimal): -13811880 or 5783341. OLE color: 5783341.
HSL color Cylindrical-coordinate representation of color #2D3F58: hue angle of 214.88º degrees, saturation: 0.32, 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 #2D3F58 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 63 | 88 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.65 |
| HSL | 214.88º | 0.32% | 0.26% | - |
| HSV(B) | 214.88º | 0.49% | 0.35% | - |
| XYZ | 4.62 | 4.82 | 9.92 | - |
| YUV | 60.47 | 143.54 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 63 | 88 | 0.49 | 0.28 | 0 | 0.65 | 214.88 | 0.32 | 0.26 |
| Hex | 2D | 3F | 58 | 31 | 1C | 0 | 41 | D7 | 20 | 1A |
| Octal | 55 | 77 | 130 | 61 | 34 | 0 | 101 | 327 | 40 | 32 |
| Binary | 101101 | 111111 | 1011000 | 110001 | 11100 | 0 | 1000001 | 11010111 | 100000 | 11010 |
Color Harmonies of #2D3F58
Complementary color
Monochromatic Colors of #2D3F58
Black with #2D3F58
Text Example
Text Example
White with #2D3F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3F58; }
p { color: rgb(45,63,88); }
H1.HeaderClassName
{
color: #2D3F58;
}
.AnyTagClassName
{
color: #2D3F58;
}
</style>
background-color css
<style>
a { background-color: #2D3F58; }
a { background-color: rgb(45,63,88); }
div.DivClassName
{
background-color: #2D3F58;
}
.BgClassName
{
background-color: #2D3F58;
}
</style>
border-color css
<style>
span { border-color: #2D3F58; }
span { border-color: rgb(45,63,88); }
td.TdClassName
{
border-color: #2D3F58;
}
.TagClassName
{
border-color: #2D3F58;
}
</style>