Shades of Ming #366F77
Tints of Ming #366F77
RGB
CMYK
RGB Variations
Color information
#366F77 (or 0x366F77) is known color: Ming. HEX triplet: 36, 6F and 77. RGB value is (54,111,119). Sum of RGB (Red+Green+Blue) = 54+111+119=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 119 - color contains mainly: blue. Hex color #366F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366F77 is #C99088. Grayscale: #5E5E5E. Windows color (decimal): -13209737 or 7827254. OLE color: 7827254.
HSL color Cylindrical-coordinate representation of color #366F77: hue angle of 187.38º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #366F77 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 54 | 111 | 119 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.53 |
| HSL | 187.38º | 0.38% | 0.34% | - |
| HSV(B) | 187.38º | 0.55% | 0.47% | - |
| XYZ | 10.54 | 13.49 | 19.5 | - |
| YUV | 94.87 | 141.62 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 111 | 119 | 0.55 | 0.07 | 0 | 0.53 | 187.38 | 0.38 | 0.34 |
| Hex | 36 | 6F | 77 | 37 | 7 | 0 | 35 | BB | 26 | 22 |
| Octal | 66 | 157 | 167 | 67 | 7 | 0 | 65 | 273 | 46 | 42 |
| Binary | 110110 | 1101111 | 1110111 | 110111 | 111 | 0 | 110101 | 10111011 | 100110 | 100010 |
Color Harmonies of #366F77
Complementary color
Monochromatic Colors of #366F77
Black with #366F77
Text Example
Text Example
White with #366F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366F77; }
p { color: rgb(54,111,119); }
H1.HeaderClassName
{
color: #366F77;
}
.AnyTagClassName
{
color: #366F77;
}
</style>
background-color css
<style>
a { background-color: #366F77; }
a { background-color: rgb(54,111,119); }
div.DivClassName
{
background-color: #366F77;
}
.BgClassName
{
background-color: #366F77;
}
</style>
border-color css
<style>
span { border-color: #366F77; }
span { border-color: rgb(54,111,119); }
td.TdClassName
{
border-color: #366F77;
}
.TagClassName
{
border-color: #366F77;
}
</style>