Shades of Ming #386C72
Tints of Ming #386C72
RGB
CMYK
RGB Variations
Color information
#386C72 (or 0x386C72) is known color: Ming. HEX triplet: 38, 6C and 72. RGB value is (56,108,114). Sum of RGB (Red+Green+Blue) = 56+108+114=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 114 - color contains mainly: blue. Hex color #386C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386C72 is #C7938D. Grayscale: #5D5D5D. Windows color (decimal): -13079438 or 7498808. OLE color: 7498808.
HSL color Cylindrical-coordinate representation of color #386C72: hue angle of 186.21º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #386C72 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 108 | 114 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.55 |
| HSL | 186.21º | 0.34% | 0.33% | - |
| HSV(B) | 186.21º | 0.51% | 0.45% | - |
| XYZ | 10.03 | 12.78 | 17.86 | - |
| YUV | 93.14 | 139.77 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 108 | 114 | 0.51 | 0.05 | 0 | 0.55 | 186.21 | 0.34 | 0.33 |
| Hex | 38 | 6C | 72 | 33 | 5 | 0 | 37 | BA | 22 | 21 |
| Octal | 70 | 154 | 162 | 63 | 5 | 0 | 67 | 272 | 42 | 41 |
| Binary | 111000 | 1101100 | 1110010 | 110011 | 101 | 0 | 110111 | 10111010 | 100010 | 100001 |
Color Harmonies of #386C72
Complementary color
Monochromatic Colors of #386C72
Black with #386C72
Text Example
Text Example
White with #386C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386C72; }
p { color: rgb(56,108,114); }
H1.HeaderClassName
{
color: #386C72;
}
.AnyTagClassName
{
color: #386C72;
}
</style>
background-color css
<style>
a { background-color: #386C72; }
a { background-color: rgb(56,108,114); }
div.DivClassName
{
background-color: #386C72;
}
.BgClassName
{
background-color: #386C72;
}
</style>
border-color css
<style>
span { border-color: #386C72; }
span { border-color: rgb(56,108,114); }
td.TdClassName
{
border-color: #386C72;
}
.TagClassName
{
border-color: #386C72;
}
</style>