Shades of Blumine #36626A
Tints of Blumine #36626A
RGB
CMYK
RGB Variations
Color information
#36626A (or 0x36626A) is known color: Blumine. HEX triplet: 36, 62 and 6A. RGB value is (54,98,106). Sum of RGB (Red+Green+Blue) = 54+98+106=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 106 - color contains mainly: blue. Hex color #36626A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36626A is #C99D95. Grayscale: #555555. Windows color (decimal): -13213078 or 6971958. OLE color: 6971958.
HSL color Cylindrical-coordinate representation of color #36626A: hue angle of 189.23º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #36626A is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 98 | 106 | - |
| CMYK | 0.49 | 0.08 | 0 | 0.58 |
| HSL | 189.23º | 0.33% | 0.31% | - |
| HSV(B) | 189.23º | 0.49% | 0.42% | - |
| XYZ | 8.49 | 10.56 | 15.23 | - |
| YUV | 85.76 | 139.42 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 98 | 106 | 0.49 | 0.08 | 0 | 0.58 | 189.23 | 0.33 | 0.31 |
| Hex | 36 | 62 | 6A | 31 | 8 | 0 | 3A | BD | 20 | 1F |
| Octal | 66 | 142 | 152 | 61 | 10 | 0 | 72 | 275 | 40 | 37 |
| Binary | 110110 | 1100010 | 1101010 | 110001 | 1000 | 0 | 111010 | 10111101 | 100000 | 11111 |
Color Harmonies of #36626A
Complementary color
Monochromatic Colors of #36626A
Black with #36626A
Text Example
Text Example
White with #36626A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36626A; }
p { color: rgb(54,98,106); }
H1.HeaderClassName
{
color: #36626A;
}
.AnyTagClassName
{
color: #36626A;
}
</style>
background-color css
<style>
a { background-color: #36626A; }
a { background-color: rgb(54,98,106); }
div.DivClassName
{
background-color: #36626A;
}
.BgClassName
{
background-color: #36626A;
}
</style>
border-color css
<style>
span { border-color: #36626A; }
span { border-color: rgb(54,98,106); }
td.TdClassName
{
border-color: #36626A;
}
.TagClassName
{
border-color: #36626A;
}
</style>