Shades of Blumine #36626C
Tints of Blumine #36626C
RGB
CMYK
RGB Variations
Color information
#36626C (or 0x36626C) is known color: Blumine. HEX triplet: 36, 62 and 6C. RGB value is (54,98,108). Sum of RGB (Red+Green+Blue) = 54+98+108=260 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.77% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 108 - color contains mainly: blue. Hex color #36626C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36626C is #C99D93. Grayscale: #555555. Windows color (decimal): -13213076 or 7103030. OLE color: 7103030.
HSL color Cylindrical-coordinate representation of color #36626C: hue angle of 191.11º 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 #36626C is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 98 | 108 | - |
| CMYK | 0.50 | 0.09 | 0 | 0.58 |
| HSL | 191.11º | 0.33% | 0.32% | - |
| HSV(B) | 191.11º | 0.5% | 0.42% | - |
| XYZ | 8.6 | 10.6 | 15.78 | - |
| YUV | 85.98 | 140.42 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 98 | 108 | 0.50 | 0.09 | 0 | 0.58 | 191.11 | 0.33 | 0.32 |
| Hex | 36 | 62 | 6C | 32 | 9 | 0 | 3A | BF | 21 | 20 |
| Octal | 66 | 142 | 154 | 62 | 11 | 0 | 72 | 277 | 41 | 40 |
| Binary | 110110 | 1100010 | 1101100 | 110010 | 1001 | 0 | 111010 | 10111111 | 100001 | 100000 |
Color Harmonies of #36626C
Complementary color
Monochromatic Colors of #36626C
Black with #36626C
Text Example
Text Example
White with #36626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36626C; }
p { color: rgb(54,98,108); }
H1.HeaderClassName
{
color: #36626C;
}
.AnyTagClassName
{
color: #36626C;
}
</style>
background-color css
<style>
a { background-color: #36626C; }
a { background-color: rgb(54,98,108); }
div.DivClassName
{
background-color: #36626C;
}
.BgClassName
{
background-color: #36626C;
}
</style>
border-color css
<style>
span { border-color: #36626C; }
span { border-color: rgb(54,98,108); }
td.TdClassName
{
border-color: #36626C;
}
.TagClassName
{
border-color: #36626C;
}
</style>