Shades of Ming #3C7574
Tints of Ming #3C7574
RGB
CMYK
RGB Variations
Color information
#3C7574 (or 0x3C7574) is known color: Ming. HEX triplet: 3C, 75 and 74. RGB value is (60,117,116). Sum of RGB (Red+Green+Blue) = 60+117+116=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 117 - color contains mainly: green. Hex color #3C7574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7574 is #C38A8B. Grayscale: #636363. Windows color (decimal): -12814988 or 7632188. OLE color: 7632188.
HSL color Cylindrical-coordinate representation of color #3C7574: hue angle of 178.95º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C7574 is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 117 | 116 | - |
| CMYK | 0.49 | 0 | 0.01 | 0.54 |
| HSL | 178.95º | 0.32% | 0.35% | - |
| HSV(B) | 178.95º | 0.49% | 0.46% | - |
| XYZ | 11.38 | 14.94 | 18.81 | - |
| YUV | 99.84 | 137.12 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 117 | 116 | 0.49 | 0 | 0.01 | 0.54 | 178.95 | 0.32 | 0.35 |
| Hex | 3C | 75 | 74 | 31 | 0 | 1 | 36 | B3 | 20 | 23 |
| Octal | 74 | 165 | 164 | 61 | 0 | 1 | 66 | 263 | 40 | 43 |
| Binary | 111100 | 1110101 | 1110100 | 110001 | 0 | 1 | 110110 | 10110011 | 100000 | 100011 |
Color Harmonies of #3C7574
Complementary color
Monochromatic Colors of #3C7574
Black with #3C7574
Text Example
Text Example
White with #3C7574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7574; }
p { color: rgb(60,117,116); }
H1.HeaderClassName
{
color: #3C7574;
}
.AnyTagClassName
{
color: #3C7574;
}
</style>
background-color css
<style>
a { background-color: #3C7574; }
a { background-color: rgb(60,117,116); }
div.DivClassName
{
background-color: #3C7574;
}
.BgClassName
{
background-color: #3C7574;
}
</style>
border-color css
<style>
span { border-color: #3C7574; }
span { border-color: rgb(60,117,116); }
td.TdClassName
{
border-color: #3C7574;
}
.TagClassName
{
border-color: #3C7574;
}
</style>