Shades of Ming #386C6E
Tints of Ming #386C6E
RGB
CMYK
RGB Variations
Color information
#386C6E (or 0x386C6E) is known color: Ming. HEX triplet: 38, 6C and 6E. RGB value is (56,108,110). Sum of RGB (Red+Green+Blue) = 56+108+110=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 108 (42.58% from 255 or 39.42% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 110 - color contains mainly: blue. Hex color #386C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386C6E is #C79391. Grayscale: #5C5C5C. Windows color (decimal): -13079442 or 7236664. OLE color: 7236664.
HSL color Cylindrical-coordinate representation of color #386C6E: hue angle of 182.22º 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 #386C6E is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 108 | 110 | - |
| CMYK | 0.49 | 0.02 | 0 | 0.57 |
| HSL | 182.22º | 0.33% | 0.33% | - |
| HSV(B) | 182.22º | 0.49% | 0.43% | - |
| XYZ | 9.81 | 12.69 | 16.68 | - |
| YUV | 92.68 | 137.77 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 108 | 110 | 0.49 | 0.02 | 0 | 0.57 | 182.22 | 0.33 | 0.33 |
| Hex | 38 | 6C | 6E | 31 | 2 | 0 | 39 | B6 | 21 | 21 |
| Octal | 70 | 154 | 156 | 61 | 2 | 0 | 71 | 266 | 41 | 41 |
| Binary | 111000 | 1101100 | 1101110 | 110001 | 10 | 0 | 111001 | 10110110 | 100001 | 100001 |
Color Harmonies of #386C6E
Complementary color
Monochromatic Colors of #386C6E
Black with #386C6E
Text Example
Text Example
White with #386C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386C6E; }
p { color: rgb(56,108,110); }
H1.HeaderClassName
{
color: #386C6E;
}
.AnyTagClassName
{
color: #386C6E;
}
</style>
background-color css
<style>
a { background-color: #386C6E; }
a { background-color: rgb(56,108,110); }
div.DivClassName
{
background-color: #386C6E;
}
.BgClassName
{
background-color: #386C6E;
}
</style>
border-color css
<style>
span { border-color: #386C6E; }
span { border-color: rgb(56,108,110); }
td.TdClassName
{
border-color: #386C6E;
}
.TagClassName
{
border-color: #386C6E;
}
</style>