Shades of Blumine #36636F
Tints of Blumine #36636F
RGB
CMYK
RGB Variations
Color information
#36636F (or 0x36636F) is known color: Blumine. HEX triplet: 36, 63 and 6F. RGB value is (54,99,111). Sum of RGB (Red+Green+Blue) = 54+99+111=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 111 - color contains mainly: blue. Hex color #36636F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36636F is #C99C90. Grayscale: #565656. Windows color (decimal): -13212817 or 7299894. OLE color: 7299894.
HSL color Cylindrical-coordinate representation of color #36636F: hue angle of 192.63º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #36636F is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 99 | 111 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.56 |
| HSL | 192.63º | 0.35% | 0.32% | - |
| HSV(B) | 192.63º | 0.51% | 0.44% | - |
| XYZ | 8.85 | 10.86 | 16.67 | - |
| YUV | 86.91 | 141.59 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 99 | 111 | 0.51 | 0.11 | 0 | 0.56 | 192.63 | 0.35 | 0.32 |
| Hex | 36 | 63 | 6F | 33 | B | 0 | 38 | C1 | 23 | 20 |
| Octal | 66 | 143 | 157 | 63 | 13 | 0 | 70 | 301 | 43 | 40 |
| Binary | 110110 | 1100011 | 1101111 | 110011 | 1011 | 0 | 111000 | 11000001 | 100011 | 100000 |
Color Harmonies of #36636F
Complementary color
Monochromatic Colors of #36636F
Black with #36636F
Text Example
Text Example
White with #36636F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36636F; }
p { color: rgb(54,99,111); }
H1.HeaderClassName
{
color: #36636F;
}
.AnyTagClassName
{
color: #36636F;
}
</style>
background-color css
<style>
a { background-color: #36636F; }
a { background-color: rgb(54,99,111); }
div.DivClassName
{
background-color: #36636F;
}
.BgClassName
{
background-color: #36636F;
}
</style>
border-color css
<style>
span { border-color: #36636F; }
span { border-color: rgb(54,99,111); }
td.TdClassName
{
border-color: #36636F;
}
.TagClassName
{
border-color: #36636F;
}
</style>