Shades of Madison #2B3958
Tints of Madison #2B3958
RGB
CMYK
RGB Variations
Color information
#2B3958 (or 0x2B3958) is known color: Madison. HEX triplet: 2B, 39 and 58. RGB value is (43,57,88). Sum of RGB (Red+Green+Blue) = 43+57+88=188 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.87% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 88 - color contains mainly: blue. Hex color #2B3958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3958 is #D4C6A7. Grayscale: #383838. Windows color (decimal): -13944488 or 5781803. OLE color: 5781803.
HSL color Cylindrical-coordinate representation of color #2B3958: hue angle of 221.33º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B3958 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 57 | 88 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.65 |
| HSL | 221.33º | 0.34% | 0.26% | - |
| HSV(B) | 221.33º | 0.51% | 0.35% | - |
| XYZ | 4.22 | 4.14 | 9.81 | - |
| YUV | 56.35 | 145.86 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 57 | 88 | 0.51 | 0.35 | 0 | 0.65 | 221.33 | 0.34 | 0.26 |
| Hex | 2B | 39 | 58 | 33 | 23 | 0 | 41 | DD | 22 | 1A |
| Octal | 53 | 71 | 130 | 63 | 43 | 0 | 101 | 335 | 42 | 32 |
| Binary | 101011 | 111001 | 1011000 | 110011 | 100011 | 0 | 1000001 | 11011101 | 100010 | 11010 |
Color Harmonies of #2B3958
Complementary color
Monochromatic Colors of #2B3958
Black with #2B3958
Text Example
Text Example
White with #2B3958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3958; }
p { color: rgb(43,57,88); }
H1.HeaderClassName
{
color: #2B3958;
}
.AnyTagClassName
{
color: #2B3958;
}
</style>
background-color css
<style>
a { background-color: #2B3958; }
a { background-color: rgb(43,57,88); }
div.DivClassName
{
background-color: #2B3958;
}
.BgClassName
{
background-color: #2B3958;
}
</style>
border-color css
<style>
span { border-color: #2B3958; }
span { border-color: rgb(43,57,88); }
td.TdClassName
{
border-color: #2B3958;
}
.TagClassName
{
border-color: #2B3958;
}
</style>