Shades of Ming #376A72
Tints of Ming #376A72
RGB
CMYK
RGB Variations
Color information
#376A72 (or 0x376A72) is known color: Ming. HEX triplet: 37, 6A and 72. RGB value is (55,106,114). Sum of RGB (Red+Green+Blue) = 55+106+114=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 106 (41.80% from 255 or 38.55% 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 #376A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376A72 is #C8958D. Grayscale: #5B5B5B. Windows color (decimal): -13145486 or 7498295. OLE color: 7498295.
HSL color Cylindrical-coordinate representation of color #376A72: hue angle of 188.14º 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 #376A72 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 106 | 114 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.55 |
| HSL | 188.14º | 0.35% | 0.33% | - |
| HSV(B) | 188.14º | 0.52% | 0.45% | - |
| XYZ | 9.77 | 12.34 | 17.79 | - |
| YUV | 91.66 | 140.6 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 106 | 114 | 0.52 | 0.07 | 0 | 0.55 | 188.14 | 0.35 | 0.33 |
| Hex | 37 | 6A | 72 | 34 | 7 | 0 | 37 | BC | 23 | 21 |
| Octal | 67 | 152 | 162 | 64 | 7 | 0 | 67 | 274 | 43 | 41 |
| Binary | 110111 | 1101010 | 1110010 | 110100 | 111 | 0 | 110111 | 10111100 | 100011 | 100001 |
Color Harmonies of #376A72
Complementary color
Monochromatic Colors of #376A72
Black with #376A72
Text Example
Text Example
White with #376A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376A72; }
p { color: rgb(55,106,114); }
H1.HeaderClassName
{
color: #376A72;
}
.AnyTagClassName
{
color: #376A72;
}
</style>
background-color css
<style>
a { background-color: #376A72; }
a { background-color: rgb(55,106,114); }
div.DivClassName
{
background-color: #376A72;
}
.BgClassName
{
background-color: #376A72;
}
</style>
border-color css
<style>
span { border-color: #376A72; }
span { border-color: rgb(55,106,114); }
td.TdClassName
{
border-color: #376A72;
}
.TagClassName
{
border-color: #376A72;
}
</style>