Shades of Ming #3B717B
Tints of Ming #3B717B
RGB
CMYK
RGB Variations
Color information
#3B717B (or 0x3B717B) is known color: Ming. HEX triplet: 3B, 71 and 7B. RGB value is (59,113,123). Sum of RGB (Red+Green+Blue) = 59+113+123=295 (39% of max value = 765). Red value is 59 (23.44% from 255 or 20% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 123 - color contains mainly: blue. Hex color #3B717B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B717B is #C48E84. Grayscale: #616161. Windows color (decimal): -12881541 or 8089915. OLE color: 8089915.
HSL color Cylindrical-coordinate representation of color #3B717B: hue angle of 189.38º 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 #3B717B is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 59 | 113 | 123 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.52 |
| HSL | 189.38º | 0.35% | 0.36% | - |
| HSV(B) | 189.38º | 0.52% | 0.48% | - |
| XYZ | 11.28 | 14.17 | 20.88 | - |
| YUV | 97.99 | 142.11 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 113 | 123 | 0.52 | 0.08 | 0 | 0.52 | 189.38 | 0.35 | 0.36 |
| Hex | 3B | 71 | 7B | 34 | 8 | 0 | 34 | BD | 23 | 24 |
| Octal | 73 | 161 | 173 | 64 | 10 | 0 | 64 | 275 | 43 | 44 |
| Binary | 111011 | 1110001 | 1111011 | 110100 | 1000 | 0 | 110100 | 10111101 | 100011 | 100100 |
Color Harmonies of #3B717B
Complementary color
Monochromatic Colors of #3B717B
Black with #3B717B
Text Example
Text Example
White with #3B717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B717B; }
p { color: rgb(59,113,123); }
H1.HeaderClassName
{
color: #3B717B;
}
.AnyTagClassName
{
color: #3B717B;
}
</style>
background-color css
<style>
a { background-color: #3B717B; }
a { background-color: rgb(59,113,123); }
div.DivClassName
{
background-color: #3B717B;
}
.BgClassName
{
background-color: #3B717B;
}
</style>
border-color css
<style>
span { border-color: #3B717B; }
span { border-color: rgb(59,113,123); }
td.TdClassName
{
border-color: #3B717B;
}
.TagClassName
{
border-color: #3B717B;
}
</style>