Shades of Blumine #37646D
Tints of Blumine #37646D
RGB
CMYK
RGB Variations
Color information
#37646D (or 0x37646D) is known color: Blumine. HEX triplet: 37, 64 and 6D. RGB value is (55,100,109). Sum of RGB (Red+Green+Blue) = 55+100+109=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 100 (39.45% from 255 or 37.88% 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 #37646D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37646D is #C89B92. Grayscale: #575757. Windows color (decimal): -13147027 or 7169079. OLE color: 7169079.
HSL color Cylindrical-coordinate representation of color #37646D: hue angle of 190º 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 #37646D is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 55 | 100 | 109 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.57 |
| HSL | 190º | 0.33% | 0.32% | - |
| HSV(B) | 190º | 0.5% | 0.43% | - |
| XYZ | 8.89 | 11.03 | 16.13 | - |
| YUV | 87.57 | 140.09 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 100 | 109 | 0.50 | 0.08 | 0 | 0.57 | 190 | 0.33 | 0.32 |
| Hex | 37 | 64 | 6D | 32 | 8 | 0 | 39 | BE | 21 | 20 |
| Octal | 67 | 144 | 155 | 62 | 10 | 0 | 71 | 276 | 41 | 40 |
| Binary | 110111 | 1100100 | 1101101 | 110010 | 1000 | 0 | 111001 | 10111110 | 100001 | 100000 |
Color Harmonies of #37646D
Complementary color
Monochromatic Colors of #37646D
Black with #37646D
Text Example
Text Example
White with #37646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37646D; }
p { color: rgb(55,100,109); }
H1.HeaderClassName
{
color: #37646D;
}
.AnyTagClassName
{
color: #37646D;
}
</style>
background-color css
<style>
a { background-color: #37646D; }
a { background-color: rgb(55,100,109); }
div.DivClassName
{
background-color: #37646D;
}
.BgClassName
{
background-color: #37646D;
}
</style>
border-color css
<style>
span { border-color: #37646D; }
span { border-color: rgb(55,100,109); }
td.TdClassName
{
border-color: #37646D;
}
.TagClassName
{
border-color: #37646D;
}
</style>