Shades of Madison #2A394C
Tints of Madison #2A394C
RGB
CMYK
RGB Variations
Color information
#2A394C (or 0x2A394C) is known color: Madison. HEX triplet: 2A, 39 and 4C. RGB value is (42,57,76). Sum of RGB (Red+Green+Blue) = 42+57+76=175 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 76 - color contains mainly: blue. Hex color #2A394C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A394C is #D5C6B3. Grayscale: #363636. Windows color (decimal): -14010036 or 4995370. OLE color: 4995370.
HSL color Cylindrical-coordinate representation of color #2A394C: hue angle of 213.53º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2A394C is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 42 | 57 | 76 | - |
| CMYK | 0.45 | 0.25 | 0 | 0.70 |
| HSL | 213.53º | 0.29% | 0.23% | - |
| HSV(B) | 213.53º | 0.45% | 0.3% | - |
| XYZ | 3.72 | 3.94 | 7.4 | - |
| YUV | 54.68 | 140.03 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 57 | 76 | 0.45 | 0.25 | 0 | 0.70 | 213.53 | 0.29 | 0.23 |
| Hex | 2A | 39 | 4C | 2D | 19 | 0 | 46 | D6 | 1D | 17 |
| Octal | 52 | 71 | 114 | 55 | 31 | 0 | 106 | 326 | 35 | 27 |
| Binary | 101010 | 111001 | 1001100 | 101101 | 11001 | 0 | 1000110 | 11010110 | 11101 | 10111 |
Color Harmonies of #2A394C
Complementary color
Monochromatic Colors of #2A394C
Black with #2A394C
Text Example
Text Example
White with #2A394C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A394C; }
p { color: rgb(42,57,76); }
H1.HeaderClassName
{
color: #2A394C;
}
.AnyTagClassName
{
color: #2A394C;
}
</style>
background-color css
<style>
a { background-color: #2A394C; }
a { background-color: rgb(42,57,76); }
div.DivClassName
{
background-color: #2A394C;
}
.BgClassName
{
background-color: #2A394C;
}
</style>
border-color css
<style>
span { border-color: #2A394C; }
span { border-color: rgb(42,57,76); }
td.TdClassName
{
border-color: #2A394C;
}
.TagClassName
{
border-color: #2A394C;
}
</style>