Shades of Madison #293C51
Tints of Madison #293C51
RGB
CMYK
RGB Variations
Color information
#293C51 (or 0x293C51) is known color: Madison. HEX triplet: 29, 3C and 51. RGB value is (41,60,81). Sum of RGB (Red+Green+Blue) = 41+60+81=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 60 (23.83% from 255 or 32.97% from 182); Blue value is 81 (32.03% from 255 or 44.51% from 182); Max value from RGB is 81 - color contains mainly: blue. Hex color #293C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293C51 is #D6C3AE. Grayscale: #383838. Windows color (decimal): -14074799 or 5323817. OLE color: 5323817.
HSL color Cylindrical-coordinate representation of color #293C51: hue angle of 211.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #293C51 is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 41 | 60 | 81 | - |
| CMYK | 0.49 | 0.26 | 0 | 0.68 |
| HSL | 211.5º | 0.33% | 0.24% | - |
| HSV(B) | 211.5º | 0.49% | 0.32% | - |
| XYZ | 4.02 | 4.3 | 8.4 | - |
| YUV | 56.71 | 141.71 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 60 | 81 | 0.49 | 0.26 | 0 | 0.68 | 211.5 | 0.33 | 0.24 |
| Hex | 29 | 3C | 51 | 31 | 1A | 0 | 44 | D4 | 21 | 18 |
| Octal | 51 | 74 | 121 | 61 | 32 | 0 | 104 | 324 | 41 | 30 |
| Binary | 101001 | 111100 | 1010001 | 110001 | 11010 | 0 | 1000100 | 11010100 | 100001 | 11000 |
Color Harmonies of #293C51
Complementary color
Monochromatic Colors of #293C51
Black with #293C51
Text Example
Text Example
White with #293C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293C51; }
p { color: rgb(41,60,81); }
H1.HeaderClassName
{
color: #293C51;
}
.AnyTagClassName
{
color: #293C51;
}
</style>
background-color css
<style>
a { background-color: #293C51; }
a { background-color: rgb(41,60,81); }
div.DivClassName
{
background-color: #293C51;
}
.BgClassName
{
background-color: #293C51;
}
</style>
border-color css
<style>
span { border-color: #293C51; }
span { border-color: rgb(41,60,81); }
td.TdClassName
{
border-color: #293C51;
}
.TagClassName
{
border-color: #293C51;
}
</style>