Shades of Ming #386B71
Tints of Ming #386B71
RGB
CMYK
RGB Variations
Color information
#386B71 (or 0x386B71) is known color: Ming. HEX triplet: 38, 6B and 71. RGB value is (56,107,113). Sum of RGB (Red+Green+Blue) = 56+107+113=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 113 - color contains mainly: blue. Hex color #386B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386B71 is #C7948E. Grayscale: #5C5C5C. Windows color (decimal): -13079695 or 7433016. OLE color: 7433016.
HSL color Cylindrical-coordinate representation of color #386B71: hue angle of 186.32º 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 #386B71 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 107 | 113 | - |
| CMYK | 0.50 | 0.05 | 0 | 0.56 |
| HSL | 186.32º | 0.34% | 0.33% | - |
| HSV(B) | 186.32º | 0.5% | 0.44% | - |
| XYZ | 9.87 | 12.55 | 17.52 | - |
| YUV | 92.44 | 139.6 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 113 | 0.50 | 0.05 | 0 | 0.56 | 186.32 | 0.34 | 0.33 |
| Hex | 38 | 6B | 71 | 32 | 5 | 0 | 38 | BA | 22 | 21 |
| Octal | 70 | 153 | 161 | 62 | 5 | 0 | 70 | 272 | 42 | 41 |
| Binary | 111000 | 1101011 | 1110001 | 110010 | 101 | 0 | 111000 | 10111010 | 100010 | 100001 |
Color Harmonies of #386B71
Complementary color
Monochromatic Colors of #386B71
Black with #386B71
Text Example
Text Example
White with #386B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386B71; }
p { color: rgb(56,107,113); }
H1.HeaderClassName
{
color: #386B71;
}
.AnyTagClassName
{
color: #386B71;
}
</style>
background-color css
<style>
a { background-color: #386B71; }
a { background-color: rgb(56,107,113); }
div.DivClassName
{
background-color: #386B71;
}
.BgClassName
{
background-color: #386B71;
}
</style>
border-color css
<style>
span { border-color: #386B71; }
span { border-color: rgb(56,107,113); }
td.TdClassName
{
border-color: #386B71;
}
.TagClassName
{
border-color: #386B71;
}
</style>