Shades of Blumine #37656E
Tints of Blumine #37656E
RGB
CMYK
RGB Variations
Color information
#37656E (or 0x37656E) is known color: Blumine. HEX triplet: 37, 65 and 6E. RGB value is (55,101,110). Sum of RGB (Red+Green+Blue) = 55+101+110=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 110 - color contains mainly: blue. Hex color #37656E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37656E is #C89A91. Grayscale: #585858. Windows color (decimal): -13146770 or 7234871. OLE color: 7234871.
HSL color Cylindrical-coordinate representation of color #37656E: hue angle of 189.82º 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 #37656E is Cyan = 0.5, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 55 | 101 | 110 | - |
| CMYK | 0.5 | 0.08 | 0 | 0.57 |
| HSL | 189.82º | 0.33% | 0.32% | - |
| HSV(B) | 189.82º | 0.5% | 0.43% | - |
| XYZ | 9.04 | 11.25 | 16.45 | - |
| YUV | 88.27 | 140.26 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 101 | 110 | 0.5 | 0.08 | 0 | 0.57 | 189.82 | 0.33 | 0.32 |
| Hex | 37 | 65 | 6E | 32 | 8 | 0 | 39 | BE | 21 | 20 |
| Octal | 67 | 145 | 156 | 62 | 10 | 0 | 71 | 276 | 41 | 40 |
| Binary | 110111 | 1100101 | 1101110 | 110010 | 1000 | 0 | 111001 | 10111110 | 100001 | 100000 |
Color Harmonies of #37656E
Complementary color
Monochromatic Colors of #37656E
Black with #37656E
Text Example
Text Example
White with #37656E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37656E; }
p { color: rgb(55,101,110); }
H1.HeaderClassName
{
color: #37656E;
}
.AnyTagClassName
{
color: #37656E;
}
</style>
background-color css
<style>
a { background-color: #37656E; }
a { background-color: rgb(55,101,110); }
div.DivClassName
{
background-color: #37656E;
}
.BgClassName
{
background-color: #37656E;
}
</style>
border-color css
<style>
span { border-color: #37656E; }
span { border-color: rgb(55,101,110); }
td.TdClassName
{
border-color: #37656E;
}
.TagClassName
{
border-color: #37656E;
}
</style>