Shades of Ming #39717B
Tints of Ming #39717B
RGB
CMYK
RGB Variations
Color information
#39717B (or 0x39717B) is known color: Ming. HEX triplet: 39, 71 and 7B. RGB value is (57,113,123). Sum of RGB (Red+Green+Blue) = 57+113+123=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 123 - color contains mainly: blue. Hex color #39717B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39717B is #C68E84. Grayscale: #616161. Windows color (decimal): -13012613 or 8089913. OLE color: 8089913.
HSL color Cylindrical-coordinate representation of color #39717B: hue angle of 189.09º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #39717B is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 113 | 123 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.52 |
| HSL | 189.09º | 0.37% | 0.35% | - |
| HSV(B) | 189.09º | 0.54% | 0.48% | - |
| XYZ | 11.17 | 14.11 | 20.87 | - |
| YUV | 97.4 | 142.45 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 113 | 123 | 0.54 | 0.08 | 0 | 0.52 | 189.09 | 0.37 | 0.35 |
| Hex | 39 | 71 | 7B | 36 | 8 | 0 | 34 | BD | 25 | 23 |
| Octal | 71 | 161 | 173 | 66 | 10 | 0 | 64 | 275 | 45 | 43 |
| Binary | 111001 | 1110001 | 1111011 | 110110 | 1000 | 0 | 110100 | 10111101 | 100101 | 100011 |
Color Harmonies of #39717B
Complementary color
Monochromatic Colors of #39717B
Black with #39717B
Text Example
Text Example
White with #39717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39717B; }
p { color: rgb(57,113,123); }
H1.HeaderClassName
{
color: #39717B;
}
.AnyTagClassName
{
color: #39717B;
}
</style>
background-color css
<style>
a { background-color: #39717B; }
a { background-color: rgb(57,113,123); }
div.DivClassName
{
background-color: #39717B;
}
.BgClassName
{
background-color: #39717B;
}
</style>
border-color css
<style>
span { border-color: #39717B; }
span { border-color: rgb(57,113,123); }
td.TdClassName
{
border-color: #39717B;
}
.TagClassName
{
border-color: #39717B;
}
</style>