Shades of Ming #386E75
Tints of Ming #386E75
RGB
CMYK
RGB Variations
Color information
#386E75 (or 0x386E75) is known color: Ming. HEX triplet: 38, 6E and 75. RGB value is (56,110,117). Sum of RGB (Red+Green+Blue) = 56+110+117=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 117 - color contains mainly: blue. Hex color #386E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386E75 is #C7918A. Grayscale: #5E5E5E. Windows color (decimal): -13078923 or 7695928. OLE color: 7695928.
HSL color Cylindrical-coordinate representation of color #386E75: hue angle of 186.89º 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 #386E75 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 56 | 110 | 117 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.54 |
| HSL | 186.89º | 0.35% | 0.34% | - |
| HSV(B) | 186.89º | 0.52% | 0.46% | - |
| XYZ | 10.42 | 13.28 | 18.84 | - |
| YUV | 94.65 | 140.61 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 110 | 117 | 0.52 | 0.06 | 0 | 0.54 | 186.89 | 0.35 | 0.34 |
| Hex | 38 | 6E | 75 | 34 | 6 | 0 | 36 | BB | 23 | 22 |
| Octal | 70 | 156 | 165 | 64 | 6 | 0 | 66 | 273 | 43 | 42 |
| Binary | 111000 | 1101110 | 1110101 | 110100 | 110 | 0 | 110110 | 10111011 | 100011 | 100010 |
Color Harmonies of #386E75
Complementary color
Monochromatic Colors of #386E75
Black with #386E75
Text Example
Text Example
White with #386E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386E75; }
p { color: rgb(56,110,117); }
H1.HeaderClassName
{
color: #386E75;
}
.AnyTagClassName
{
color: #386E75;
}
</style>
background-color css
<style>
a { background-color: #386E75; }
a { background-color: rgb(56,110,117); }
div.DivClassName
{
background-color: #386E75;
}
.BgClassName
{
background-color: #386E75;
}
</style>
border-color css
<style>
span { border-color: #386E75; }
span { border-color: rgb(56,110,117); }
td.TdClassName
{
border-color: #386E75;
}
.TagClassName
{
border-color: #386E75;
}
</style>