Shades of Ming #3C787E
Tints of Ming #3C787E
RGB
CMYK
RGB Variations
Color information
#3C787E (or 0x3C787E) is known color: Ming. HEX triplet: 3C, 78 and 7E. RGB value is (60,120,126). Sum of RGB (Red+Green+Blue) = 60+120+126=306 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.61% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 126 (49.61% from 255 or 41.18% from 306); Max value from RGB is 126 - color contains mainly: blue. Hex color #3C787E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C787E is #C38781. Grayscale: #666666. Windows color (decimal): -12814210 or 8288316. OLE color: 8288316.
HSL color Cylindrical-coordinate representation of color #3C787E: hue angle of 185.45º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C787E is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 120 | 126 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.51 |
| HSL | 185.45º | 0.35% | 0.36% | - |
| HSV(B) | 185.45º | 0.52% | 0.49% | - |
| XYZ | 12.35 | 15.9 | 22.16 | - |
| YUV | 102.74 | 141.12 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 120 | 126 | 0.52 | 0.05 | 0 | 0.51 | 185.45 | 0.35 | 0.36 |
| Hex | 3C | 78 | 7E | 34 | 5 | 0 | 33 | B9 | 23 | 24 |
| Octal | 74 | 170 | 176 | 64 | 5 | 0 | 63 | 271 | 43 | 44 |
| Binary | 111100 | 1111000 | 1111110 | 110100 | 101 | 0 | 110011 | 10111001 | 100011 | 100100 |
Color Harmonies of #3C787E
Complementary color
Monochromatic Colors of #3C787E
Black with #3C787E
Text Example
Text Example
White with #3C787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C787E; }
p { color: rgb(60,120,126); }
H1.HeaderClassName
{
color: #3C787E;
}
.AnyTagClassName
{
color: #3C787E;
}
</style>
background-color css
<style>
a { background-color: #3C787E; }
a { background-color: rgb(60,120,126); }
div.DivClassName
{
background-color: #3C787E;
}
.BgClassName
{
background-color: #3C787E;
}
</style>
border-color css
<style>
span { border-color: #3C787E; }
span { border-color: rgb(60,120,126); }
td.TdClassName
{
border-color: #3C787E;
}
.TagClassName
{
border-color: #3C787E;
}
</style>