Shades of Blumine #36606C
Tints of Blumine #36606C
RGB
CMYK
RGB Variations
Color information
#36606C (or 0x36606C) is known color: Blumine. HEX triplet: 36, 60 and 6C. RGB value is (54,96,108). Sum of RGB (Red+Green+Blue) = 54+96+108=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 108 - color contains mainly: blue. Hex color #36606C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36606C is #C99F93. Grayscale: #545454. Windows color (decimal): -13213588 or 7102518. OLE color: 7102518.
HSL color Cylindrical-coordinate representation of color #36606C: hue angle of 193.33º 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 #36606C is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 96 | 108 | - |
| CMYK | 0.50 | 0.11 | 0 | 0.58 |
| HSL | 193.33º | 0.33% | 0.32% | - |
| HSV(B) | 193.33º | 0.5% | 0.42% | - |
| XYZ | 8.41 | 10.23 | 15.72 | - |
| YUV | 84.81 | 141.09 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 96 | 108 | 0.50 | 0.11 | 0 | 0.58 | 193.33 | 0.33 | 0.32 |
| Hex | 36 | 60 | 6C | 32 | B | 0 | 3A | C1 | 21 | 20 |
| Octal | 66 | 140 | 154 | 62 | 13 | 0 | 72 | 301 | 41 | 40 |
| Binary | 110110 | 1100000 | 1101100 | 110010 | 1011 | 0 | 111010 | 11000001 | 100001 | 100000 |
Color Harmonies of #36606C
Complementary color
Monochromatic Colors of #36606C
Black with #36606C
Text Example
Text Example
White with #36606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36606C; }
p { color: rgb(54,96,108); }
H1.HeaderClassName
{
color: #36606C;
}
.AnyTagClassName
{
color: #36606C;
}
</style>
background-color css
<style>
a { background-color: #36606C; }
a { background-color: rgb(54,96,108); }
div.DivClassName
{
background-color: #36606C;
}
.BgClassName
{
background-color: #36606C;
}
</style>
border-color css
<style>
span { border-color: #36606C; }
span { border-color: rgb(54,96,108); }
td.TdClassName
{
border-color: #36606C;
}
.TagClassName
{
border-color: #36606C;
}
</style>