Shades of Blumine #37616B
Tints of Blumine #37616B
RGB
CMYK
RGB Variations
Color information
#37616B (or 0x37616B) is known color: Blumine. HEX triplet: 37, 61 and 6B. RGB value is (55,97,107). Sum of RGB (Red+Green+Blue) = 55+97+107=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 97 (38.28% from 255 or 37.45% 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 #37616B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37616B is #C89E94. Grayscale: #555555. Windows color (decimal): -13147797 or 7037239. OLE color: 7037239.
HSL color Cylindrical-coordinate representation of color #37616B: hue angle of 191.54º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #37616B is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 97 | 107 | - |
| CMYK | 0.49 | 0.09 | 0 | 0.58 |
| HSL | 191.54º | 0.32% | 0.32% | - |
| HSV(B) | 191.54º | 0.49% | 0.42% | - |
| XYZ | 8.5 | 10.42 | 15.47 | - |
| YUV | 85.58 | 140.09 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 97 | 107 | 0.49 | 0.09 | 0 | 0.58 | 191.54 | 0.32 | 0.32 |
| Hex | 37 | 61 | 6B | 31 | 9 | 0 | 3A | C0 | 20 | 20 |
| Octal | 67 | 141 | 153 | 61 | 11 | 0 | 72 | 300 | 40 | 40 |
| Binary | 110111 | 1100001 | 1101011 | 110001 | 1001 | 0 | 111010 | 11000000 | 100000 | 100000 |
Color Harmonies of #37616B
Complementary color
Monochromatic Colors of #37616B
Black with #37616B
Text Example
Text Example
White with #37616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37616B; }
p { color: rgb(55,97,107); }
H1.HeaderClassName
{
color: #37616B;
}
.AnyTagClassName
{
color: #37616B;
}
</style>
background-color css
<style>
a { background-color: #37616B; }
a { background-color: rgb(55,97,107); }
div.DivClassName
{
background-color: #37616B;
}
.BgClassName
{
background-color: #37616B;
}
</style>
border-color css
<style>
span { border-color: #37616B; }
span { border-color: rgb(55,97,107); }
td.TdClassName
{
border-color: #37616B;
}
.TagClassName
{
border-color: #37616B;
}
</style>