Shades of Ming #366B6B
Tints of Ming #366B6B
RGB
CMYK
RGB Variations
Color information
#366B6B (or 0x366B6B) is known color: Ming. HEX triplet: 36, 6B and 6B. RGB value is (54,107,107). Sum of RGB (Red+Green+Blue) = 54+107+107=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 107 - color contains mainly: green, blue. Hex color #366B6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366B6B is #C99494. Grayscale: #5B5B5B. Windows color (decimal): -13210773 or 7039798. OLE color: 7039798.
HSL color Cylindrical-coordinate representation of color #366B6B: hue angle of 180º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #366B6B is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 107 | 107 | - |
| CMYK | 0.50 | 0 | 0 | 0.58 |
| HSL | 180º | 0.33% | 0.32% | - |
| HSV(B) | 180º | 0.5% | 0.42% | - |
| XYZ | 9.43 | 12.36 | 15.8 | - |
| YUV | 91.15 | 136.94 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 107 | 107 | 0.50 | 0 | 0 | 0.58 | 180 | 0.33 | 0.32 |
| Hex | 36 | 6B | 6B | 32 | 0 | 0 | 3A | B4 | 21 | 20 |
| Octal | 66 | 153 | 153 | 62 | 0 | 0 | 72 | 264 | 41 | 40 |
| Binary | 110110 | 1101011 | 1101011 | 110010 | 0 | 0 | 111010 | 10110100 | 100001 | 100000 |
Color Harmonies of #366B6B
Complementary color
Monochromatic Colors of #366B6B
Black with #366B6B
Text Example
Text Example
White with #366B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366B6B; }
p { color: rgb(54,107,107); }
H1.HeaderClassName
{
color: #366B6B;
}
.AnyTagClassName
{
color: #366B6B;
}
</style>
background-color css
<style>
a { background-color: #366B6B; }
a { background-color: rgb(54,107,107); }
div.DivClassName
{
background-color: #366B6B;
}
.BgClassName
{
background-color: #366B6B;
}
</style>
border-color css
<style>
span { border-color: #366B6B; }
span { border-color: rgb(54,107,107); }
td.TdClassName
{
border-color: #366B6B;
}
.TagClassName
{
border-color: #366B6B;
}
</style>