Shades of Ming #3C7879
Tints of Ming #3C7879
RGB
CMYK
RGB Variations
Color information
#3C7879 (or 0x3C7879) is known color: Ming. HEX triplet: 3C, 78 and 79. RGB value is (60,120,121). Sum of RGB (Red+Green+Blue) = 60+120+121=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 121 - color contains mainly: blue. Hex color #3C7879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7879 is #C38786. Grayscale: #666666. Windows color (decimal): -12814215 or 7960636. OLE color: 7960636.
HSL color Cylindrical-coordinate representation of color #3C7879: hue angle of 180.98º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C7879 is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 120 | 121 | - |
| CMYK | 0.50 | 0.01 | 0 | 0.53 |
| HSL | 180.98º | 0.34% | 0.35% | - |
| HSV(B) | 180.98º | 0.5% | 0.47% | - |
| XYZ | 12.03 | 15.77 | 20.5 | - |
| YUV | 102.17 | 138.62 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 120 | 121 | 0.50 | 0.01 | 0 | 0.53 | 180.98 | 0.34 | 0.35 |
| Hex | 3C | 78 | 79 | 32 | 1 | 0 | 35 | B5 | 22 | 23 |
| Octal | 74 | 170 | 171 | 62 | 1 | 0 | 65 | 265 | 42 | 43 |
| Binary | 111100 | 1111000 | 1111001 | 110010 | 1 | 0 | 110101 | 10110101 | 100010 | 100011 |
Color Harmonies of #3C7879
Complementary color
Monochromatic Colors of #3C7879
Black with #3C7879
Text Example
Text Example
White with #3C7879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7879; }
p { color: rgb(60,120,121); }
H1.HeaderClassName
{
color: #3C7879;
}
.AnyTagClassName
{
color: #3C7879;
}
</style>
background-color css
<style>
a { background-color: #3C7879; }
a { background-color: rgb(60,120,121); }
div.DivClassName
{
background-color: #3C7879;
}
.BgClassName
{
background-color: #3C7879;
}
</style>
border-color css
<style>
span { border-color: #3C7879; }
span { border-color: rgb(60,120,121); }
td.TdClassName
{
border-color: #3C7879;
}
.TagClassName
{
border-color: #3C7879;
}
</style>