Shades of Blumine #36636D
Tints of Blumine #36636D
RGB
CMYK
RGB Variations
Color information
#36636D (or 0x36636D) is known color: Blumine. HEX triplet: 36, 63 and 6D. RGB value is (54,99,109). Sum of RGB (Red+Green+Blue) = 54+99+109=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 109 - color contains mainly: blue. Hex color #36636D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36636D is #C99C92. Grayscale: #565656. Windows color (decimal): -13212819 or 7168822. OLE color: 7168822.
HSL color Cylindrical-coordinate representation of color #36636D: hue angle of 190.91º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #36636D is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 54 | 99 | 109 | - |
| CMYK | 0.50 | 0.09 | 0 | 0.57 |
| HSL | 190.91º | 0.34% | 0.32% | - |
| HSV(B) | 190.91º | 0.5% | 0.43% | - |
| XYZ | 8.74 | 10.81 | 16.09 | - |
| YUV | 86.69 | 140.59 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 99 | 109 | 0.50 | 0.09 | 0 | 0.57 | 190.91 | 0.34 | 0.32 |
| Hex | 36 | 63 | 6D | 32 | 9 | 0 | 39 | BF | 22 | 20 |
| Octal | 66 | 143 | 155 | 62 | 11 | 0 | 71 | 277 | 42 | 40 |
| Binary | 110110 | 1100011 | 1101101 | 110010 | 1001 | 0 | 111001 | 10111111 | 100010 | 100000 |
Color Harmonies of #36636D
Complementary color
Monochromatic Colors of #36636D
Black with #36636D
Text Example
Text Example
White with #36636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36636D; }
p { color: rgb(54,99,109); }
H1.HeaderClassName
{
color: #36636D;
}
.AnyTagClassName
{
color: #36636D;
}
</style>
background-color css
<style>
a { background-color: #36636D; }
a { background-color: rgb(54,99,109); }
div.DivClassName
{
background-color: #36636D;
}
.BgClassName
{
background-color: #36636D;
}
</style>
border-color css
<style>
span { border-color: #36636D; }
span { border-color: rgb(54,99,109); }
td.TdClassName
{
border-color: #36636D;
}
.TagClassName
{
border-color: #36636D;
}
</style>