Shades of Blumine #36656F
Tints of Blumine #36656F
RGB
CMYK
RGB Variations
Color information
#36656F (or 0x36656F) is known color: Blumine. HEX triplet: 36, 65 and 6F. RGB value is (54,101,111). Sum of RGB (Red+Green+Blue) = 54+101+111=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 111 - color contains mainly: blue. Hex color #36656F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36656F is #C99A90. Grayscale: #585858. Windows color (decimal): -13212305 or 7300406. OLE color: 7300406.
HSL color Cylindrical-coordinate representation of color #36656F: hue angle of 190.53º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #36656F is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 101 | 111 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.56 |
| HSL | 190.53º | 0.35% | 0.32% | - |
| HSV(B) | 190.53º | 0.51% | 0.44% | - |
| XYZ | 9.04 | 11.24 | 16.73 | - |
| YUV | 88.09 | 140.93 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 101 | 111 | 0.51 | 0.09 | 0 | 0.56 | 190.53 | 0.35 | 0.32 |
| Hex | 36 | 65 | 6F | 33 | 9 | 0 | 38 | BF | 23 | 20 |
| Octal | 66 | 145 | 157 | 63 | 11 | 0 | 70 | 277 | 43 | 40 |
| Binary | 110110 | 1100101 | 1101111 | 110011 | 1001 | 0 | 111000 | 10111111 | 100011 | 100000 |
Color Harmonies of #36656F
Complementary color
Monochromatic Colors of #36656F
Black with #36656F
Text Example
Text Example
White with #36656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36656F; }
p { color: rgb(54,101,111); }
H1.HeaderClassName
{
color: #36656F;
}
.AnyTagClassName
{
color: #36656F;
}
</style>
background-color css
<style>
a { background-color: #36656F; }
a { background-color: rgb(54,101,111); }
div.DivClassName
{
background-color: #36656F;
}
.BgClassName
{
background-color: #36656F;
}
</style>
border-color css
<style>
span { border-color: #36656F; }
span { border-color: rgb(54,101,111); }
td.TdClassName
{
border-color: #36656F;
}
.TagClassName
{
border-color: #36656F;
}
</style>