Shades of Ming #3B757B
Tints of Ming #3B757B
RGB
CMYK
RGB Variations
Color information
#3B757B (or 0x3B757B) is known color: Ming. HEX triplet: 3B, 75 and 7B. RGB value is (59,117,123). Sum of RGB (Red+Green+Blue) = 59+117+123=299 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.73% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 123 - color contains mainly: blue. Hex color #3B757B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B757B is #C48A84. Grayscale: #646464. Windows color (decimal): -12880517 or 8090939. OLE color: 8090939.
HSL color Cylindrical-coordinate representation of color #3B757B: hue angle of 185.62º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B757B is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 59 | 117 | 123 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.52 |
| HSL | 185.63º | 0.35% | 0.36% | - |
| HSV(B) | 185.63º | 0.52% | 0.48% | - |
| XYZ | 11.74 | 15.08 | 21.03 | - |
| YUV | 100.34 | 140.78 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 117 | 123 | 0.52 | 0.05 | 0 | 0.52 | 185.63 | 0.35 | 0.36 |
| Hex | 3B | 75 | 7B | 34 | 5 | 0 | 34 | BA | 23 | 24 |
| Octal | 73 | 165 | 173 | 64 | 5 | 0 | 64 | 272 | 43 | 44 |
| Binary | 111011 | 1110101 | 1111011 | 110100 | 101 | 0 | 110100 | 10111010 | 100011 | 100100 |
Color Harmonies of #3B757B
Complementary color
Monochromatic Colors of #3B757B
Black with #3B757B
Text Example
Text Example
White with #3B757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B757B; }
p { color: rgb(59,117,123); }
H1.HeaderClassName
{
color: #3B757B;
}
.AnyTagClassName
{
color: #3B757B;
}
</style>
background-color css
<style>
a { background-color: #3B757B; }
a { background-color: rgb(59,117,123); }
div.DivClassName
{
background-color: #3B757B;
}
.BgClassName
{
background-color: #3B757B;
}
</style>
border-color css
<style>
span { border-color: #3B757B; }
span { border-color: rgb(59,117,123); }
td.TdClassName
{
border-color: #3B757B;
}
.TagClassName
{
border-color: #3B757B;
}
</style>