Shades of Ming #366F6F
Tints of Ming #366F6F
RGB
CMYK
RGB Variations
Color information
#366F6F (or 0x366F6F) is known color: Ming. HEX triplet: 36, 6F and 6F. RGB value is (54,111,111). Sum of RGB (Red+Green+Blue) = 54+111+111=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 111 - color contains mainly: green, blue. Hex color #366F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366F6F is #C99090. Grayscale: #5D5D5D. Windows color (decimal): -13209745 or 7302966. OLE color: 7302966.
HSL color Cylindrical-coordinate representation of color #366F6F: hue angle of 180º 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 #366F6F is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 111 | 111 | - |
| CMYK | 0.51 | 0 | 0 | 0.56 |
| HSL | 180º | 0.35% | 0.32% | - |
| HSV(B) | 180º | 0.51% | 0.44% | - |
| XYZ | 10.08 | 13.3 | 17.08 | - |
| YUV | 93.96 | 137.62 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 111 | 111 | 0.51 | 0 | 0 | 0.56 | 180 | 0.35 | 0.32 |
| Hex | 36 | 6F | 6F | 33 | 0 | 0 | 38 | B4 | 23 | 20 |
| Octal | 66 | 157 | 157 | 63 | 0 | 0 | 70 | 264 | 43 | 40 |
| Binary | 110110 | 1101111 | 1101111 | 110011 | 0 | 0 | 111000 | 10110100 | 100011 | 100000 |
Color Harmonies of #366F6F
Complementary color
Monochromatic Colors of #366F6F
Black with #366F6F
Text Example
Text Example
White with #366F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366F6F; }
p { color: rgb(54,111,111); }
H1.HeaderClassName
{
color: #366F6F;
}
.AnyTagClassName
{
color: #366F6F;
}
</style>
background-color css
<style>
a { background-color: #366F6F; }
a { background-color: rgb(54,111,111); }
div.DivClassName
{
background-color: #366F6F;
}
.BgClassName
{
background-color: #366F6F;
}
</style>
border-color css
<style>
span { border-color: #366F6F; }
span { border-color: rgb(54,111,111); }
td.TdClassName
{
border-color: #366F6F;
}
.TagClassName
{
border-color: #366F6F;
}
</style>