Shades of Ming #386D6E
Tints of Ming #386D6E
RGB
CMYK
RGB Variations
Color information
#386D6E (or 0x386D6E) is known color: Ming. HEX triplet: 38, 6D and 6E. RGB value is (56,109,110). Sum of RGB (Red+Green+Blue) = 56+109+110=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 110 - color contains mainly: blue. Hex color #386D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386D6E is #C79291. Grayscale: #5D5D5D. Windows color (decimal): -13079186 or 7236920. OLE color: 7236920.
HSL color Cylindrical-coordinate representation of color #386D6E: hue angle of 181.11º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #386D6E is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 109 | 110 | - |
| CMYK | 0.49 | 0.01 | 0 | 0.57 |
| HSL | 181.11º | 0.33% | 0.33% | - |
| HSV(B) | 181.11º | 0.49% | 0.43% | - |
| XYZ | 9.91 | 12.9 | 16.72 | - |
| YUV | 93.27 | 137.44 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 109 | 110 | 0.49 | 0.01 | 0 | 0.57 | 181.11 | 0.33 | 0.33 |
| Hex | 38 | 6D | 6E | 31 | 1 | 0 | 39 | B5 | 21 | 21 |
| Octal | 70 | 155 | 156 | 61 | 1 | 0 | 71 | 265 | 41 | 41 |
| Binary | 111000 | 1101101 | 1101110 | 110001 | 1 | 0 | 111001 | 10110101 | 100001 | 100001 |
Color Harmonies of #386D6E
Complementary color
Monochromatic Colors of #386D6E
Black with #386D6E
Text Example
Text Example
White with #386D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386D6E; }
p { color: rgb(56,109,110); }
H1.HeaderClassName
{
color: #386D6E;
}
.AnyTagClassName
{
color: #386D6E;
}
</style>
background-color css
<style>
a { background-color: #386D6E; }
a { background-color: rgb(56,109,110); }
div.DivClassName
{
background-color: #386D6E;
}
.BgClassName
{
background-color: #386D6E;
}
</style>
border-color css
<style>
span { border-color: #386D6E; }
span { border-color: rgb(56,109,110); }
td.TdClassName
{
border-color: #386D6E;
}
.TagClassName
{
border-color: #386D6E;
}
</style>