Shades of Ming #3B737C
Tints of Ming #3B737C
RGB
CMYK
RGB Variations
Color information
#3B737C (or 0x3B737C) is known color: Ming. HEX triplet: 3B, 73 and 7C. RGB value is (59,115,124). Sum of RGB (Red+Green+Blue) = 59+115+124=298 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.80% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 124 - color contains mainly: blue. Hex color #3B737C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B737C is #C48C83. Grayscale: #636363. Windows color (decimal): -12881028 or 8155963. OLE color: 8155963.
HSL color Cylindrical-coordinate representation of color #3B737C: hue angle of 188.31º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B737C is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 115 | 124 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.51 |
| HSL | 188.31º | 0.36% | 0.36% | - |
| HSV(B) | 188.31º | 0.52% | 0.49% | - |
| XYZ | 11.57 | 14.65 | 21.29 | - |
| YUV | 99.28 | 141.95 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 115 | 124 | 0.52 | 0.07 | 0 | 0.51 | 188.31 | 0.36 | 0.36 |
| Hex | 3B | 73 | 7C | 34 | 7 | 0 | 33 | BC | 24 | 24 |
| Octal | 73 | 163 | 174 | 64 | 7 | 0 | 63 | 274 | 44 | 44 |
| Binary | 111011 | 1110011 | 1111100 | 110100 | 111 | 0 | 110011 | 10111100 | 100100 | 100100 |
Color Harmonies of #3B737C
Complementary color
Monochromatic Colors of #3B737C
Black with #3B737C
Text Example
Text Example
White with #3B737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B737C; }
p { color: rgb(59,115,124); }
H1.HeaderClassName
{
color: #3B737C;
}
.AnyTagClassName
{
color: #3B737C;
}
</style>
background-color css
<style>
a { background-color: #3B737C; }
a { background-color: rgb(59,115,124); }
div.DivClassName
{
background-color: #3B737C;
}
.BgClassName
{
background-color: #3B737C;
}
</style>
border-color css
<style>
span { border-color: #3B737C; }
span { border-color: rgb(59,115,124); }
td.TdClassName
{
border-color: #3B737C;
}
.TagClassName
{
border-color: #3B737C;
}
</style>