Shades of Blumine #37636E
Tints of Blumine #37636E
RGB
CMYK
RGB Variations
Color information
#37636E (or 0x37636E) is known color: Blumine. HEX triplet: 37, 63 and 6E. RGB value is (55,99,110). Sum of RGB (Red+Green+Blue) = 55+99+110=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 110 - color contains mainly: blue. Hex color #37636E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37636E is #C89C91. Grayscale: #575757. Windows color (decimal): -13147282 or 7234359. OLE color: 7234359.
HSL color Cylindrical-coordinate representation of color #37636E: hue angle of 192º 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 #37636E is Cyan = 0.5, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 55 | 99 | 110 | - |
| CMYK | 0.5 | 0.1 | 0 | 0.57 |
| HSL | 192º | 0.33% | 0.32% | - |
| HSV(B) | 192º | 0.5% | 0.43% | - |
| XYZ | 8.85 | 10.86 | 16.38 | - |
| YUV | 87.1 | 140.92 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 99 | 110 | 0.5 | 0.1 | 0 | 0.57 | 192 | 0.33 | 0.32 |
| Hex | 37 | 63 | 6E | 32 | A | 0 | 39 | C0 | 21 | 20 |
| Octal | 67 | 143 | 156 | 62 | 12 | 0 | 71 | 300 | 41 | 40 |
| Binary | 110111 | 1100011 | 1101110 | 110010 | 1010 | 0 | 111001 | 11000000 | 100001 | 100000 |
Color Harmonies of #37636E
Complementary color
Monochromatic Colors of #37636E
Black with #37636E
Text Example
Text Example
White with #37636E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37636E; }
p { color: rgb(55,99,110); }
H1.HeaderClassName
{
color: #37636E;
}
.AnyTagClassName
{
color: #37636E;
}
</style>
background-color css
<style>
a { background-color: #37636E; }
a { background-color: rgb(55,99,110); }
div.DivClassName
{
background-color: #37636E;
}
.BgClassName
{
background-color: #37636E;
}
</style>
border-color css
<style>
span { border-color: #37636E; }
span { border-color: rgb(55,99,110); }
td.TdClassName
{
border-color: #37636E;
}
.TagClassName
{
border-color: #37636E;
}
</style>