Shades of Blumine #36636C
Tints of Blumine #36636C
RGB
CMYK
RGB Variations
Color information
#36636C (or 0x36636C) is known color: Blumine. HEX triplet: 36, 63 and 6C. RGB value is (54,99,108). Sum of RGB (Red+Green+Blue) = 54+99+108=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 108 - color contains mainly: blue. Hex color #36636C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36636C is #C99C93. Grayscale: #565656. Windows color (decimal): -13212820 or 7103286. OLE color: 7103286.
HSL color Cylindrical-coordinate representation of color #36636C: hue angle of 190º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #36636C is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 99 | 108 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.58 |
| HSL | 190º | 0.33% | 0.32% | - |
| HSV(B) | 190º | 0.5% | 0.42% | - |
| XYZ | 8.69 | 10.79 | 15.81 | - |
| YUV | 86.57 | 140.09 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 99 | 108 | 0.50 | 0.08 | 0 | 0.58 | 190 | 0.33 | 0.32 |
| Hex | 36 | 63 | 6C | 32 | 8 | 0 | 3A | BE | 21 | 20 |
| Octal | 66 | 143 | 154 | 62 | 10 | 0 | 72 | 276 | 41 | 40 |
| Binary | 110110 | 1100011 | 1101100 | 110010 | 1000 | 0 | 111010 | 10111110 | 100001 | 100000 |
Color Harmonies of #36636C
Complementary color
Monochromatic Colors of #36636C
Black with #36636C
Text Example
Text Example
White with #36636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36636C; }
p { color: rgb(54,99,108); }
H1.HeaderClassName
{
color: #36636C;
}
.AnyTagClassName
{
color: #36636C;
}
</style>
background-color css
<style>
a { background-color: #36636C; }
a { background-color: rgb(54,99,108); }
div.DivClassName
{
background-color: #36636C;
}
.BgClassName
{
background-color: #36636C;
}
</style>
border-color css
<style>
span { border-color: #36636C; }
span { border-color: rgb(54,99,108); }
td.TdClassName
{
border-color: #36636C;
}
.TagClassName
{
border-color: #36636C;
}
</style>