Shades of Blumine #37646E
Tints of Blumine #37646E
RGB
CMYK
RGB Variations
Color information
#37646E (or 0x37646E) is known color: Blumine. HEX triplet: 37, 64 and 6E. RGB value is (55,100,110). Sum of RGB (Red+Green+Blue) = 55+100+110=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 110 - color contains mainly: blue. Hex color #37646E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37646E is #C89B91. Grayscale: #575757. Windows color (decimal): -13147026 or 7234615. OLE color: 7234615.
HSL color Cylindrical-coordinate representation of color #37646E: hue angle of 190.91º degrees, saturation: 0.33, 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 #37646E is Cyan = 0.5, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 55 | 100 | 110 | - |
| CMYK | 0.5 | 0.09 | 0 | 0.57 |
| HSL | 190.91º | 0.33% | 0.32% | - |
| HSV(B) | 190.91º | 0.5% | 0.43% | - |
| XYZ | 8.95 | 11.05 | 16.41 | - |
| YUV | 87.69 | 140.59 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 100 | 110 | 0.5 | 0.09 | 0 | 0.57 | 190.91 | 0.33 | 0.32 |
| Hex | 37 | 64 | 6E | 32 | 9 | 0 | 39 | BF | 21 | 20 |
| Octal | 67 | 144 | 156 | 62 | 11 | 0 | 71 | 277 | 41 | 40 |
| Binary | 110111 | 1100100 | 1101110 | 110010 | 1001 | 0 | 111001 | 10111111 | 100001 | 100000 |
Color Harmonies of #37646E
Complementary color
Monochromatic Colors of #37646E
Black with #37646E
Text Example
Text Example
White with #37646E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37646E; }
p { color: rgb(55,100,110); }
H1.HeaderClassName
{
color: #37646E;
}
.AnyTagClassName
{
color: #37646E;
}
</style>
background-color css
<style>
a { background-color: #37646E; }
a { background-color: rgb(55,100,110); }
div.DivClassName
{
background-color: #37646E;
}
.BgClassName
{
background-color: #37646E;
}
</style>
border-color css
<style>
span { border-color: #37646E; }
span { border-color: rgb(55,100,110); }
td.TdClassName
{
border-color: #37646E;
}
.TagClassName
{
border-color: #37646E;
}
</style>