Shades of Ming #376B72
Tints of Ming #376B72
RGB
CMYK
RGB Variations
Color information
#376B72 (or 0x376B72) is known color: Ming. HEX triplet: 37, 6B and 72. RGB value is (55,107,114). Sum of RGB (Red+Green+Blue) = 55+107+114=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 114 - color contains mainly: blue. Hex color #376B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376B72 is #C8948D. Grayscale: #5C5C5C. Windows color (decimal): -13145230 or 7498551. OLE color: 7498551.
HSL color Cylindrical-coordinate representation of color #376B72: hue angle of 187.12º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #376B72 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 107 | 114 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.55 |
| HSL | 187.12º | 0.35% | 0.33% | - |
| HSV(B) | 187.12º | 0.52% | 0.45% | - |
| XYZ | 9.87 | 12.54 | 17.82 | - |
| YUV | 92.25 | 140.27 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 107 | 114 | 0.52 | 0.06 | 0 | 0.55 | 187.12 | 0.35 | 0.33 |
| Hex | 37 | 6B | 72 | 34 | 6 | 0 | 37 | BB | 23 | 21 |
| Octal | 67 | 153 | 162 | 64 | 6 | 0 | 67 | 273 | 43 | 41 |
| Binary | 110111 | 1101011 | 1110010 | 110100 | 110 | 0 | 110111 | 10111011 | 100011 | 100001 |
Color Harmonies of #376B72
Complementary color
Monochromatic Colors of #376B72
Black with #376B72
Text Example
Text Example
White with #376B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376B72; }
p { color: rgb(55,107,114); }
H1.HeaderClassName
{
color: #376B72;
}
.AnyTagClassName
{
color: #376B72;
}
</style>
background-color css
<style>
a { background-color: #376B72; }
a { background-color: rgb(55,107,114); }
div.DivClassName
{
background-color: #376B72;
}
.BgClassName
{
background-color: #376B72;
}
</style>
border-color css
<style>
span { border-color: #376B72; }
span { border-color: rgb(55,107,114); }
td.TdClassName
{
border-color: #376B72;
}
.TagClassName
{
border-color: #376B72;
}
</style>