Shades of Ming #386E71
Tints of Ming #386E71
RGB
CMYK
RGB Variations
Color information
#386E71 (or 0x386E71) is known color: Ming. HEX triplet: 38, 6E and 71. RGB value is (56,110,113). Sum of RGB (Red+Green+Blue) = 56+110+113=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 113 - color contains mainly: blue. Hex color #386E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386E71 is #C7918E. Grayscale: #5E5E5E. Windows color (decimal): -13078927 or 7433784. OLE color: 7433784.
HSL color Cylindrical-coordinate representation of color #386E71: hue angle of 183.16º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #386E71 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 110 | 113 | - |
| CMYK | 0.50 | 0.03 | 0 | 0.56 |
| HSL | 183.16º | 0.34% | 0.33% | - |
| HSV(B) | 183.16º | 0.5% | 0.44% | - |
| XYZ | 10.19 | 13.18 | 17.63 | - |
| YUV | 94.2 | 138.61 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 110 | 113 | 0.50 | 0.03 | 0 | 0.56 | 183.16 | 0.34 | 0.33 |
| Hex | 38 | 6E | 71 | 32 | 3 | 0 | 38 | B7 | 22 | 21 |
| Octal | 70 | 156 | 161 | 62 | 3 | 0 | 70 | 267 | 42 | 41 |
| Binary | 111000 | 1101110 | 1110001 | 110010 | 11 | 0 | 111000 | 10110111 | 100010 | 100001 |
Color Harmonies of #386E71
Complementary color
Monochromatic Colors of #386E71
Black with #386E71
Text Example
Text Example
White with #386E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386E71; }
p { color: rgb(56,110,113); }
H1.HeaderClassName
{
color: #386E71;
}
.AnyTagClassName
{
color: #386E71;
}
</style>
background-color css
<style>
a { background-color: #386E71; }
a { background-color: rgb(56,110,113); }
div.DivClassName
{
background-color: #386E71;
}
.BgClassName
{
background-color: #386E71;
}
</style>
border-color css
<style>
span { border-color: #386E71; }
span { border-color: rgb(56,110,113); }
td.TdClassName
{
border-color: #386E71;
}
.TagClassName
{
border-color: #386E71;
}
</style>