Shades of Madison #2A3853
Tints of Madison #2A3853
RGB
CMYK
RGB Variations
Color information
#2A3853 (or 0x2A3853) is known color: Madison. HEX triplet: 2A, 38 and 53. RGB value is (42,56,83). Sum of RGB (Red+Green+Blue) = 42+56+83=181 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.20% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 83 - color contains mainly: blue. Hex color #2A3853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3853 is #D5C7AC. Grayscale: #363636. Windows color (decimal): -14010285 or 5453866. OLE color: 5453866.
HSL color Cylindrical-coordinate representation of color #2A3853: hue angle of 219.51º 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 #2A3853 is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 56 | 83 | - |
| CMYK | 0.49 | 0.33 | 0 | 0.67 |
| HSL | 219.51º | 0.33% | 0.25% | - |
| HSV(B) | 219.51º | 0.49% | 0.33% | - |
| XYZ | 3.93 | 3.95 | 8.74 | - |
| YUV | 54.89 | 143.86 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 56 | 83 | 0.49 | 0.33 | 0 | 0.67 | 219.51 | 0.33 | 0.25 |
| Hex | 2A | 38 | 53 | 31 | 21 | 0 | 43 | DC | 21 | 19 |
| Octal | 52 | 70 | 123 | 61 | 41 | 0 | 103 | 334 | 41 | 31 |
| Binary | 101010 | 111000 | 1010011 | 110001 | 100001 | 0 | 1000011 | 11011100 | 100001 | 11001 |
Color Harmonies of #2A3853
Complementary color
Monochromatic Colors of #2A3853
Black with #2A3853
Text Example
Text Example
White with #2A3853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3853; }
p { color: rgb(42,56,83); }
H1.HeaderClassName
{
color: #2A3853;
}
.AnyTagClassName
{
color: #2A3853;
}
</style>
background-color css
<style>
a { background-color: #2A3853; }
a { background-color: rgb(42,56,83); }
div.DivClassName
{
background-color: #2A3853;
}
.BgClassName
{
background-color: #2A3853;
}
</style>
border-color css
<style>
span { border-color: #2A3853; }
span { border-color: rgb(42,56,83); }
td.TdClassName
{
border-color: #2A3853;
}
.TagClassName
{
border-color: #2A3853;
}
</style>