Shades of Ming #3C7078
Tints of Ming #3C7078
RGB
CMYK
RGB Variations
Color information
#3C7078 (or 0x3C7078) is known color: Ming. HEX triplet: 3C, 70 and 78. RGB value is (60,112,120). Sum of RGB (Red+Green+Blue) = 60+112+120=292 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.55% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 120 - color contains mainly: blue. Hex color #3C7078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7078 is #C38F87. Grayscale: #616161. Windows color (decimal): -12816264 or 7893052. OLE color: 7893052.
HSL color Cylindrical-coordinate representation of color #3C7078: hue angle of 188º degrees, saturation: 0.33, 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 #3C7078 is Cyan = 0.5, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 112 | 120 | - |
| CMYK | 0.5 | 0.07 | 0 | 0.53 |
| HSL | 188º | 0.33% | 0.35% | - |
| HSV(B) | 188º | 0.5% | 0.47% | - |
| XYZ | 11.05 | 13.91 | 19.87 | - |
| YUV | 97.36 | 140.77 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 112 | 120 | 0.5 | 0.07 | 0 | 0.53 | 188 | 0.33 | 0.35 |
| Hex | 3C | 70 | 78 | 32 | 7 | 0 | 35 | BC | 21 | 23 |
| Octal | 74 | 160 | 170 | 62 | 7 | 0 | 65 | 274 | 41 | 43 |
| Binary | 111100 | 1110000 | 1111000 | 110010 | 111 | 0 | 110101 | 10111100 | 100001 | 100011 |
Color Harmonies of #3C7078
Complementary color
Monochromatic Colors of #3C7078
Black with #3C7078
Text Example
Text Example
White with #3C7078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7078; }
p { color: rgb(60,112,120); }
H1.HeaderClassName
{
color: #3C7078;
}
.AnyTagClassName
{
color: #3C7078;
}
</style>
background-color css
<style>
a { background-color: #3C7078; }
a { background-color: rgb(60,112,120); }
div.DivClassName
{
background-color: #3C7078;
}
.BgClassName
{
background-color: #3C7078;
}
</style>
border-color css
<style>
span { border-color: #3C7078; }
span { border-color: rgb(60,112,120); }
td.TdClassName
{
border-color: #3C7078;
}
.TagClassName
{
border-color: #3C7078;
}
</style>