Shades of Madison #304053
Tints of Madison #304053
RGB
CMYK
RGB Variations
Color information
#304053 (or 0x304053) is known color: Madison. HEX triplet: 30, 40 and 53. RGB value is (48,64,83). Sum of RGB (Red+Green+Blue) = 48+64+83=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 83 - color contains mainly: blue. Hex color #304053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304053 is #CFBFAC. Grayscale: #3D3D3D. Windows color (decimal): -13615021 or 5455920. OLE color: 5455920.
HSL color Cylindrical-coordinate representation of color #304053: hue angle of 212.57º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #304053 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 64 | 83 | - |
| CMYK | 0.42 | 0.23 | 0 | 0.67 |
| HSL | 212.57º | 0.27% | 0.26% | - |
| HSV(B) | 212.57º | 0.42% | 0.33% | - |
| XYZ | 4.61 | 4.92 | 8.89 | - |
| YUV | 61.38 | 140.2 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 83 | 0.42 | 0.23 | 0 | 0.67 | 212.57 | 0.27 | 0.26 |
| Hex | 30 | 40 | 53 | 2A | 17 | 0 | 43 | D5 | 1B | 1A |
| Octal | 60 | 100 | 123 | 52 | 27 | 0 | 103 | 325 | 33 | 32 |
| Binary | 110000 | 1000000 | 1010011 | 101010 | 10111 | 0 | 1000011 | 11010101 | 11011 | 11010 |
Color Harmonies of #304053
Complementary color
Monochromatic Colors of #304053
Black with #304053
Text Example
Text Example
White with #304053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304053; }
p { color: rgb(48,64,83); }
H1.HeaderClassName
{
color: #304053;
}
.AnyTagClassName
{
color: #304053;
}
</style>
background-color css
<style>
a { background-color: #304053; }
a { background-color: rgb(48,64,83); }
div.DivClassName
{
background-color: #304053;
}
.BgClassName
{
background-color: #304053;
}
</style>
border-color css
<style>
span { border-color: #304053; }
span { border-color: rgb(48,64,83); }
td.TdClassName
{
border-color: #304053;
}
.TagClassName
{
border-color: #304053;
}
</style>