Shades of Ming #36737B
Tints of Ming #36737B
RGB
CMYK
RGB Variations
Color information
#36737B (or 0x36737B) is known color: Ming. HEX triplet: 36, 73 and 7B. RGB value is (54,115,123). Sum of RGB (Red+Green+Blue) = 54+115+123=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 123 (48.44% from 255 or 42.12% from 292); Max value from RGB is 123 - color contains mainly: blue. Hex color #36737B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36737B is #C98C84. Grayscale: #616161. Windows color (decimal): -13208709 or 8090422. OLE color: 8090422.
HSL color Cylindrical-coordinate representation of color #36737B: hue angle of 186.96º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36737B is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 54 | 115 | 123 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.52 |
| HSL | 186.96º | 0.39% | 0.35% | - |
| HSV(B) | 186.96º | 0.56% | 0.48% | - |
| XYZ | 11.23 | 14.48 | 20.94 | - |
| YUV | 97.67 | 142.29 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 115 | 123 | 0.56 | 0.07 | 0 | 0.52 | 186.96 | 0.39 | 0.35 |
| Hex | 36 | 73 | 7B | 38 | 7 | 0 | 34 | BB | 27 | 23 |
| Octal | 66 | 163 | 173 | 70 | 7 | 0 | 64 | 273 | 47 | 43 |
| Binary | 110110 | 1110011 | 1111011 | 111000 | 111 | 0 | 110100 | 10111011 | 100111 | 100011 |
Color Harmonies of #36737B
Complementary color
Monochromatic Colors of #36737B
Black with #36737B
Text Example
Text Example
White with #36737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36737B; }
p { color: rgb(54,115,123); }
H1.HeaderClassName
{
color: #36737B;
}
.AnyTagClassName
{
color: #36737B;
}
</style>
background-color css
<style>
a { background-color: #36737B; }
a { background-color: rgb(54,115,123); }
div.DivClassName
{
background-color: #36737B;
}
.BgClassName
{
background-color: #36737B;
}
</style>
border-color css
<style>
span { border-color: #36737B; }
span { border-color: rgb(54,115,123); }
td.TdClassName
{
border-color: #36737B;
}
.TagClassName
{
border-color: #36737B;
}
</style>