Shades of Ming #3A7070
Tints of Ming #3A7070
RGB
CMYK
RGB Variations
Color information
#3A7070 (or 0x3A7070) is known color: Ming. HEX triplet: 3A, 70 and 70. RGB value is (58,112,112). Sum of RGB (Red+Green+Blue) = 58+112+112=282 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.57% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #3A7070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7070 is #C58F8F. Grayscale: #5F5F5F. Windows color (decimal): -12947344 or 7368762. OLE color: 7368762.
HSL color Cylindrical-coordinate representation of color #3A7070: hue angle of 180º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A7070 is Cyan = 0.48, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 112 | 112 | - |
| CMYK | 0.48 | 0 | 0 | 0.56 |
| HSL | 180º | 0.32% | 0.33% | - |
| HSV(B) | 180º | 0.48% | 0.44% | - |
| XYZ | 10.46 | 13.66 | 17.41 | - |
| YUV | 95.85 | 137.11 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 112 | 112 | 0.48 | 0 | 0 | 0.56 | 180 | 0.32 | 0.33 |
| Hex | 3A | 70 | 70 | 30 | 0 | 0 | 38 | B4 | 20 | 21 |
| Octal | 72 | 160 | 160 | 60 | 0 | 0 | 70 | 264 | 40 | 41 |
| Binary | 111010 | 1110000 | 1110000 | 110000 | 0 | 0 | 111000 | 10110100 | 100000 | 100001 |
Color Harmonies of #3A7070
Complementary color
Monochromatic Colors of #3A7070
Black with #3A7070
Text Example
Text Example
White with #3A7070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7070; }
p { color: rgb(58,112,112); }
H1.HeaderClassName
{
color: #3A7070;
}
.AnyTagClassName
{
color: #3A7070;
}
</style>
background-color css
<style>
a { background-color: #3A7070; }
a { background-color: rgb(58,112,112); }
div.DivClassName
{
background-color: #3A7070;
}
.BgClassName
{
background-color: #3A7070;
}
</style>
border-color css
<style>
span { border-color: #3A7070; }
span { border-color: rgb(58,112,112); }
td.TdClassName
{
border-color: #3A7070;
}
.TagClassName
{
border-color: #3A7070;
}
</style>