Shades of Ming #366B76
Tints of Ming #366B76
RGB
CMYK
RGB Variations
Color information
#366B76 (or 0x366B76) is known color: Ming. HEX triplet: 36, 6B and 76. RGB value is (54,107,118). Sum of RGB (Red+Green+Blue) = 54+107+118=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 118 - color contains mainly: blue. Hex color #366B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366B76 is #C99489. Grayscale: #5C5C5C. Windows color (decimal): -13210762 or 7760694. OLE color: 7760694.
HSL color Cylindrical-coordinate representation of color #366B76: hue angle of 190.31º 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 #366B76 is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 54 | 107 | 118 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.54 |
| HSL | 190.31º | 0.37% | 0.34% | - |
| HSV(B) | 190.31º | 0.54% | 0.46% | - |
| XYZ | 10.05 | 12.61 | 19.04 | - |
| YUV | 92.41 | 142.44 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 107 | 118 | 0.54 | 0.09 | 0 | 0.54 | 190.31 | 0.37 | 0.34 |
| Hex | 36 | 6B | 76 | 36 | 9 | 0 | 36 | BE | 25 | 22 |
| Octal | 66 | 153 | 166 | 66 | 11 | 0 | 66 | 276 | 45 | 42 |
| Binary | 110110 | 1101011 | 1110110 | 110110 | 1001 | 0 | 110110 | 10111110 | 100101 | 100010 |
Color Harmonies of #366B76
Complementary color
Monochromatic Colors of #366B76
Black with #366B76
Text Example
Text Example
White with #366B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366B76; }
p { color: rgb(54,107,118); }
H1.HeaderClassName
{
color: #366B76;
}
.AnyTagClassName
{
color: #366B76;
}
</style>
background-color css
<style>
a { background-color: #366B76; }
a { background-color: rgb(54,107,118); }
div.DivClassName
{
background-color: #366B76;
}
.BgClassName
{
background-color: #366B76;
}
</style>
border-color css
<style>
span { border-color: #366B76; }
span { border-color: rgb(54,107,118); }
td.TdClassName
{
border-color: #366B76;
}
.TagClassName
{
border-color: #366B76;
}
</style>