Shades of Ming #39797B
Tints of Ming #39797B
RGB
CMYK
RGB Variations
Color information
#39797B (or 0x39797B) is known color: Ming. HEX triplet: 39, 79 and 7B. RGB value is (57,121,123). Sum of RGB (Red+Green+Blue) = 57+121+123=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 123 - color contains mainly: blue. Hex color #39797B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39797B is #C68684. Grayscale: #666666. Windows color (decimal): -13010565 or 8091961. OLE color: 8091961.
HSL color Cylindrical-coordinate representation of color #39797B: hue angle of 181.82º 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 #39797B is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 121 | 123 | - |
| CMYK | 0.54 | 0.02 | 0 | 0.52 |
| HSL | 181.82º | 0.37% | 0.35% | - |
| HSV(B) | 181.82º | 0.54% | 0.48% | - |
| XYZ | 12.1 | 15.97 | 21.18 | - |
| YUV | 102.09 | 139.8 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 121 | 123 | 0.54 | 0.02 | 0 | 0.52 | 181.82 | 0.37 | 0.35 |
| Hex | 39 | 79 | 7B | 36 | 2 | 0 | 34 | B6 | 25 | 23 |
| Octal | 71 | 171 | 173 | 66 | 2 | 0 | 64 | 266 | 45 | 43 |
| Binary | 111001 | 1111001 | 1111011 | 110110 | 10 | 0 | 110100 | 10110110 | 100101 | 100011 |
Color Harmonies of #39797B
Complementary color
Monochromatic Colors of #39797B
Black with #39797B
Text Example
Text Example
White with #39797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39797B; }
p { color: rgb(57,121,123); }
H1.HeaderClassName
{
color: #39797B;
}
.AnyTagClassName
{
color: #39797B;
}
</style>
background-color css
<style>
a { background-color: #39797B; }
a { background-color: rgb(57,121,123); }
div.DivClassName
{
background-color: #39797B;
}
.BgClassName
{
background-color: #39797B;
}
</style>
border-color css
<style>
span { border-color: #39797B; }
span { border-color: rgb(57,121,123); }
td.TdClassName
{
border-color: #39797B;
}
.TagClassName
{
border-color: #39797B;
}
</style>