Shades of Madison #2B3A4C
Tints of Madison #2B3A4C
RGB
CMYK
RGB Variations
Color information
#2B3A4C (or 0x2B3A4C) is known color: Madison. HEX triplet: 2B, 3A and 4C. RGB value is (43,58,76). Sum of RGB (Red+Green+Blue) = 43+58+76=177 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.29% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 76 (30.08% from 255 or 42.94% from 177); Max value from RGB is 76 - color contains mainly: blue. Hex color #2B3A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3A4C is #D4C5B3. Grayscale: #373737. Windows color (decimal): -13944244 or 4995627. OLE color: 4995627.
HSL color Cylindrical-coordinate representation of color #2B3A4C: hue angle of 212.73º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2B3A4C is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 43 | 58 | 76 | - |
| CMYK | 0.43 | 0.24 | 0 | 0.70 |
| HSL | 212.73º | 0.28% | 0.23% | - |
| HSV(B) | 212.73º | 0.43% | 0.3% | - |
| XYZ | 3.81 | 4.06 | 7.42 | - |
| YUV | 55.57 | 139.53 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 58 | 76 | 0.43 | 0.24 | 0 | 0.70 | 212.73 | 0.28 | 0.23 |
| Hex | 2B | 3A | 4C | 2B | 18 | 0 | 46 | D5 | 1C | 17 |
| Octal | 53 | 72 | 114 | 53 | 30 | 0 | 106 | 325 | 34 | 27 |
| Binary | 101011 | 111010 | 1001100 | 101011 | 11000 | 0 | 1000110 | 11010101 | 11100 | 10111 |
Color Harmonies of #2B3A4C
Complementary color
Monochromatic Colors of #2B3A4C
Black with #2B3A4C
Text Example
Text Example
White with #2B3A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3A4C; }
p { color: rgb(43,58,76); }
H1.HeaderClassName
{
color: #2B3A4C;
}
.AnyTagClassName
{
color: #2B3A4C;
}
</style>
background-color css
<style>
a { background-color: #2B3A4C; }
a { background-color: rgb(43,58,76); }
div.DivClassName
{
background-color: #2B3A4C;
}
.BgClassName
{
background-color: #2B3A4C;
}
</style>
border-color css
<style>
span { border-color: #2B3A4C; }
span { border-color: rgb(43,58,76); }
td.TdClassName
{
border-color: #2B3A4C;
}
.TagClassName
{
border-color: #2B3A4C;
}
</style>