Shades of Ming #39737D
Tints of Ming #39737D
RGB
CMYK
RGB Variations
Color information
#39737D (or 0x39737D) is known color: Ming. HEX triplet: 39, 73 and 7D. RGB value is (57,115,125). Sum of RGB (Red+Green+Blue) = 57+115+125=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 125 - color contains mainly: blue. Hex color #39737D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39737D is #C68C82. Grayscale: #626262. Windows color (decimal): -13012099 or 8221497. OLE color: 8221497.
HSL color Cylindrical-coordinate representation of color #39737D: hue angle of 188.82º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #39737D is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 115 | 125 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.51 |
| HSL | 188.82º | 0.37% | 0.36% | - |
| HSV(B) | 188.82º | 0.54% | 0.49% | - |
| XYZ | 11.52 | 14.61 | 21.62 | - |
| YUV | 98.8 | 142.78 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 115 | 125 | 0.54 | 0.08 | 0 | 0.51 | 188.82 | 0.37 | 0.36 |
| Hex | 39 | 73 | 7D | 36 | 8 | 0 | 33 | BD | 25 | 24 |
| Octal | 71 | 163 | 175 | 66 | 10 | 0 | 63 | 275 | 45 | 44 |
| Binary | 111001 | 1110011 | 1111101 | 110110 | 1000 | 0 | 110011 | 10111101 | 100101 | 100100 |
Color Harmonies of #39737D
Complementary color
Monochromatic Colors of #39737D
Black with #39737D
Text Example
Text Example
White with #39737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39737D; }
p { color: rgb(57,115,125); }
H1.HeaderClassName
{
color: #39737D;
}
.AnyTagClassName
{
color: #39737D;
}
</style>
background-color css
<style>
a { background-color: #39737D; }
a { background-color: rgb(57,115,125); }
div.DivClassName
{
background-color: #39737D;
}
.BgClassName
{
background-color: #39737D;
}
</style>
border-color css
<style>
span { border-color: #39737D; }
span { border-color: rgb(57,115,125); }
td.TdClassName
{
border-color: #39737D;
}
.TagClassName
{
border-color: #39737D;
}
</style>