Shades of Madison #2A3B55
Tints of Madison #2A3B55
RGB
CMYK
RGB Variations
Color information
#2A3B55 (or 0x2A3B55) is known color: Madison. HEX triplet: 2A, 3B and 55. RGB value is (42,59,85). Sum of RGB (Red+Green+Blue) = 42+59+85=186 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.58% from 186); Green value is 59 (23.44% from 255 or 31.72% from 186); Blue value is 85 (33.59% from 255 or 45.70% from 186); Max value from RGB is 85 - color contains mainly: blue. Hex color #2A3B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3B55 is #D5C4AA. Grayscale: #383838. Windows color (decimal): -14009515 or 5585706. OLE color: 5585706.
HSL color Cylindrical-coordinate representation of color #2A3B55: hue angle of 216.28º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A3B55 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 59 | 85 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.67 |
| HSL | 216.28º | 0.34% | 0.25% | - |
| HSV(B) | 216.28º | 0.51% | 0.33% | - |
| XYZ | 4.16 | 4.28 | 9.2 | - |
| YUV | 56.88 | 143.87 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 59 | 85 | 0.51 | 0.31 | 0 | 0.67 | 216.28 | 0.34 | 0.25 |
| Hex | 2A | 3B | 55 | 33 | 1F | 0 | 43 | D8 | 22 | 19 |
| Octal | 52 | 73 | 125 | 63 | 37 | 0 | 103 | 330 | 42 | 31 |
| Binary | 101010 | 111011 | 1010101 | 110011 | 11111 | 0 | 1000011 | 11011000 | 100010 | 11001 |
Color Harmonies of #2A3B55
Complementary color
Monochromatic Colors of #2A3B55
Black with #2A3B55
Text Example
Text Example
White with #2A3B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3B55; }
p { color: rgb(42,59,85); }
H1.HeaderClassName
{
color: #2A3B55;
}
.AnyTagClassName
{
color: #2A3B55;
}
</style>
background-color css
<style>
a { background-color: #2A3B55; }
a { background-color: rgb(42,59,85); }
div.DivClassName
{
background-color: #2A3B55;
}
.BgClassName
{
background-color: #2A3B55;
}
</style>
border-color css
<style>
span { border-color: #2A3B55; }
span { border-color: rgb(42,59,85); }
td.TdClassName
{
border-color: #2A3B55;
}
.TagClassName
{
border-color: #2A3B55;
}
</style>