Shades of Madison #2A3D53
Tints of Madison #2A3D53
RGB
CMYK
RGB Variations
Color information
#2A3D53 (or 0x2A3D53) is known color: Madison. HEX triplet: 2A, 3D and 53. RGB value is (42,61,83). Sum of RGB (Red+Green+Blue) = 42+61+83=186 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.58% from 186); Green value is 61 (24.22% from 255 or 32.80% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 83 - color contains mainly: blue. Hex color #2A3D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3D53 is #D5C2AC. Grayscale: #393939. Windows color (decimal): -14009005 or 5455146. OLE color: 5455146.
HSL color Cylindrical-coordinate representation of color #2A3D53: hue angle of 212.2º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2A3D53 is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 61 | 83 | - |
| CMYK | 0.49 | 0.27 | 0 | 0.67 |
| HSL | 212.2º | 0.33% | 0.25% | - |
| HSV(B) | 212.2º | 0.49% | 0.33% | - |
| XYZ | 4.18 | 4.45 | 8.82 | - |
| YUV | 57.83 | 142.21 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 61 | 83 | 0.49 | 0.27 | 0 | 0.67 | 212.2 | 0.33 | 0.25 |
| Hex | 2A | 3D | 53 | 31 | 1B | 0 | 43 | D4 | 21 | 19 |
| Octal | 52 | 75 | 123 | 61 | 33 | 0 | 103 | 324 | 41 | 31 |
| Binary | 101010 | 111101 | 1010011 | 110001 | 11011 | 0 | 1000011 | 11010100 | 100001 | 11001 |
Color Harmonies of #2A3D53
Complementary color
Monochromatic Colors of #2A3D53
Black with #2A3D53
Text Example
Text Example
White with #2A3D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3D53; }
p { color: rgb(42,61,83); }
H1.HeaderClassName
{
color: #2A3D53;
}
.AnyTagClassName
{
color: #2A3D53;
}
</style>
background-color css
<style>
a { background-color: #2A3D53; }
a { background-color: rgb(42,61,83); }
div.DivClassName
{
background-color: #2A3D53;
}
.BgClassName
{
background-color: #2A3D53;
}
</style>
border-color css
<style>
span { border-color: #2A3D53; }
span { border-color: rgb(42,61,83); }
td.TdClassName
{
border-color: #2A3D53;
}
.TagClassName
{
border-color: #2A3D53;
}
</style>