Shades of Madison #2B3A59
Tints of Madison #2B3A59
RGB
CMYK
RGB Variations
Color information
#2B3A59 (or 0x2B3A59) is known color: Madison. HEX triplet: 2B, 3A and 59. RGB value is (43,58,89). Sum of RGB (Red+Green+Blue) = 43+58+89=190 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.63% from 190); Green value is 58 (23.05% from 255 or 30.53% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #2B3A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3A59 is #D4C5A6. Grayscale: #383838. Windows color (decimal): -13944231 or 5847595. OLE color: 5847595.
HSL color Cylindrical-coordinate representation of color #2B3A59: hue angle of 220.43º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B3A59 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 58 | 89 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.65 |
| HSL | 220.43º | 0.35% | 0.26% | - |
| HSV(B) | 220.43º | 0.52% | 0.35% | - |
| XYZ | 4.31 | 4.26 | 10.05 | - |
| YUV | 57.05 | 146.03 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 58 | 89 | 0.52 | 0.35 | 0 | 0.65 | 220.43 | 0.35 | 0.26 |
| Hex | 2B | 3A | 59 | 34 | 23 | 0 | 41 | DC | 23 | 1A |
| Octal | 53 | 72 | 131 | 64 | 43 | 0 | 101 | 334 | 43 | 32 |
| Binary | 101011 | 111010 | 1011001 | 110100 | 100011 | 0 | 1000001 | 11011100 | 100011 | 11010 |
Color Harmonies of #2B3A59
Complementary color
Monochromatic Colors of #2B3A59
Black with #2B3A59
Text Example
Text Example
White with #2B3A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3A59; }
p { color: rgb(43,58,89); }
H1.HeaderClassName
{
color: #2B3A59;
}
.AnyTagClassName
{
color: #2B3A59;
}
</style>
background-color css
<style>
a { background-color: #2B3A59; }
a { background-color: rgb(43,58,89); }
div.DivClassName
{
background-color: #2B3A59;
}
.BgClassName
{
background-color: #2B3A59;
}
</style>
border-color css
<style>
span { border-color: #2B3A59; }
span { border-color: rgb(43,58,89); }
td.TdClassName
{
border-color: #2B3A59;
}
.TagClassName
{
border-color: #2B3A59;
}
</style>