Shades of Ming #3C7678
Tints of Ming #3C7678
RGB
CMYK
RGB Variations
Color information
#3C7678 (or 0x3C7678) is known color: Ming. HEX triplet: 3C, 76 and 78. RGB value is (60,118,120). Sum of RGB (Red+Green+Blue) = 60+118+120=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 120 - color contains mainly: blue. Hex color #3C7678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7678 is #C38987. Grayscale: #646464. Windows color (decimal): -12814728 or 7894588. OLE color: 7894588.
HSL color Cylindrical-coordinate representation of color #3C7678: hue angle of 182º 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 #3C7678 is Cyan = 0.5, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 118 | 120 | - |
| CMYK | 0.5 | 0.02 | 0 | 0.53 |
| HSL | 182º | 0.33% | 0.35% | - |
| HSV(B) | 182º | 0.5% | 0.47% | - |
| XYZ | 11.73 | 15.27 | 20.1 | - |
| YUV | 100.89 | 138.78 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 118 | 120 | 0.5 | 0.02 | 0 | 0.53 | 182 | 0.33 | 0.35 |
| Hex | 3C | 76 | 78 | 32 | 2 | 0 | 35 | B6 | 21 | 23 |
| Octal | 74 | 166 | 170 | 62 | 2 | 0 | 65 | 266 | 41 | 43 |
| Binary | 111100 | 1110110 | 1111000 | 110010 | 10 | 0 | 110101 | 10110110 | 100001 | 100011 |
Color Harmonies of #3C7678
Complementary color
Monochromatic Colors of #3C7678
Black with #3C7678
Text Example
Text Example
White with #3C7678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7678; }
p { color: rgb(60,118,120); }
H1.HeaderClassName
{
color: #3C7678;
}
.AnyTagClassName
{
color: #3C7678;
}
</style>
background-color css
<style>
a { background-color: #3C7678; }
a { background-color: rgb(60,118,120); }
div.DivClassName
{
background-color: #3C7678;
}
.BgClassName
{
background-color: #3C7678;
}
</style>
border-color css
<style>
span { border-color: #3C7678; }
span { border-color: rgb(60,118,120); }
td.TdClassName
{
border-color: #3C7678;
}
.TagClassName
{
border-color: #3C7678;
}
</style>