Shades of Ming #43757C
Tints of Ming #43757C
RGB
CMYK
RGB Variations
Color information
#43757C (or 0x43757C) is known color: Ming. HEX triplet: 43, 75 and 7C. RGB value is (67,117,124). Sum of RGB (Red+Green+Blue) = 67+117+124=308 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.75% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #43757C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43757C is #BC8A83. Grayscale: #666666. Windows color (decimal): -12356228 or 8156483. OLE color: 8156483.
HSL color Cylindrical-coordinate representation of color #43757C: hue angle of 187.37º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #43757C is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 117 | 124 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.51 |
| HSL | 187.37º | 0.3% | 0.37% | - |
| HSV(B) | 187.37º | 0.46% | 0.49% | - |
| XYZ | 12.31 | 15.37 | 21.39 | - |
| YUV | 102.85 | 139.94 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 117 | 124 | 0.46 | 0.06 | 0 | 0.51 | 187.37 | 0.3 | 0.37 |
| Hex | 43 | 75 | 7C | 2E | 6 | 0 | 33 | BB | 1E | 25 |
| Octal | 103 | 165 | 174 | 56 | 6 | 0 | 63 | 273 | 36 | 45 |
| Binary | 1000011 | 1110101 | 1111100 | 101110 | 110 | 0 | 110011 | 10111011 | 11110 | 100101 |
Color Harmonies of #43757C
Complementary color
Monochromatic Colors of #43757C
Black with #43757C
Text Example
Text Example
White with #43757C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43757C; }
p { color: rgb(67,117,124); }
H1.HeaderClassName
{
color: #43757C;
}
.AnyTagClassName
{
color: #43757C;
}
</style>
background-color css
<style>
a { background-color: #43757C; }
a { background-color: rgb(67,117,124); }
div.DivClassName
{
background-color: #43757C;
}
.BgClassName
{
background-color: #43757C;
}
</style>
border-color css
<style>
span { border-color: #43757C; }
span { border-color: rgb(67,117,124); }
td.TdClassName
{
border-color: #43757C;
}
.TagClassName
{
border-color: #43757C;
}
</style>