Shades of Madison #2B3957
Tints of Madison #2B3957
RGB
CMYK
RGB Variations
Color information
#2B3957 (or 0x2B3957) is known color: Madison. HEX triplet: 2B, 39 and 57. RGB value is (43,57,87). Sum of RGB (Red+Green+Blue) = 43+57+87=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 87 (34.38% from 255 or 46.52% from 187); Max value from RGB is 87 - color contains mainly: blue. Hex color #2B3957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3957 is #D4C6A8. Grayscale: #383838. Windows color (decimal): -13944489 or 5716267. OLE color: 5716267.
HSL color Cylindrical-coordinate representation of color #2B3957: hue angle of 220.91º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B3957 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 43 | 57 | 87 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.66 |
| HSL | 220.91º | 0.34% | 0.25% | - |
| HSV(B) | 220.91º | 0.51% | 0.34% | - |
| XYZ | 4.18 | 4.13 | 9.59 | - |
| YUV | 56.23 | 145.36 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 57 | 87 | 0.51 | 0.34 | 0 | 0.66 | 220.91 | 0.34 | 0.25 |
| Hex | 2B | 39 | 57 | 33 | 22 | 0 | 42 | DD | 22 | 19 |
| Octal | 53 | 71 | 127 | 63 | 42 | 0 | 102 | 335 | 42 | 31 |
| Binary | 101011 | 111001 | 1010111 | 110011 | 100010 | 0 | 1000010 | 11011101 | 100010 | 11001 |
Color Harmonies of #2B3957
Complementary color
Monochromatic Colors of #2B3957
Black with #2B3957
Text Example
Text Example
White with #2B3957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3957; }
p { color: rgb(43,57,87); }
H1.HeaderClassName
{
color: #2B3957;
}
.AnyTagClassName
{
color: #2B3957;
}
</style>
background-color css
<style>
a { background-color: #2B3957; }
a { background-color: rgb(43,57,87); }
div.DivClassName
{
background-color: #2B3957;
}
.BgClassName
{
background-color: #2B3957;
}
</style>
border-color css
<style>
span { border-color: #2B3957; }
span { border-color: rgb(43,57,87); }
td.TdClassName
{
border-color: #2B3957;
}
.TagClassName
{
border-color: #2B3957;
}
</style>