Shades of Blumine #36626D
Tints of Blumine #36626D
RGB
CMYK
RGB Variations
Color information
#36626D (or 0x36626D) is known color: Blumine. HEX triplet: 36, 62 and 6D. RGB value is (54,98,109). Sum of RGB (Red+Green+Blue) = 54+98+109=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 109 - color contains mainly: blue. Hex color #36626D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36626D is #C99D92. Grayscale: #565656. Windows color (decimal): -13213075 or 7168566. OLE color: 7168566.
HSL color Cylindrical-coordinate representation of color #36626D: hue angle of 192º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #36626D is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 54 | 98 | 109 | - |
| CMYK | 0.50 | 0.10 | 0 | 0.57 |
| HSL | 192º | 0.34% | 0.32% | - |
| HSV(B) | 192º | 0.5% | 0.43% | - |
| XYZ | 8.65 | 10.62 | 16.06 | - |
| YUV | 86.1 | 140.92 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 98 | 109 | 0.50 | 0.10 | 0 | 0.57 | 192 | 0.34 | 0.32 |
| Hex | 36 | 62 | 6D | 32 | A | 0 | 39 | C0 | 22 | 20 |
| Octal | 66 | 142 | 155 | 62 | 12 | 0 | 71 | 300 | 42 | 40 |
| Binary | 110110 | 1100010 | 1101101 | 110010 | 1010 | 0 | 111001 | 11000000 | 100010 | 100000 |
Color Harmonies of #36626D
Complementary color
Monochromatic Colors of #36626D
Black with #36626D
Text Example
Text Example
White with #36626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36626D; }
p { color: rgb(54,98,109); }
H1.HeaderClassName
{
color: #36626D;
}
.AnyTagClassName
{
color: #36626D;
}
</style>
background-color css
<style>
a { background-color: #36626D; }
a { background-color: rgb(54,98,109); }
div.DivClassName
{
background-color: #36626D;
}
.BgClassName
{
background-color: #36626D;
}
</style>
border-color css
<style>
span { border-color: #36626D; }
span { border-color: rgb(54,98,109); }
td.TdClassName
{
border-color: #36626D;
}
.TagClassName
{
border-color: #36626D;
}
</style>