Shades of Ming #3A7573
Tints of Ming #3A7573
RGB
CMYK
RGB Variations
Color information
#3A7573 (or 0x3A7573) is known color: Ming. HEX triplet: 3A, 75 and 73. RGB value is (58,117,115). Sum of RGB (Red+Green+Blue) = 58+117+115=290 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 117 - color contains mainly: green. Hex color #3A7573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7573 is #C58A8C. Grayscale: #636363. Windows color (decimal): -12946061 or 7566650. OLE color: 7566650.
HSL color Cylindrical-coordinate representation of color #3A7573: hue angle of 177.97º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A7573 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 117 | 115 | - |
| CMYK | 0.50 | 0 | 0.02 | 0.54 |
| HSL | 177.97º | 0.34% | 0.34% | - |
| HSV(B) | 177.97º | 0.5% | 0.46% | - |
| XYZ | 11.2 | 14.86 | 18.5 | - |
| YUV | 99.13 | 136.95 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 117 | 115 | 0.50 | 0 | 0.02 | 0.54 | 177.97 | 0.34 | 0.34 |
| Hex | 3A | 75 | 73 | 32 | 0 | 2 | 36 | B2 | 22 | 22 |
| Octal | 72 | 165 | 163 | 62 | 0 | 2 | 66 | 262 | 42 | 42 |
| Binary | 111010 | 1110101 | 1110011 | 110010 | 0 | 10 | 110110 | 10110010 | 100010 | 100010 |
Color Harmonies of #3A7573
Complementary color
Monochromatic Colors of #3A7573
Black with #3A7573
Text Example
Text Example
White with #3A7573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7573; }
p { color: rgb(58,117,115); }
H1.HeaderClassName
{
color: #3A7573;
}
.AnyTagClassName
{
color: #3A7573;
}
</style>
background-color css
<style>
a { background-color: #3A7573; }
a { background-color: rgb(58,117,115); }
div.DivClassName
{
background-color: #3A7573;
}
.BgClassName
{
background-color: #3A7573;
}
</style>
border-color css
<style>
span { border-color: #3A7573; }
span { border-color: rgb(58,117,115); }
td.TdClassName
{
border-color: #3A7573;
}
.TagClassName
{
border-color: #3A7573;
}
</style>