Shades of Ming #3A7574
Tints of Ming #3A7574
RGB
CMYK
RGB Variations
Color information
#3A7574 (or 0x3A7574) is known color: Ming. HEX triplet: 3A, 75 and 74. RGB value is (58,117,116). Sum of RGB (Red+Green+Blue) = 58+117+116=291 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.93% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 117 - color contains mainly: green. Hex color #3A7574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7574 is #C58A8B. Grayscale: #636363. Windows color (decimal): -12946060 or 7632186. OLE color: 7632186.
HSL color Cylindrical-coordinate representation of color #3A7574: hue angle of 178.98º 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 #3A7574 is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 117 | 116 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.54 |
| HSL | 178.98º | 0.34% | 0.34% | - |
| HSV(B) | 178.98º | 0.5% | 0.46% | - |
| XYZ | 11.26 | 14.88 | 18.8 | - |
| YUV | 99.25 | 137.45 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 117 | 116 | 0.50 | 0 | 0.01 | 0.54 | 178.98 | 0.34 | 0.34 |
| Hex | 3A | 75 | 74 | 32 | 0 | 1 | 36 | B3 | 22 | 22 |
| Octal | 72 | 165 | 164 | 62 | 0 | 1 | 66 | 263 | 42 | 42 |
| Binary | 111010 | 1110101 | 1110100 | 110010 | 0 | 1 | 110110 | 10110011 | 100010 | 100010 |
Color Harmonies of #3A7574
Complementary color
Monochromatic Colors of #3A7574
Black with #3A7574
Text Example
Text Example
White with #3A7574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7574; }
p { color: rgb(58,117,116); }
H1.HeaderClassName
{
color: #3A7574;
}
.AnyTagClassName
{
color: #3A7574;
}
</style>
background-color css
<style>
a { background-color: #3A7574; }
a { background-color: rgb(58,117,116); }
div.DivClassName
{
background-color: #3A7574;
}
.BgClassName
{
background-color: #3A7574;
}
</style>
border-color css
<style>
span { border-color: #3A7574; }
span { border-color: rgb(58,117,116); }
td.TdClassName
{
border-color: #3A7574;
}
.TagClassName
{
border-color: #3A7574;
}
</style>