Shades of Ming #386F77
Tints of Ming #386F77
RGB
CMYK
RGB Variations
Color information
#386F77 (or 0x386F77) is known color: Ming. HEX triplet: 38, 6F and 77. RGB value is (56,111,119). Sum of RGB (Red+Green+Blue) = 56+111+119=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 119 - color contains mainly: blue. Hex color #386F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386F77 is #C79088. Grayscale: #5F5F5F. Windows color (decimal): -13078665 or 7827256. OLE color: 7827256.
HSL color Cylindrical-coordinate representation of color #386F77: hue angle of 187.62º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #386F77 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 111 | 119 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.53 |
| HSL | 187.62º | 0.36% | 0.34% | - |
| HSV(B) | 187.62º | 0.53% | 0.47% | - |
| XYZ | 10.65 | 13.54 | 19.51 | - |
| YUV | 95.47 | 141.28 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 119 | 0.53 | 0.07 | 0 | 0.53 | 187.62 | 0.36 | 0.34 |
| Hex | 38 | 6F | 77 | 35 | 7 | 0 | 35 | BC | 24 | 22 |
| Octal | 70 | 157 | 167 | 65 | 7 | 0 | 65 | 274 | 44 | 42 |
| Binary | 111000 | 1101111 | 1110111 | 110101 | 111 | 0 | 110101 | 10111100 | 100100 | 100010 |
Color Harmonies of #386F77
Complementary color
Monochromatic Colors of #386F77
Black with #386F77
Text Example
Text Example
White with #386F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386F77; }
p { color: rgb(56,111,119); }
H1.HeaderClassName
{
color: #386F77;
}
.AnyTagClassName
{
color: #386F77;
}
</style>
background-color css
<style>
a { background-color: #386F77; }
a { background-color: rgb(56,111,119); }
div.DivClassName
{
background-color: #386F77;
}
.BgClassName
{
background-color: #386F77;
}
</style>
border-color css
<style>
span { border-color: #386F77; }
span { border-color: rgb(56,111,119); }
td.TdClassName
{
border-color: #386F77;
}
.TagClassName
{
border-color: #386F77;
}
</style>