Shades of Ming #3B777B
Tints of Ming #3B777B
RGB
CMYK
RGB Variations
Color information
#3B777B (or 0x3B777B) is known color: Ming. HEX triplet: 3B, 77 and 7B. RGB value is (59,119,123). Sum of RGB (Red+Green+Blue) = 59+119+123=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 123 - color contains mainly: blue. Hex color #3B777B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B777B is #C48884. Grayscale: #656565. Windows color (decimal): -12880005 or 8091451. OLE color: 8091451.
HSL color Cylindrical-coordinate representation of color #3B777B: hue angle of 183.75º 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 #3B777B is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 59 | 119 | 123 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.52 |
| HSL | 183.75º | 0.35% | 0.36% | - |
| HSV(B) | 183.75º | 0.52% | 0.48% | - |
| XYZ | 11.98 | 15.55 | 21.11 | - |
| YUV | 101.52 | 140.12 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 119 | 123 | 0.52 | 0.03 | 0 | 0.52 | 183.75 | 0.35 | 0.36 |
| Hex | 3B | 77 | 7B | 34 | 3 | 0 | 34 | B8 | 23 | 24 |
| Octal | 73 | 167 | 173 | 64 | 3 | 0 | 64 | 270 | 43 | 44 |
| Binary | 111011 | 1110111 | 1111011 | 110100 | 11 | 0 | 110100 | 10111000 | 100011 | 100100 |
Color Harmonies of #3B777B
Complementary color
Monochromatic Colors of #3B777B
Black with #3B777B
Text Example
Text Example
White with #3B777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B777B; }
p { color: rgb(59,119,123); }
H1.HeaderClassName
{
color: #3B777B;
}
.AnyTagClassName
{
color: #3B777B;
}
</style>
background-color css
<style>
a { background-color: #3B777B; }
a { background-color: rgb(59,119,123); }
div.DivClassName
{
background-color: #3B777B;
}
.BgClassName
{
background-color: #3B777B;
}
</style>
border-color css
<style>
span { border-color: #3B777B; }
span { border-color: rgb(59,119,123); }
td.TdClassName
{
border-color: #3B777B;
}
.TagClassName
{
border-color: #3B777B;
}
</style>