Shades of Ming #366C6F
Tints of Ming #366C6F
RGB
CMYK
RGB Variations
Color information
#366C6F (or 0x366C6F) is known color: Ming. HEX triplet: 36, 6C and 6F. RGB value is (54,108,111). Sum of RGB (Red+Green+Blue) = 54+108+111=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 108 (42.58% from 255 or 39.56% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 111 - color contains mainly: blue. Hex color #366C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366C6F is #C99390. Grayscale: #5C5C5C. Windows color (decimal): -13210513 or 7302198. OLE color: 7302198.
HSL color Cylindrical-coordinate representation of color #366C6F: hue angle of 183.16º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #366C6F is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 108 | 111 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.56 |
| HSL | 183.16º | 0.35% | 0.32% | - |
| HSV(B) | 183.16º | 0.51% | 0.44% | - |
| XYZ | 9.75 | 12.66 | 16.97 | - |
| YUV | 92.2 | 138.61 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 108 | 111 | 0.51 | 0.03 | 0 | 0.56 | 183.16 | 0.35 | 0.32 |
| Hex | 36 | 6C | 6F | 33 | 3 | 0 | 38 | B7 | 23 | 20 |
| Octal | 66 | 154 | 157 | 63 | 3 | 0 | 70 | 267 | 43 | 40 |
| Binary | 110110 | 1101100 | 1101111 | 110011 | 11 | 0 | 111000 | 10110111 | 100011 | 100000 |
Color Harmonies of #366C6F
Complementary color
Monochromatic Colors of #366C6F
Black with #366C6F
Text Example
Text Example
White with #366C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366C6F; }
p { color: rgb(54,108,111); }
H1.HeaderClassName
{
color: #366C6F;
}
.AnyTagClassName
{
color: #366C6F;
}
</style>
background-color css
<style>
a { background-color: #366C6F; }
a { background-color: rgb(54,108,111); }
div.DivClassName
{
background-color: #366C6F;
}
.BgClassName
{
background-color: #366C6F;
}
</style>
border-color css
<style>
span { border-color: #366C6F; }
span { border-color: rgb(54,108,111); }
td.TdClassName
{
border-color: #366C6F;
}
.TagClassName
{
border-color: #366C6F;
}
</style>