Shades of Ming #37696C
Tints of Ming #37696C
RGB
CMYK
RGB Variations
Color information
#37696C (or 0x37696C) is known color: Ming. HEX triplet: 37, 69 and 6C. RGB value is (55,105,108). Sum of RGB (Red+Green+Blue) = 55+105+108=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 108 - color contains mainly: blue. Hex color #37696C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37696C is #C89693. Grayscale: #5A5A5A. Windows color (decimal): -13145748 or 7104823. OLE color: 7104823.
HSL color Cylindrical-coordinate representation of color #37696C: hue angle of 183.4º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #37696C is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 105 | 108 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.58 |
| HSL | 183.4º | 0.33% | 0.32% | - |
| HSV(B) | 183.4º | 0.49% | 0.42% | - |
| XYZ | 9.33 | 12 | 16.01 | - |
| YUV | 90.39 | 137.94 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 105 | 108 | 0.49 | 0.03 | 0 | 0.58 | 183.4 | 0.33 | 0.32 |
| Hex | 37 | 69 | 6C | 31 | 3 | 0 | 3A | B7 | 21 | 20 |
| Octal | 67 | 151 | 154 | 61 | 3 | 0 | 72 | 267 | 41 | 40 |
| Binary | 110111 | 1101001 | 1101100 | 110001 | 11 | 0 | 111010 | 10110111 | 100001 | 100000 |
Color Harmonies of #37696C
Complementary color
Monochromatic Colors of #37696C
Black with #37696C
Text Example
Text Example
White with #37696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37696C; }
p { color: rgb(55,105,108); }
H1.HeaderClassName
{
color: #37696C;
}
.AnyTagClassName
{
color: #37696C;
}
</style>
background-color css
<style>
a { background-color: #37696C; }
a { background-color: rgb(55,105,108); }
div.DivClassName
{
background-color: #37696C;
}
.BgClassName
{
background-color: #37696C;
}
</style>
border-color css
<style>
span { border-color: #37696C; }
span { border-color: rgb(55,105,108); }
td.TdClassName
{
border-color: #37696C;
}
.TagClassName
{
border-color: #37696C;
}
</style>