Shades of Ming #376B74
Tints of Ming #376B74
RGB
CMYK
RGB Variations
Color information
#376B74 (or 0x376B74) is known color: Ming. HEX triplet: 37, 6B and 74. RGB value is (55,107,116). Sum of RGB (Red+Green+Blue) = 55+107+116=278 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.78% from 278); Green value is 107 (42.19% from 255 or 38.49% from 278); Blue value is 116 (45.70% from 255 or 41.73% from 278); Max value from RGB is 116 - color contains mainly: blue. Hex color #376B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376B74 is #C8948B. Grayscale: #5C5C5C. Windows color (decimal): -13145228 or 7629623. OLE color: 7629623.
HSL color Cylindrical-coordinate representation of color #376B74: hue angle of 188.85º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #376B74 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 107 | 116 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.55 |
| HSL | 188.85º | 0.36% | 0.34% | - |
| HSV(B) | 188.85º | 0.53% | 0.45% | - |
| XYZ | 9.99 | 12.59 | 18.43 | - |
| YUV | 92.48 | 141.27 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 107 | 116 | 0.53 | 0.08 | 0 | 0.55 | 188.85 | 0.36 | 0.34 |
| Hex | 37 | 6B | 74 | 35 | 8 | 0 | 37 | BD | 24 | 22 |
| Octal | 67 | 153 | 164 | 65 | 10 | 0 | 67 | 275 | 44 | 42 |
| Binary | 110111 | 1101011 | 1110100 | 110101 | 1000 | 0 | 110111 | 10111101 | 100100 | 100010 |
Color Harmonies of #376B74
Complementary color
Monochromatic Colors of #376B74
Black with #376B74
Text Example
Text Example
White with #376B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376B74; }
p { color: rgb(55,107,116); }
H1.HeaderClassName
{
color: #376B74;
}
.AnyTagClassName
{
color: #376B74;
}
</style>
background-color css
<style>
a { background-color: #376B74; }
a { background-color: rgb(55,107,116); }
div.DivClassName
{
background-color: #376B74;
}
.BgClassName
{
background-color: #376B74;
}
</style>
border-color css
<style>
span { border-color: #376B74; }
span { border-color: rgb(55,107,116); }
td.TdClassName
{
border-color: #376B74;
}
.TagClassName
{
border-color: #376B74;
}
</style>