Shades of Ming #386C78
Tints of Ming #386C78
RGB
CMYK
RGB Variations
Color information
#386C78 (or 0x386C78) is known color: Ming. HEX triplet: 38, 6C and 78. RGB value is (56,108,120). Sum of RGB (Red+Green+Blue) = 56+108+120=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 120 - color contains mainly: blue. Hex color #386C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386C78 is #C79387. Grayscale: #5D5D5D. Windows color (decimal): -13079432 or 7892024. OLE color: 7892024.
HSL color Cylindrical-coordinate representation of color #386C78: hue angle of 191.25º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #386C78 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 108 | 120 | - |
| CMYK | 0.53 | 0.10 | 0 | 0.53 |
| HSL | 191.25º | 0.36% | 0.35% | - |
| HSV(B) | 191.25º | 0.53% | 0.47% | - |
| XYZ | 10.38 | 12.92 | 19.72 | - |
| YUV | 93.82 | 142.77 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 108 | 120 | 0.53 | 0.10 | 0 | 0.53 | 191.25 | 0.36 | 0.35 |
| Hex | 38 | 6C | 78 | 35 | A | 0 | 35 | BF | 24 | 23 |
| Octal | 70 | 154 | 170 | 65 | 12 | 0 | 65 | 277 | 44 | 43 |
| Binary | 111000 | 1101100 | 1111000 | 110101 | 1010 | 0 | 110101 | 10111111 | 100100 | 100011 |
Color Harmonies of #386C78
Complementary color
Monochromatic Colors of #386C78
Black with #386C78
Text Example
Text Example
White with #386C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386C78; }
p { color: rgb(56,108,120); }
H1.HeaderClassName
{
color: #386C78;
}
.AnyTagClassName
{
color: #386C78;
}
</style>
background-color css
<style>
a { background-color: #386C78; }
a { background-color: rgb(56,108,120); }
div.DivClassName
{
background-color: #386C78;
}
.BgClassName
{
background-color: #386C78;
}
</style>
border-color css
<style>
span { border-color: #386C78; }
span { border-color: rgb(56,108,120); }
td.TdClassName
{
border-color: #386C78;
}
.TagClassName
{
border-color: #386C78;
}
</style>