Shades of Blumine #36626B
Tints of Blumine #36626B
RGB
CMYK
RGB Variations
Color information
#36626B (or 0x36626B) is known color: Blumine. HEX triplet: 36, 62 and 6B. RGB value is (54,98,107). Sum of RGB (Red+Green+Blue) = 54+98+107=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 107 - color contains mainly: blue. Hex color #36626B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36626B is #C99D94. Grayscale: #555555. Windows color (decimal): -13213077 or 7037494. OLE color: 7037494.
HSL color Cylindrical-coordinate representation of color #36626B: hue angle of 190.19º 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 #36626B is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 98 | 107 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.58 |
| HSL | 190.19º | 0.33% | 0.32% | - |
| HSV(B) | 190.19º | 0.5% | 0.42% | - |
| XYZ | 8.54 | 10.58 | 15.5 | - |
| YUV | 85.87 | 139.92 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 98 | 107 | 0.50 | 0.08 | 0 | 0.58 | 190.19 | 0.33 | 0.32 |
| Hex | 36 | 62 | 6B | 32 | 8 | 0 | 3A | BE | 21 | 20 |
| Octal | 66 | 142 | 153 | 62 | 10 | 0 | 72 | 276 | 41 | 40 |
| Binary | 110110 | 1100010 | 1101011 | 110010 | 1000 | 0 | 111010 | 10111110 | 100001 | 100000 |
Color Harmonies of #36626B
Complementary color
Monochromatic Colors of #36626B
Black with #36626B
Text Example
Text Example
White with #36626B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36626B; }
p { color: rgb(54,98,107); }
H1.HeaderClassName
{
color: #36626B;
}
.AnyTagClassName
{
color: #36626B;
}
</style>
background-color css
<style>
a { background-color: #36626B; }
a { background-color: rgb(54,98,107); }
div.DivClassName
{
background-color: #36626B;
}
.BgClassName
{
background-color: #36626B;
}
</style>
border-color css
<style>
span { border-color: #36626B; }
span { border-color: rgb(54,98,107); }
td.TdClassName
{
border-color: #36626B;
}
.TagClassName
{
border-color: #36626B;
}
</style>