Shades of Ming #386C6D
Tints of Ming #386C6D
RGB
CMYK
RGB Variations
Color information
#386C6D (or 0x386C6D) is known color: Ming. HEX triplet: 38, 6C and 6D. RGB value is (56,108,109). Sum of RGB (Red+Green+Blue) = 56+108+109=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 108 (42.58% from 255 or 39.56% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 109 - color contains mainly: blue. Hex color #386C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386C6D is #C79392. Grayscale: #5C5C5C. Windows color (decimal): -13079443 or 7171128. OLE color: 7171128.
HSL color Cylindrical-coordinate representation of color #386C6D: hue angle of 181.13º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #386C6D is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 108 | 109 | - |
| CMYK | 0.49 | 0.01 | 0 | 0.57 |
| HSL | 181.13º | 0.32% | 0.32% | - |
| HSV(B) | 181.13º | 0.49% | 0.43% | - |
| XYZ | 9.75 | 12.67 | 16.4 | - |
| YUV | 92.57 | 137.27 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 108 | 109 | 0.49 | 0.01 | 0 | 0.57 | 181.13 | 0.32 | 0.32 |
| Hex | 38 | 6C | 6D | 31 | 1 | 0 | 39 | B5 | 20 | 20 |
| Octal | 70 | 154 | 155 | 61 | 1 | 0 | 71 | 265 | 40 | 40 |
| Binary | 111000 | 1101100 | 1101101 | 110001 | 1 | 0 | 111001 | 10110101 | 100000 | 100000 |
Color Harmonies of #386C6D
Complementary color
Monochromatic Colors of #386C6D
Black with #386C6D
Text Example
Text Example
White with #386C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386C6D; }
p { color: rgb(56,108,109); }
H1.HeaderClassName
{
color: #386C6D;
}
.AnyTagClassName
{
color: #386C6D;
}
</style>
background-color css
<style>
a { background-color: #386C6D; }
a { background-color: rgb(56,108,109); }
div.DivClassName
{
background-color: #386C6D;
}
.BgClassName
{
background-color: #386C6D;
}
</style>
border-color css
<style>
span { border-color: #386C6D; }
span { border-color: rgb(56,108,109); }
td.TdClassName
{
border-color: #386C6D;
}
.TagClassName
{
border-color: #386C6D;
}
</style>