Shades of Ming #366C71
Tints of Ming #366C71
RGB
CMYK
RGB Variations
Color information
#366C71 (or 0x366C71) is known color: Ming. HEX triplet: 36, 6C and 71. RGB value is (54,108,113). Sum of RGB (Red+Green+Blue) = 54+108+113=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 108 (42.58% from 255 or 39.27% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 113 - color contains mainly: blue. Hex color #366C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366C71 is #C9938E. Grayscale: #5C5C5C. Windows color (decimal): -13210511 or 7433270. OLE color: 7433270.
HSL color Cylindrical-coordinate representation of color #366C71: hue angle of 185.08º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #366C71 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 108 | 113 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.56 |
| HSL | 185.08º | 0.35% | 0.33% | - |
| HSV(B) | 185.08º | 0.52% | 0.44% | - |
| XYZ | 9.86 | 12.7 | 17.55 | - |
| YUV | 92.42 | 139.61 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 108 | 113 | 0.52 | 0.04 | 0 | 0.56 | 185.08 | 0.35 | 0.33 |
| Hex | 36 | 6C | 71 | 34 | 4 | 0 | 38 | B9 | 23 | 21 |
| Octal | 66 | 154 | 161 | 64 | 4 | 0 | 70 | 271 | 43 | 41 |
| Binary | 110110 | 1101100 | 1110001 | 110100 | 100 | 0 | 111000 | 10111001 | 100011 | 100001 |
Color Harmonies of #366C71
Complementary color
Monochromatic Colors of #366C71
Black with #366C71
Text Example
Text Example
White with #366C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366C71; }
p { color: rgb(54,108,113); }
H1.HeaderClassName
{
color: #366C71;
}
.AnyTagClassName
{
color: #366C71;
}
</style>
background-color css
<style>
a { background-color: #366C71; }
a { background-color: rgb(54,108,113); }
div.DivClassName
{
background-color: #366C71;
}
.BgClassName
{
background-color: #366C71;
}
</style>
border-color css
<style>
span { border-color: #366C71; }
span { border-color: rgb(54,108,113); }
td.TdClassName
{
border-color: #366C71;
}
.TagClassName
{
border-color: #366C71;
}
</style>