Shades of Ming #3B737D
Tints of Ming #3B737D
RGB
CMYK
RGB Variations
Color information
#3B737D (or 0x3B737D) is known color: Ming. HEX triplet: 3B, 73 and 7D. RGB value is (59,115,125). Sum of RGB (Red+Green+Blue) = 59+115+125=299 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.73% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 125 - color contains mainly: blue. Hex color #3B737D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B737D is #C48C82. Grayscale: #636363. Windows color (decimal): -12881027 or 8221499. OLE color: 8221499.
HSL color Cylindrical-coordinate representation of color #3B737D: hue angle of 189.09º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B737D is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 115 | 125 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.51 |
| HSL | 189.09º | 0.36% | 0.36% | - |
| HSV(B) | 189.09º | 0.53% | 0.49% | - |
| XYZ | 11.64 | 14.67 | 21.62 | - |
| YUV | 99.4 | 142.45 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 115 | 125 | 0.53 | 0.08 | 0 | 0.51 | 189.09 | 0.36 | 0.36 |
| Hex | 3B | 73 | 7D | 35 | 8 | 0 | 33 | BD | 24 | 24 |
| Octal | 73 | 163 | 175 | 65 | 10 | 0 | 63 | 275 | 44 | 44 |
| Binary | 111011 | 1110011 | 1111101 | 110101 | 1000 | 0 | 110011 | 10111101 | 100100 | 100100 |
Color Harmonies of #3B737D
Complementary color
Monochromatic Colors of #3B737D
Black with #3B737D
Text Example
Text Example
White with #3B737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B737D; }
p { color: rgb(59,115,125); }
H1.HeaderClassName
{
color: #3B737D;
}
.AnyTagClassName
{
color: #3B737D;
}
</style>
background-color css
<style>
a { background-color: #3B737D; }
a { background-color: rgb(59,115,125); }
div.DivClassName
{
background-color: #3B737D;
}
.BgClassName
{
background-color: #3B737D;
}
</style>
border-color css
<style>
span { border-color: #3B737D; }
span { border-color: rgb(59,115,125); }
td.TdClassName
{
border-color: #3B737D;
}
.TagClassName
{
border-color: #3B737D;
}
</style>