Shades of Ming #386C71
Tints of Ming #386C71
RGB
CMYK
RGB Variations
Color information
#386C71 (or 0x386C71) is known color: Ming. HEX triplet: 38, 6C and 71. RGB value is (56,108,113). Sum of RGB (Red+Green+Blue) = 56+108+113=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 113 - color contains mainly: blue. Hex color #386C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386C71 is #C7938E. Grayscale: #5C5C5C. Windows color (decimal): -13079439 or 7433272. OLE color: 7433272.
HSL color Cylindrical-coordinate representation of color #386C71: hue angle of 185.26º 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 #386C71 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 108 | 113 | - |
| CMYK | 0.50 | 0.04 | 0 | 0.56 |
| HSL | 185.26º | 0.34% | 0.33% | - |
| HSV(B) | 185.26º | 0.5% | 0.44% | - |
| XYZ | 9.97 | 12.76 | 17.56 | - |
| YUV | 93.02 | 139.27 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 108 | 113 | 0.50 | 0.04 | 0 | 0.56 | 185.26 | 0.34 | 0.33 |
| Hex | 38 | 6C | 71 | 32 | 4 | 0 | 38 | B9 | 22 | 21 |
| Octal | 70 | 154 | 161 | 62 | 4 | 0 | 70 | 271 | 42 | 41 |
| Binary | 111000 | 1101100 | 1110001 | 110010 | 100 | 0 | 111000 | 10111001 | 100010 | 100001 |
Color Harmonies of #386C71
Complementary color
Monochromatic Colors of #386C71
Black with #386C71
Text Example
Text Example
White with #386C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386C71; }
p { color: rgb(56,108,113); }
H1.HeaderClassName
{
color: #386C71;
}
.AnyTagClassName
{
color: #386C71;
}
</style>
background-color css
<style>
a { background-color: #386C71; }
a { background-color: rgb(56,108,113); }
div.DivClassName
{
background-color: #386C71;
}
.BgClassName
{
background-color: #386C71;
}
</style>
border-color css
<style>
span { border-color: #386C71; }
span { border-color: rgb(56,108,113); }
td.TdClassName
{
border-color: #386C71;
}
.TagClassName
{
border-color: #386C71;
}
</style>