Shades of Blumine #36656D
Tints of Blumine #36656D
RGB
CMYK
RGB Variations
Color information
#36656D (or 0x36656D) is known color: Blumine. HEX triplet: 36, 65 and 6D. RGB value is (54,101,109). Sum of RGB (Red+Green+Blue) = 54+101+109=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 109 - color contains mainly: blue. Hex color #36656D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36656D is #C99A92. Grayscale: #575757. Windows color (decimal): -13212307 or 7169334. OLE color: 7169334.
HSL color Cylindrical-coordinate representation of color #36656D: hue angle of 188.73º 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 #36656D is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 54 | 101 | 109 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.57 |
| HSL | 188.73º | 0.34% | 0.32% | - |
| HSV(B) | 188.73º | 0.5% | 0.43% | - |
| XYZ | 8.94 | 11.2 | 16.16 | - |
| YUV | 87.86 | 139.93 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 101 | 109 | 0.50 | 0.07 | 0 | 0.57 | 188.73 | 0.34 | 0.32 |
| Hex | 36 | 65 | 6D | 32 | 7 | 0 | 39 | BD | 22 | 20 |
| Octal | 66 | 145 | 155 | 62 | 7 | 0 | 71 | 275 | 42 | 40 |
| Binary | 110110 | 1100101 | 1101101 | 110010 | 111 | 0 | 111001 | 10111101 | 100010 | 100000 |
Color Harmonies of #36656D
Complementary color
Monochromatic Colors of #36656D
Black with #36656D
Text Example
Text Example
White with #36656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36656D; }
p { color: rgb(54,101,109); }
H1.HeaderClassName
{
color: #36656D;
}
.AnyTagClassName
{
color: #36656D;
}
</style>
background-color css
<style>
a { background-color: #36656D; }
a { background-color: rgb(54,101,109); }
div.DivClassName
{
background-color: #36656D;
}
.BgClassName
{
background-color: #36656D;
}
</style>
border-color css
<style>
span { border-color: #36656D; }
span { border-color: rgb(54,101,109); }
td.TdClassName
{
border-color: #36656D;
}
.TagClassName
{
border-color: #36656D;
}
</style>