Shades of Ming #366B72
Tints of Ming #366B72
RGB
CMYK
RGB Variations
Color information
#366B72 (or 0x366B72) is known color: Ming. HEX triplet: 36, 6B and 72. RGB value is (54,107,114). Sum of RGB (Red+Green+Blue) = 54+107+114=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 114 - color contains mainly: blue. Hex color #366B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366B72 is #C9948D. Grayscale: #5B5B5B. Windows color (decimal): -13210766 or 7498550. OLE color: 7498550.
HSL color Cylindrical-coordinate representation of color #366B72: hue angle of 187º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #366B72 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 107 | 114 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.55 |
| HSL | 187º | 0.36% | 0.33% | - |
| HSV(B) | 187º | 0.53% | 0.45% | - |
| XYZ | 9.82 | 12.51 | 17.82 | - |
| YUV | 91.95 | 140.44 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 107 | 114 | 0.53 | 0.06 | 0 | 0.55 | 187 | 0.36 | 0.33 |
| Hex | 36 | 6B | 72 | 35 | 6 | 0 | 37 | BB | 24 | 21 |
| Octal | 66 | 153 | 162 | 65 | 6 | 0 | 67 | 273 | 44 | 41 |
| Binary | 110110 | 1101011 | 1110010 | 110101 | 110 | 0 | 110111 | 10111011 | 100100 | 100001 |
Color Harmonies of #366B72
Complementary color
Monochromatic Colors of #366B72
Black with #366B72
Text Example
Text Example
White with #366B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366B72; }
p { color: rgb(54,107,114); }
H1.HeaderClassName
{
color: #366B72;
}
.AnyTagClassName
{
color: #366B72;
}
</style>
background-color css
<style>
a { background-color: #366B72; }
a { background-color: rgb(54,107,114); }
div.DivClassName
{
background-color: #366B72;
}
.BgClassName
{
background-color: #366B72;
}
</style>
border-color css
<style>
span { border-color: #366B72; }
span { border-color: rgb(54,107,114); }
td.TdClassName
{
border-color: #366B72;
}
.TagClassName
{
border-color: #366B72;
}
</style>