Shades of Ming #376B71
Tints of Ming #376B71
RGB
CMYK
RGB Variations
Color information
#376B71 (or 0x376B71) is known color: Ming. HEX triplet: 37, 6B and 71. RGB value is (55,107,113). Sum of RGB (Red+Green+Blue) = 55+107+113=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 107 (42.19% from 255 or 38.91% 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 #376B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376B71 is #C8948E. Grayscale: #5C5C5C. Windows color (decimal): -13145231 or 7433015. OLE color: 7433015.
HSL color Cylindrical-coordinate representation of color #376B71: hue angle of 186.21º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #376B71 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 107 | 113 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.56 |
| HSL | 186.21º | 0.35% | 0.33% | - |
| HSV(B) | 186.21º | 0.51% | 0.44% | - |
| XYZ | 9.81 | 12.52 | 17.52 | - |
| YUV | 92.14 | 139.77 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 107 | 113 | 0.51 | 0.05 | 0 | 0.56 | 186.21 | 0.35 | 0.33 |
| Hex | 37 | 6B | 71 | 33 | 5 | 0 | 38 | BA | 23 | 21 |
| Octal | 67 | 153 | 161 | 63 | 5 | 0 | 70 | 272 | 43 | 41 |
| Binary | 110111 | 1101011 | 1110001 | 110011 | 101 | 0 | 111000 | 10111010 | 100011 | 100001 |
Color Harmonies of #376B71
Complementary color
Monochromatic Colors of #376B71
Black with #376B71
Text Example
Text Example
White with #376B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376B71; }
p { color: rgb(55,107,113); }
H1.HeaderClassName
{
color: #376B71;
}
.AnyTagClassName
{
color: #376B71;
}
</style>
background-color css
<style>
a { background-color: #376B71; }
a { background-color: rgb(55,107,113); }
div.DivClassName
{
background-color: #376B71;
}
.BgClassName
{
background-color: #376B71;
}
</style>
border-color css
<style>
span { border-color: #376B71; }
span { border-color: rgb(55,107,113); }
td.TdClassName
{
border-color: #376B71;
}
.TagClassName
{
border-color: #376B71;
}
</style>