Shades of Ming #366A73
Tints of Ming #366A73
RGB
CMYK
RGB Variations
Color information
#366A73 (or 0x366A73) is known color: Ming. HEX triplet: 36, 6A and 73. RGB value is (54,106,115). Sum of RGB (Red+Green+Blue) = 54+106+115=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 115 - color contains mainly: blue. Hex color #366A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366A73 is #C9958C. Grayscale: #5B5B5B. Windows color (decimal): -13211021 or 7563830. OLE color: 7563830.
HSL color Cylindrical-coordinate representation of color #366A73: hue angle of 188.85º 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 #366A73 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 106 | 115 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.55 |
| HSL | 188.85º | 0.36% | 0.33% | - |
| HSV(B) | 188.85º | 0.53% | 0.45% | - |
| XYZ | 9.77 | 12.33 | 18.08 | - |
| YUV | 91.48 | 141.27 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 106 | 115 | 0.53 | 0.08 | 0 | 0.55 | 188.85 | 0.36 | 0.33 |
| Hex | 36 | 6A | 73 | 35 | 8 | 0 | 37 | BD | 24 | 21 |
| Octal | 66 | 152 | 163 | 65 | 10 | 0 | 67 | 275 | 44 | 41 |
| Binary | 110110 | 1101010 | 1110011 | 110101 | 1000 | 0 | 110111 | 10111101 | 100100 | 100001 |
Color Harmonies of #366A73
Complementary color
Monochromatic Colors of #366A73
Black with #366A73
Text Example
Text Example
White with #366A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366A73; }
p { color: rgb(54,106,115); }
H1.HeaderClassName
{
color: #366A73;
}
.AnyTagClassName
{
color: #366A73;
}
</style>
background-color css
<style>
a { background-color: #366A73; }
a { background-color: rgb(54,106,115); }
div.DivClassName
{
background-color: #366A73;
}
.BgClassName
{
background-color: #366A73;
}
</style>
border-color css
<style>
span { border-color: #366A73; }
span { border-color: rgb(54,106,115); }
td.TdClassName
{
border-color: #366A73;
}
.TagClassName
{
border-color: #366A73;
}
</style>