Shades of Ming #386A69
Tints of Ming #386A69
RGB
CMYK
RGB Variations
Color information
#386A69 (or 0x386A69) is known color: Ming. HEX triplet: 38, 6A and 69. RGB value is (56,106,105). Sum of RGB (Red+Green+Blue) = 56+106+105=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 105 (41.41% from 255 or 39.33% from 267); Max value from RGB is 106 - color contains mainly: green. Hex color #386A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386A69 is #C79596. Grayscale: #5A5A5A. Windows color (decimal): -13079959 or 6908472. OLE color: 6908472.
HSL color Cylindrical-coordinate representation of color #386A69: hue angle of 178.8º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #386A69 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 106 | 105 | - |
| CMYK | 0.47 | 0 | 0.01 | 0.58 |
| HSL | 178.8º | 0.31% | 0.32% | - |
| HSV(B) | 178.8º | 0.47% | 0.42% | - |
| XYZ | 9.33 | 12.17 | 15.22 | - |
| YUV | 90.94 | 135.94 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 106 | 105 | 0.47 | 0 | 0.01 | 0.58 | 178.8 | 0.31 | 0.32 |
| Hex | 38 | 6A | 69 | 2F | 0 | 1 | 3A | B3 | 1F | 20 |
| Octal | 70 | 152 | 151 | 57 | 0 | 1 | 72 | 263 | 37 | 40 |
| Binary | 111000 | 1101010 | 1101001 | 101111 | 0 | 1 | 111010 | 10110011 | 11111 | 100000 |
Color Harmonies of #386A69
Complementary color
Monochromatic Colors of #386A69
Black with #386A69
Text Example
Text Example
White with #386A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386A69; }
p { color: rgb(56,106,105); }
H1.HeaderClassName
{
color: #386A69;
}
.AnyTagClassName
{
color: #386A69;
}
</style>
background-color css
<style>
a { background-color: #386A69; }
a { background-color: rgb(56,106,105); }
div.DivClassName
{
background-color: #386A69;
}
.BgClassName
{
background-color: #386A69;
}
</style>
border-color css
<style>
span { border-color: #386A69; }
span { border-color: rgb(56,106,105); }
td.TdClassName
{
border-color: #386A69;
}
.TagClassName
{
border-color: #386A69;
}
</style>