Shades of Ming #3C807A
Tints of Ming #3C807A
RGB
CMYK
RGB Variations
Color information
#3C807A (or 0x3C807A) is known color: Ming. HEX triplet: 3C, 80 and 7A. RGB value is (60,128,122). Sum of RGB (Red+Green+Blue) = 60+128+122=310 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.35% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 128 - color contains mainly: green. Hex color #3C807A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C807A is #C37F85. Grayscale: #6A6A6A. Windows color (decimal): -12812166 or 8028220. OLE color: 8028220.
HSL color Cylindrical-coordinate representation of color #3C807A: hue angle of 174.71º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C807A is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 60 | 128 | 122 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.50 |
| HSL | 174.71º | 0.36% | 0.37% | - |
| HSV(B) | 174.71º | 0.53% | 0.5% | - |
| XYZ | 13.1 | 17.8 | 21.16 | - |
| YUV | 106.98 | 136.47 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 128 | 122 | 0.53 | 0 | 0.05 | 0.50 | 174.71 | 0.36 | 0.37 |
| Hex | 3C | 80 | 7A | 35 | 0 | 5 | 32 | AF | 24 | 25 |
| Octal | 74 | 200 | 172 | 65 | 0 | 5 | 62 | 257 | 44 | 45 |
| Binary | 111100 | 10000000 | 1111010 | 110101 | 0 | 101 | 110010 | 10101111 | 100100 | 100101 |
Color Harmonies of #3C807A
Complementary color
Monochromatic Colors of #3C807A
Black with #3C807A
Text Example
Text Example
White with #3C807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C807A; }
p { color: rgb(60,128,122); }
H1.HeaderClassName
{
color: #3C807A;
}
.AnyTagClassName
{
color: #3C807A;
}
</style>
background-color css
<style>
a { background-color: #3C807A; }
a { background-color: rgb(60,128,122); }
div.DivClassName
{
background-color: #3C807A;
}
.BgClassName
{
background-color: #3C807A;
}
</style>
border-color css
<style>
span { border-color: #3C807A; }
span { border-color: rgb(60,128,122); }
td.TdClassName
{
border-color: #3C807A;
}
.TagClassName
{
border-color: #3C807A;
}
</style>