Shades of Ming #3C726E
Tints of Ming #3C726E
RGB
CMYK
RGB Variations
Color information
#3C726E (or 0x3C726E) is known color: Ming. HEX triplet: 3C, 72 and 6E. RGB value is (60,114,110). Sum of RGB (Red+Green+Blue) = 60+114+110=284 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.13% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 114 - color contains mainly: green. Hex color #3C726E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C726E is #C38D91. Grayscale: #616161. Windows color (decimal): -12815762 or 7238204. OLE color: 7238204.
HSL color Cylindrical-coordinate representation of color #3C726E: hue angle of 175.56º 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 #3C726E is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 114 | 110 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.55 |
| HSL | 175.56º | 0.31% | 0.34% | - |
| HSV(B) | 175.56º | 0.47% | 0.45% | - |
| XYZ | 10.7 | 14.12 | 16.91 | - |
| YUV | 97.4 | 135.11 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 114 | 110 | 0.47 | 0 | 0.04 | 0.55 | 175.56 | 0.31 | 0.34 |
| Hex | 3C | 72 | 6E | 2F | 0 | 4 | 37 | B0 | 1F | 22 |
| Octal | 74 | 162 | 156 | 57 | 0 | 4 | 67 | 260 | 37 | 42 |
| Binary | 111100 | 1110010 | 1101110 | 101111 | 0 | 100 | 110111 | 10110000 | 11111 | 100010 |
Color Harmonies of #3C726E
Complementary color
Monochromatic Colors of #3C726E
Black with #3C726E
Text Example
Text Example
White with #3C726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C726E; }
p { color: rgb(60,114,110); }
H1.HeaderClassName
{
color: #3C726E;
}
.AnyTagClassName
{
color: #3C726E;
}
</style>
background-color css
<style>
a { background-color: #3C726E; }
a { background-color: rgb(60,114,110); }
div.DivClassName
{
background-color: #3C726E;
}
.BgClassName
{
background-color: #3C726E;
}
</style>
border-color css
<style>
span { border-color: #3C726E; }
span { border-color: rgb(60,114,110); }
td.TdClassName
{
border-color: #3C726E;
}
.TagClassName
{
border-color: #3C726E;
}
</style>