Shades of Blumine #37606D
Tints of Blumine #37606D
RGB
CMYK
RGB Variations
Color information
#37606D (or 0x37606D) is known color: Blumine. HEX triplet: 37, 60 and 6D. RGB value is (55,96,109). Sum of RGB (Red+Green+Blue) = 55+96+109=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 109 - color contains mainly: blue. Hex color #37606D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37606D is #C89F92. Grayscale: #555555. Windows color (decimal): -13148051 or 7168055. OLE color: 7168055.
HSL color Cylindrical-coordinate representation of color #37606D: hue angle of 194.44º 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 #37606D is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 55 | 96 | 109 | - |
| CMYK | 0.50 | 0.12 | 0 | 0.57 |
| HSL | 194.44º | 0.33% | 0.32% | - |
| HSV(B) | 194.44º | 0.5% | 0.43% | - |
| XYZ | 8.52 | 10.28 | 16 | - |
| YUV | 85.22 | 141.42 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 96 | 109 | 0.50 | 0.12 | 0 | 0.57 | 194.44 | 0.33 | 0.32 |
| Hex | 37 | 60 | 6D | 32 | C | 0 | 39 | C2 | 21 | 20 |
| Octal | 67 | 140 | 155 | 62 | 14 | 0 | 71 | 302 | 41 | 40 |
| Binary | 110111 | 1100000 | 1101101 | 110010 | 1100 | 0 | 111001 | 11000010 | 100001 | 100000 |
Color Harmonies of #37606D
Complementary color
Monochromatic Colors of #37606D
Black with #37606D
Text Example
Text Example
White with #37606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37606D; }
p { color: rgb(55,96,109); }
H1.HeaderClassName
{
color: #37606D;
}
.AnyTagClassName
{
color: #37606D;
}
</style>
background-color css
<style>
a { background-color: #37606D; }
a { background-color: rgb(55,96,109); }
div.DivClassName
{
background-color: #37606D;
}
.BgClassName
{
background-color: #37606D;
}
</style>
border-color css
<style>
span { border-color: #37606D; }
span { border-color: rgb(55,96,109); }
td.TdClassName
{
border-color: #37606D;
}
.TagClassName
{
border-color: #37606D;
}
</style>