Shades of Ming #3C757D
Tints of Ming #3C757D
RGB
CMYK
RGB Variations
Color information
#3C757D (or 0x3C757D) is known color: Ming. HEX triplet: 3C, 75 and 7D. RGB value is (60,117,125). Sum of RGB (Red+Green+Blue) = 60+117+125=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 125 - color contains mainly: blue. Hex color #3C757D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C757D is #C38A82. Grayscale: #646464. Windows color (decimal): -12814979 or 8222012. OLE color: 8222012.
HSL color Cylindrical-coordinate representation of color #3C757D: hue angle of 187.38º 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 #3C757D is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 117 | 125 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.51 |
| HSL | 187.38º | 0.35% | 0.36% | - |
| HSV(B) | 187.38º | 0.52% | 0.49% | - |
| XYZ | 11.93 | 15.16 | 21.7 | - |
| YUV | 100.87 | 141.62 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 117 | 125 | 0.52 | 0.06 | 0 | 0.51 | 187.38 | 0.35 | 0.36 |
| Hex | 3C | 75 | 7D | 34 | 6 | 0 | 33 | BB | 23 | 24 |
| Octal | 74 | 165 | 175 | 64 | 6 | 0 | 63 | 273 | 43 | 44 |
| Binary | 111100 | 1110101 | 1111101 | 110100 | 110 | 0 | 110011 | 10111011 | 100011 | 100100 |
Color Harmonies of #3C757D
Complementary color
Monochromatic Colors of #3C757D
Black with #3C757D
Text Example
Text Example
White with #3C757D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C757D; }
p { color: rgb(60,117,125); }
H1.HeaderClassName
{
color: #3C757D;
}
.AnyTagClassName
{
color: #3C757D;
}
</style>
background-color css
<style>
a { background-color: #3C757D; }
a { background-color: rgb(60,117,125); }
div.DivClassName
{
background-color: #3C757D;
}
.BgClassName
{
background-color: #3C757D;
}
</style>
border-color css
<style>
span { border-color: #3C757D; }
span { border-color: rgb(60,117,125); }
td.TdClassName
{
border-color: #3C757D;
}
.TagClassName
{
border-color: #3C757D;
}
</style>