Shades of Ming #3C7270
Tints of Ming #3C7270
RGB
CMYK
RGB Variations
Color information
#3C7270 (or 0x3C7270) is known color: Ming. HEX triplet: 3C, 72 and 70. RGB value is (60,114,112). Sum of RGB (Red+Green+Blue) = 60+114+112=286 (37% of max value = 765). Red value is 60 (23.83% from 255 or 20.98% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 114 - color contains mainly: green. Hex color #3C7270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7270 is #C38D8F. Grayscale: #616161. Windows color (decimal): -12815760 or 7369276. OLE color: 7369276.
HSL color Cylindrical-coordinate representation of color #3C7270: hue angle of 177.78º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C7270 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 114 | 112 | - |
| CMYK | 0.47 | 0 | 0.02 | 0.55 |
| HSL | 177.78º | 0.31% | 0.34% | - |
| HSV(B) | 177.78º | 0.47% | 0.45% | - |
| XYZ | 10.81 | 14.17 | 17.49 | - |
| YUV | 97.63 | 136.11 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 114 | 112 | 0.47 | 0 | 0.02 | 0.55 | 177.78 | 0.31 | 0.34 |
| Hex | 3C | 72 | 70 | 2F | 0 | 2 | 37 | B2 | 1F | 22 |
| Octal | 74 | 162 | 160 | 57 | 0 | 2 | 67 | 262 | 37 | 42 |
| Binary | 111100 | 1110010 | 1110000 | 101111 | 0 | 10 | 110111 | 10110010 | 11111 | 100010 |
Color Harmonies of #3C7270
Complementary color
Monochromatic Colors of #3C7270
Black with #3C7270
Text Example
Text Example
White with #3C7270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7270; }
p { color: rgb(60,114,112); }
H1.HeaderClassName
{
color: #3C7270;
}
.AnyTagClassName
{
color: #3C7270;
}
</style>
background-color css
<style>
a { background-color: #3C7270; }
a { background-color: rgb(60,114,112); }
div.DivClassName
{
background-color: #3C7270;
}
.BgClassName
{
background-color: #3C7270;
}
</style>
border-color css
<style>
span { border-color: #3C7270; }
span { border-color: rgb(60,114,112); }
td.TdClassName
{
border-color: #3C7270;
}
.TagClassName
{
border-color: #3C7270;
}
</style>