Shades of Madison #2A3D55
Tints of Madison #2A3D55
RGB
CMYK
RGB Variations
Color information
#2A3D55 (or 0x2A3D55) is known color: Madison. HEX triplet: 2A, 3D and 55. RGB value is (42,61,85). Sum of RGB (Red+Green+Blue) = 42+61+85=188 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.34% from 188); Green value is 61 (24.22% from 255 or 32.45% from 188); Blue value is 85 (33.59% from 255 or 45.21% from 188); Max value from RGB is 85 - color contains mainly: blue. Hex color #2A3D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3D55 is #D5C2AA. Grayscale: #393939. Windows color (decimal): -14009003 or 5586218. OLE color: 5586218.
HSL color Cylindrical-coordinate representation of color #2A3D55: hue angle of 213.49º 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 #2A3D55 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 61 | 85 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.67 |
| HSL | 213.49º | 0.34% | 0.25% | - |
| HSV(B) | 213.49º | 0.51% | 0.33% | - |
| XYZ | 4.26 | 4.49 | 9.24 | - |
| YUV | 58.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 61 | 85 | 0.51 | 0.28 | 0 | 0.67 | 213.49 | 0.34 | 0.25 |
| Hex | 2A | 3D | 55 | 33 | 1C | 0 | 43 | D5 | 22 | 19 |
| Octal | 52 | 75 | 125 | 63 | 34 | 0 | 103 | 325 | 42 | 31 |
| Binary | 101010 | 111101 | 1010101 | 110011 | 11100 | 0 | 1000011 | 11010101 | 100010 | 11001 |
Color Harmonies of #2A3D55
Complementary color
Monochromatic Colors of #2A3D55
Black with #2A3D55
Text Example
Text Example
White with #2A3D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3D55; }
p { color: rgb(42,61,85); }
H1.HeaderClassName
{
color: #2A3D55;
}
.AnyTagClassName
{
color: #2A3D55;
}
</style>
background-color css
<style>
a { background-color: #2A3D55; }
a { background-color: rgb(42,61,85); }
div.DivClassName
{
background-color: #2A3D55;
}
.BgClassName
{
background-color: #2A3D55;
}
</style>
border-color css
<style>
span { border-color: #2A3D55; }
span { border-color: rgb(42,61,85); }
td.TdClassName
{
border-color: #2A3D55;
}
.TagClassName
{
border-color: #2A3D55;
}
</style>