Shades of Ming #43757B
Tints of Ming #43757B
RGB
CMYK
RGB Variations
Color information
#43757B (or 0x43757B) is known color: Ming. HEX triplet: 43, 75 and 7B. RGB value is (67,117,123). Sum of RGB (Red+Green+Blue) = 67+117+123=307 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.82% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 123 - color contains mainly: blue. Hex color #43757B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43757B is #BC8A84. Grayscale: #666666. Windows color (decimal): -12356229 or 8090947. OLE color: 8090947.
HSL color Cylindrical-coordinate representation of color #43757B: hue angle of 186.43º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #43757B is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 67 | 117 | 123 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.52 |
| HSL | 186.43º | 0.29% | 0.37% | - |
| HSV(B) | 186.43º | 0.46% | 0.48% | - |
| XYZ | 12.25 | 15.35 | 21.06 | - |
| YUV | 102.73 | 139.44 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 117 | 123 | 0.46 | 0.05 | 0 | 0.52 | 186.43 | 0.29 | 0.37 |
| Hex | 43 | 75 | 7B | 2E | 5 | 0 | 34 | BA | 1D | 25 |
| Octal | 103 | 165 | 173 | 56 | 5 | 0 | 64 | 272 | 35 | 45 |
| Binary | 1000011 | 1110101 | 1111011 | 101110 | 101 | 0 | 110100 | 10111010 | 11101 | 100101 |
Color Harmonies of #43757B
Complementary color
Monochromatic Colors of #43757B
Black with #43757B
Text Example
Text Example
White with #43757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43757B; }
p { color: rgb(67,117,123); }
H1.HeaderClassName
{
color: #43757B;
}
.AnyTagClassName
{
color: #43757B;
}
</style>
background-color css
<style>
a { background-color: #43757B; }
a { background-color: rgb(67,117,123); }
div.DivClassName
{
background-color: #43757B;
}
.BgClassName
{
background-color: #43757B;
}
</style>
border-color css
<style>
span { border-color: #43757B; }
span { border-color: rgb(67,117,123); }
td.TdClassName
{
border-color: #43757B;
}
.TagClassName
{
border-color: #43757B;
}
</style>