Shades of Ming #3C7071
Tints of Ming #3C7071
RGB
CMYK
RGB Variations
Color information
#3C7071 (or 0x3C7071) is known color: Ming. HEX triplet: 3C, 70 and 71. RGB value is (60,112,113). Sum of RGB (Red+Green+Blue) = 60+112+113=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 113 - color contains mainly: blue. Hex color #3C7071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7071 is #C38F8E. Grayscale: #606060. Windows color (decimal): -12816271 or 7434300. OLE color: 7434300.
HSL color Cylindrical-coordinate representation of color #3C7071: hue angle of 181.13º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C7071 is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 112 | 113 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.56 |
| HSL | 181.13º | 0.31% | 0.34% | - |
| HSV(B) | 181.13º | 0.47% | 0.44% | - |
| XYZ | 10.64 | 13.74 | 17.71 | - |
| YUV | 96.57 | 137.27 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 112 | 113 | 0.47 | 0.01 | 0 | 0.56 | 181.13 | 0.31 | 0.34 |
| Hex | 3C | 70 | 71 | 2F | 1 | 0 | 38 | B5 | 1F | 22 |
| Octal | 74 | 160 | 161 | 57 | 1 | 0 | 70 | 265 | 37 | 42 |
| Binary | 111100 | 1110000 | 1110001 | 101111 | 1 | 0 | 111000 | 10110101 | 11111 | 100010 |
Color Harmonies of #3C7071
Complementary color
Monochromatic Colors of #3C7071
Black with #3C7071
Text Example
Text Example
White with #3C7071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7071; }
p { color: rgb(60,112,113); }
H1.HeaderClassName
{
color: #3C7071;
}
.AnyTagClassName
{
color: #3C7071;
}
</style>
background-color css
<style>
a { background-color: #3C7071; }
a { background-color: rgb(60,112,113); }
div.DivClassName
{
background-color: #3C7071;
}
.BgClassName
{
background-color: #3C7071;
}
</style>
border-color css
<style>
span { border-color: #3C7071; }
span { border-color: rgb(60,112,113); }
td.TdClassName
{
border-color: #3C7071;
}
.TagClassName
{
border-color: #3C7071;
}
</style>