Shades of Ming #386F75
Tints of Ming #386F75
RGB
CMYK
RGB Variations
Color information
#386F75 (or 0x386F75) is known color: Ming. HEX triplet: 38, 6F and 75. RGB value is (56,111,117). Sum of RGB (Red+Green+Blue) = 56+111+117=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 117 - color contains mainly: blue. Hex color #386F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386F75 is #C7908A. Grayscale: #5F5F5F. Windows color (decimal): -13078667 or 7696184. OLE color: 7696184.
HSL color Cylindrical-coordinate representation of color #386F75: hue angle of 185.9º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #386F75 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 56 | 111 | 117 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.54 |
| HSL | 185.9º | 0.35% | 0.34% | - |
| HSV(B) | 185.9º | 0.52% | 0.46% | - |
| XYZ | 10.53 | 13.49 | 18.88 | - |
| YUV | 95.24 | 140.28 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 117 | 0.52 | 0.05 | 0 | 0.54 | 185.9 | 0.35 | 0.34 |
| Hex | 38 | 6F | 75 | 34 | 5 | 0 | 36 | BA | 23 | 22 |
| Octal | 70 | 157 | 165 | 64 | 5 | 0 | 66 | 272 | 43 | 42 |
| Binary | 111000 | 1101111 | 1110101 | 110100 | 101 | 0 | 110110 | 10111010 | 100011 | 100010 |
Color Harmonies of #386F75
Complementary color
Monochromatic Colors of #386F75
Black with #386F75
Text Example
Text Example
White with #386F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386F75; }
p { color: rgb(56,111,117); }
H1.HeaderClassName
{
color: #386F75;
}
.AnyTagClassName
{
color: #386F75;
}
</style>
background-color css
<style>
a { background-color: #386F75; }
a { background-color: rgb(56,111,117); }
div.DivClassName
{
background-color: #386F75;
}
.BgClassName
{
background-color: #386F75;
}
</style>
border-color css
<style>
span { border-color: #386F75; }
span { border-color: rgb(56,111,117); }
td.TdClassName
{
border-color: #386F75;
}
.TagClassName
{
border-color: #386F75;
}
</style>