Shades of Madison #303D4B
Tints of Madison #303D4B
RGB
CMYK
RGB Variations
Color information
#303D4B (or 0x303D4B) is known color: Madison. HEX triplet: 30, 3D and 4B. RGB value is (48,61,75). Sum of RGB (Red+Green+Blue) = 48+61+75=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 75 - color contains mainly: blue. Hex color #303D4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D4B is #CFC2B4. Grayscale: #3A3A3A. Windows color (decimal): -13615797 or 4930864. OLE color: 4930864.
HSL color Cylindrical-coordinate representation of color #303D4B: hue angle of 211.11º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #303D4B is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 61 | 75 | - |
| CMYK | 0.36 | 0.19 | 0 | 0.71 |
| HSL | 211.11º | 0.22% | 0.24% | - |
| HSV(B) | 211.11º | 0.36% | 0.29% | - |
| XYZ | 4.16 | 4.47 | 7.3 | - |
| YUV | 58.71 | 137.19 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 75 | 0.36 | 0.19 | 0 | 0.71 | 211.11 | 0.22 | 0.24 |
| Hex | 30 | 3D | 4B | 24 | 13 | 0 | 47 | D3 | 16 | 18 |
| Octal | 60 | 75 | 113 | 44 | 23 | 0 | 107 | 323 | 26 | 30 |
| Binary | 110000 | 111101 | 1001011 | 100100 | 10011 | 0 | 1000111 | 11010011 | 10110 | 11000 |
Color Harmonies of #303D4B
Complementary color
Monochromatic Colors of #303D4B
Black with #303D4B
Text Example
Text Example
White with #303D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D4B; }
p { color: rgb(48,61,75); }
H1.HeaderClassName
{
color: #303D4B;
}
.AnyTagClassName
{
color: #303D4B;
}
</style>
background-color css
<style>
a { background-color: #303D4B; }
a { background-color: rgb(48,61,75); }
div.DivClassName
{
background-color: #303D4B;
}
.BgClassName
{
background-color: #303D4B;
}
</style>
border-color css
<style>
span { border-color: #303D4B; }
span { border-color: rgb(48,61,75); }
td.TdClassName
{
border-color: #303D4B;
}
.TagClassName
{
border-color: #303D4B;
}
</style>