Shades of Ming #3C706D
Tints of Ming #3C706D
RGB
CMYK
RGB Variations
Color information
#3C706D (or 0x3C706D) is known color: Ming. HEX triplet: 3C, 70 and 6D. RGB value is (60,112,109). Sum of RGB (Red+Green+Blue) = 60+112+109=281 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.35% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 112 - color contains mainly: green. Hex color #3C706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C706D is #C38F92. Grayscale: #606060. Windows color (decimal): -12816275 or 7172156. OLE color: 7172156.
HSL color Cylindrical-coordinate representation of color #3C706D: hue angle of 176.54º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C706D is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 112 | 109 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.56 |
| HSL | 176.54º | 0.3% | 0.34% | - |
| HSV(B) | 176.54º | 0.46% | 0.44% | - |
| XYZ | 10.42 | 13.65 | 16.55 | - |
| YUV | 96.11 | 135.27 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 112 | 109 | 0.46 | 0 | 0.03 | 0.56 | 176.54 | 0.3 | 0.34 |
| Hex | 3C | 70 | 6D | 2E | 0 | 3 | 38 | B1 | 1E | 22 |
| Octal | 74 | 160 | 155 | 56 | 0 | 3 | 70 | 261 | 36 | 42 |
| Binary | 111100 | 1110000 | 1101101 | 101110 | 0 | 11 | 111000 | 10110001 | 11110 | 100010 |
Color Harmonies of #3C706D
Complementary color
Monochromatic Colors of #3C706D
Black with #3C706D
Text Example
Text Example
White with #3C706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C706D; }
p { color: rgb(60,112,109); }
H1.HeaderClassName
{
color: #3C706D;
}
.AnyTagClassName
{
color: #3C706D;
}
</style>
background-color css
<style>
a { background-color: #3C706D; }
a { background-color: rgb(60,112,109); }
div.DivClassName
{
background-color: #3C706D;
}
.BgClassName
{
background-color: #3C706D;
}
</style>
border-color css
<style>
span { border-color: #3C706D; }
span { border-color: rgb(60,112,109); }
td.TdClassName
{
border-color: #3C706D;
}
.TagClassName
{
border-color: #3C706D;
}
</style>