Shades of Ming #386C74
Tints of Ming #386C74
RGB
CMYK
RGB Variations
Color information
#386C74 (or 0x386C74) is known color: Ming. HEX triplet: 38, 6C and 74. RGB value is (56,108,116). Sum of RGB (Red+Green+Blue) = 56+108+116=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 108 (42.58% from 255 or 38.57% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 116 - color contains mainly: blue. Hex color #386C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386C74 is #C7938B. Grayscale: #5D5D5D. Windows color (decimal): -13079436 or 7629880. OLE color: 7629880.
HSL color Cylindrical-coordinate representation of color #386C74: hue angle of 188º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #386C74 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 108 | 116 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.55 |
| HSL | 188º | 0.35% | 0.34% | - |
| HSV(B) | 188º | 0.52% | 0.45% | - |
| XYZ | 10.15 | 12.83 | 18.46 | - |
| YUV | 93.36 | 140.77 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 108 | 116 | 0.52 | 0.07 | 0 | 0.55 | 188 | 0.35 | 0.34 |
| Hex | 38 | 6C | 74 | 34 | 7 | 0 | 37 | BC | 23 | 22 |
| Octal | 70 | 154 | 164 | 64 | 7 | 0 | 67 | 274 | 43 | 42 |
| Binary | 111000 | 1101100 | 1110100 | 110100 | 111 | 0 | 110111 | 10111100 | 100011 | 100010 |
Color Harmonies of #386C74
Complementary color
Monochromatic Colors of #386C74
Black with #386C74
Text Example
Text Example
White with #386C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386C74; }
p { color: rgb(56,108,116); }
H1.HeaderClassName
{
color: #386C74;
}
.AnyTagClassName
{
color: #386C74;
}
</style>
background-color css
<style>
a { background-color: #386C74; }
a { background-color: rgb(56,108,116); }
div.DivClassName
{
background-color: #386C74;
}
.BgClassName
{
background-color: #386C74;
}
</style>
border-color css
<style>
span { border-color: #386C74; }
span { border-color: rgb(56,108,116); }
td.TdClassName
{
border-color: #386C74;
}
.TagClassName
{
border-color: #386C74;
}
</style>