Shades of Blumine #37596D
Tints of Blumine #37596D
RGB
CMYK
RGB Variations
Color information
#37596D (or 0x37596D) is known color: Blumine. HEX triplet: 37, 59 and 6D. RGB value is (55,89,109). Sum of RGB (Red+Green+Blue) = 55+89+109=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 109 - color contains mainly: blue. Hex color #37596D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37596D is #C8A692. Grayscale: #505050. Windows color (decimal): -13149843 or 7166263. OLE color: 7166263.
HSL color Cylindrical-coordinate representation of color #37596D: hue angle of 202.22º 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 #37596D is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 55 | 89 | 109 | - |
| CMYK | 0.50 | 0.18 | 0 | 0.57 |
| HSL | 202.22º | 0.33% | 0.32% | - |
| HSV(B) | 202.22º | 0.5% | 0.43% | - |
| XYZ | 7.91 | 9.06 | 15.8 | - |
| YUV | 81.11 | 143.74 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 89 | 109 | 0.50 | 0.18 | 0 | 0.57 | 202.22 | 0.33 | 0.32 |
| Hex | 37 | 59 | 6D | 32 | 12 | 0 | 39 | CA | 21 | 20 |
| Octal | 67 | 131 | 155 | 62 | 22 | 0 | 71 | 312 | 41 | 40 |
| Binary | 110111 | 1011001 | 1101101 | 110010 | 10010 | 0 | 111001 | 11001010 | 100001 | 100000 |
Color Harmonies of #37596D
Complementary color
Monochromatic Colors of #37596D
Black with #37596D
Text Example
Text Example
White with #37596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37596D; }
p { color: rgb(55,89,109); }
H1.HeaderClassName
{
color: #37596D;
}
.AnyTagClassName
{
color: #37596D;
}
</style>
background-color css
<style>
a { background-color: #37596D; }
a { background-color: rgb(55,89,109); }
div.DivClassName
{
background-color: #37596D;
}
.BgClassName
{
background-color: #37596D;
}
</style>
border-color css
<style>
span { border-color: #37596D; }
span { border-color: rgb(55,89,109); }
td.TdClassName
{
border-color: #37596D;
}
.TagClassName
{
border-color: #37596D;
}
</style>