Shades of Blumine #37586D
Tints of Blumine #37586D
RGB
CMYK
RGB Variations
Color information
#37586D (or 0x37586D) is known color: Blumine. HEX triplet: 37, 58 and 6D. RGB value is (55,88,109). Sum of RGB (Red+Green+Blue) = 55+88+109=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 109 - color contains mainly: blue. Hex color #37586D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37586D is #C8A792. Grayscale: #505050. Windows color (decimal): -13150099 or 7166007. OLE color: 7166007.
HSL color Cylindrical-coordinate representation of color #37586D: hue angle of 203.33º 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 #37586D is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 55 | 88 | 109 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.57 |
| HSL | 203.33º | 0.33% | 0.32% | - |
| HSV(B) | 203.33º | 0.5% | 0.43% | - |
| XYZ | 7.83 | 8.9 | 15.77 | - |
| YUV | 80.53 | 144.07 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 88 | 109 | 0.50 | 0.19 | 0 | 0.57 | 203.33 | 0.33 | 0.32 |
| Hex | 37 | 58 | 6D | 32 | 13 | 0 | 39 | CB | 21 | 20 |
| Octal | 67 | 130 | 155 | 62 | 23 | 0 | 71 | 313 | 41 | 40 |
| Binary | 110111 | 1011000 | 1101101 | 110010 | 10011 | 0 | 111001 | 11001011 | 100001 | 100000 |
Color Harmonies of #37586D
Complementary color
Monochromatic Colors of #37586D
Black with #37586D
Text Example
Text Example
White with #37586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37586D; }
p { color: rgb(55,88,109); }
H1.HeaderClassName
{
color: #37586D;
}
.AnyTagClassName
{
color: #37586D;
}
</style>
background-color css
<style>
a { background-color: #37586D; }
a { background-color: rgb(55,88,109); }
div.DivClassName
{
background-color: #37586D;
}
.BgClassName
{
background-color: #37586D;
}
</style>
border-color css
<style>
span { border-color: #37586D; }
span { border-color: rgb(55,88,109); }
td.TdClassName
{
border-color: #37586D;
}
.TagClassName
{
border-color: #37586D;
}
</style>