Shades of Ming #366E75
Tints of Ming #366E75
RGB
CMYK
RGB Variations
Color information
#366E75 (or 0x366E75) is known color: Ming. HEX triplet: 36, 6E and 75. RGB value is (54,110,117). Sum of RGB (Red+Green+Blue) = 54+110+117=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 117 - color contains mainly: blue. Hex color #366E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366E75 is #C9918A. Grayscale: #5D5D5D. Windows color (decimal): -13209995 or 7695926. OLE color: 7695926.
HSL color Cylindrical-coordinate representation of color #366E75: hue angle of 186.67º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #366E75 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 54 | 110 | 117 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.54 |
| HSL | 186.67º | 0.37% | 0.34% | - |
| HSV(B) | 186.67º | 0.54% | 0.46% | - |
| XYZ | 10.31 | 13.22 | 18.84 | - |
| YUV | 94.05 | 140.95 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 110 | 117 | 0.54 | 0.06 | 0 | 0.54 | 186.67 | 0.37 | 0.34 |
| Hex | 36 | 6E | 75 | 36 | 6 | 0 | 36 | BB | 25 | 22 |
| Octal | 66 | 156 | 165 | 66 | 6 | 0 | 66 | 273 | 45 | 42 |
| Binary | 110110 | 1101110 | 1110101 | 110110 | 110 | 0 | 110110 | 10111011 | 100101 | 100010 |
Color Harmonies of #366E75
Complementary color
Monochromatic Colors of #366E75
Black with #366E75
Text Example
Text Example
White with #366E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366E75; }
p { color: rgb(54,110,117); }
H1.HeaderClassName
{
color: #366E75;
}
.AnyTagClassName
{
color: #366E75;
}
</style>
background-color css
<style>
a { background-color: #366E75; }
a { background-color: rgb(54,110,117); }
div.DivClassName
{
background-color: #366E75;
}
.BgClassName
{
background-color: #366E75;
}
</style>
border-color css
<style>
span { border-color: #366E75; }
span { border-color: rgb(54,110,117); }
td.TdClassName
{
border-color: #366E75;
}
.TagClassName
{
border-color: #366E75;
}
</style>