Shades of Madison #2A3D50
Tints of Madison #2A3D50
RGB
CMYK
RGB Variations
Color information
#2A3D50 (or 0x2A3D50) is known color: Madison. HEX triplet: 2A, 3D and 50. RGB value is (42,61,80). Sum of RGB (Red+Green+Blue) = 42+61+80=183 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.95% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 80 - color contains mainly: blue. Hex color #2A3D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3D50 is #D5C2AF. Grayscale: #393939. Windows color (decimal): -14009008 or 5258538. OLE color: 5258538.
HSL color Cylindrical-coordinate representation of color #2A3D50: hue angle of 210º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2A3D50 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 61 | 80 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.69 |
| HSL | 210º | 0.31% | 0.24% | - |
| HSV(B) | 210º | 0.48% | 0.31% | - |
| XYZ | 4.07 | 4.41 | 8.23 | - |
| YUV | 57.49 | 140.71 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 61 | 80 | 0.48 | 0.24 | 0 | 0.69 | 210 | 0.31 | 0.24 |
| Hex | 2A | 3D | 50 | 30 | 18 | 0 | 45 | D2 | 1F | 18 |
| Octal | 52 | 75 | 120 | 60 | 30 | 0 | 105 | 322 | 37 | 30 |
| Binary | 101010 | 111101 | 1010000 | 110000 | 11000 | 0 | 1000101 | 11010010 | 11111 | 11000 |
Color Harmonies of #2A3D50
Complementary color
Monochromatic Colors of #2A3D50
Black with #2A3D50
Text Example
Text Example
White with #2A3D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3D50; }
p { color: rgb(42,61,80); }
H1.HeaderClassName
{
color: #2A3D50;
}
.AnyTagClassName
{
color: #2A3D50;
}
</style>
background-color css
<style>
a { background-color: #2A3D50; }
a { background-color: rgb(42,61,80); }
div.DivClassName
{
background-color: #2A3D50;
}
.BgClassName
{
background-color: #2A3D50;
}
</style>
border-color css
<style>
span { border-color: #2A3D50; }
span { border-color: rgb(42,61,80); }
td.TdClassName
{
border-color: #2A3D50;
}
.TagClassName
{
border-color: #2A3D50;
}
</style>