Shades of Ming #3C727D
Tints of Ming #3C727D
RGB
CMYK
RGB Variations
Color information
#3C727D (or 0x3C727D) is known color: Ming. HEX triplet: 3C, 72 and 7D. RGB value is (60,114,125). Sum of RGB (Red+Green+Blue) = 60+114+125=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 125 - color contains mainly: blue. Hex color #3C727D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C727D is #C38D82. Grayscale: #636363. Windows color (decimal): -12815747 or 8221244. OLE color: 8221244.
HSL color Cylindrical-coordinate representation of color #3C727D: hue angle of 190.15º 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 #3C727D is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 114 | 125 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.51 |
| HSL | 190.15º | 0.35% | 0.36% | - |
| HSV(B) | 190.15º | 0.52% | 0.49% | - |
| XYZ | 11.58 | 14.48 | 21.59 | - |
| YUV | 99.11 | 142.61 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 114 | 125 | 0.52 | 0.09 | 0 | 0.51 | 190.15 | 0.35 | 0.36 |
| Hex | 3C | 72 | 7D | 34 | 9 | 0 | 33 | BE | 23 | 24 |
| Octal | 74 | 162 | 175 | 64 | 11 | 0 | 63 | 276 | 43 | 44 |
| Binary | 111100 | 1110010 | 1111101 | 110100 | 1001 | 0 | 110011 | 10111110 | 100011 | 100100 |
Color Harmonies of #3C727D
Complementary color
Monochromatic Colors of #3C727D
Black with #3C727D
Text Example
Text Example
White with #3C727D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C727D; }
p { color: rgb(60,114,125); }
H1.HeaderClassName
{
color: #3C727D;
}
.AnyTagClassName
{
color: #3C727D;
}
</style>
background-color css
<style>
a { background-color: #3C727D; }
a { background-color: rgb(60,114,125); }
div.DivClassName
{
background-color: #3C727D;
}
.BgClassName
{
background-color: #3C727D;
}
</style>
border-color css
<style>
span { border-color: #3C727D; }
span { border-color: rgb(60,114,125); }
td.TdClassName
{
border-color: #3C727D;
}
.TagClassName
{
border-color: #3C727D;
}
</style>