Shades of Ming #3A7170
Tints of Ming #3A7170
RGB
CMYK
RGB Variations
Color information
#3A7170 (or 0x3A7170) is known color: Ming. HEX triplet: 3A, 71 and 70. RGB value is (58,113,112). Sum of RGB (Red+Green+Blue) = 58+113+112=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 113 - color contains mainly: green. Hex color #3A7170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7170 is #C58E8F. Grayscale: #606060. Windows color (decimal): -12947088 or 7369018. OLE color: 7369018.
HSL color Cylindrical-coordinate representation of color #3A7170: hue angle of 178.91º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A7170 is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 113 | 112 | - |
| CMYK | 0.49 | 0 | 0.01 | 0.56 |
| HSL | 178.91º | 0.32% | 0.34% | - |
| HSV(B) | 178.91º | 0.49% | 0.44% | - |
| XYZ | 10.57 | 13.88 | 17.45 | - |
| YUV | 96.44 | 136.78 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 113 | 112 | 0.49 | 0 | 0.01 | 0.56 | 178.91 | 0.32 | 0.34 |
| Hex | 3A | 71 | 70 | 31 | 0 | 1 | 38 | B3 | 20 | 22 |
| Octal | 72 | 161 | 160 | 61 | 0 | 1 | 70 | 263 | 40 | 42 |
| Binary | 111010 | 1110001 | 1110000 | 110001 | 0 | 1 | 111000 | 10110011 | 100000 | 100010 |
Color Harmonies of #3A7170
Complementary color
Monochromatic Colors of #3A7170
Black with #3A7170
Text Example
Text Example
White with #3A7170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7170; }
p { color: rgb(58,113,112); }
H1.HeaderClassName
{
color: #3A7170;
}
.AnyTagClassName
{
color: #3A7170;
}
</style>
background-color css
<style>
a { background-color: #3A7170; }
a { background-color: rgb(58,113,112); }
div.DivClassName
{
background-color: #3A7170;
}
.BgClassName
{
background-color: #3A7170;
}
</style>
border-color css
<style>
span { border-color: #3A7170; }
span { border-color: rgb(58,113,112); }
td.TdClassName
{
border-color: #3A7170;
}
.TagClassName
{
border-color: #3A7170;
}
</style>