Shades of Madison #2B3A4A
Tints of Madison #2B3A4A
RGB
CMYK
RGB Variations
Color information
#2B3A4A (or 0x2B3A4A) is known color: Madison. HEX triplet: 2B, 3A and 4A. RGB value is (43,58,74). Sum of RGB (Red+Green+Blue) = 43+58+74=175 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.57% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 74 - color contains mainly: blue. Hex color #2B3A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3A4A is #D4C5B5. Grayscale: #373737. Windows color (decimal): -13944246 or 4864555. OLE color: 4864555.
HSL color Cylindrical-coordinate representation of color #2B3A4A: hue angle of 210.97º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2B3A4A is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 58 | 74 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.71 |
| HSL | 210.97º | 0.26% | 0.23% | - |
| HSV(B) | 210.97º | 0.42% | 0.29% | - |
| XYZ | 3.75 | 4.03 | 7.06 | - |
| YUV | 55.34 | 138.53 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 58 | 74 | 0.42 | 0.22 | 0 | 0.71 | 210.97 | 0.26 | 0.23 |
| Hex | 2B | 3A | 4A | 2A | 16 | 0 | 47 | D3 | 1A | 17 |
| Octal | 53 | 72 | 112 | 52 | 26 | 0 | 107 | 323 | 32 | 27 |
| Binary | 101011 | 111010 | 1001010 | 101010 | 10110 | 0 | 1000111 | 11010011 | 11010 | 10111 |
Color Harmonies of #2B3A4A
Complementary color
Monochromatic Colors of #2B3A4A
Black with #2B3A4A
Text Example
Text Example
White with #2B3A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3A4A; }
p { color: rgb(43,58,74); }
H1.HeaderClassName
{
color: #2B3A4A;
}
.AnyTagClassName
{
color: #2B3A4A;
}
</style>
background-color css
<style>
a { background-color: #2B3A4A; }
a { background-color: rgb(43,58,74); }
div.DivClassName
{
background-color: #2B3A4A;
}
.BgClassName
{
background-color: #2B3A4A;
}
</style>
border-color css
<style>
span { border-color: #2B3A4A; }
span { border-color: rgb(43,58,74); }
td.TdClassName
{
border-color: #2B3A4A;
}
.TagClassName
{
border-color: #2B3A4A;
}
</style>