Shades of Blumine #37586B
Tints of Blumine #37586B
RGB
CMYK
RGB Variations
Color information
#37586B (or 0x37586B) is known color: Blumine. HEX triplet: 37, 58 and 6B. RGB value is (55,88,107). Sum of RGB (Red+Green+Blue) = 55+88+107=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 107 - color contains mainly: blue. Hex color #37586B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37586B is #C8A794. Grayscale: #505050. Windows color (decimal): -13150101 or 7034935. OLE color: 7034935.
HSL color Cylindrical-coordinate representation of color #37586B: hue angle of 201.92º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #37586B is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 88 | 107 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.58 |
| HSL | 201.92º | 0.32% | 0.32% | - |
| HSV(B) | 201.92º | 0.49% | 0.42% | - |
| XYZ | 7.72 | 8.85 | 15.21 | - |
| YUV | 80.3 | 143.07 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 88 | 107 | 0.49 | 0.18 | 0 | 0.58 | 201.92 | 0.32 | 0.32 |
| Hex | 37 | 58 | 6B | 31 | 12 | 0 | 3A | CA | 20 | 20 |
| Octal | 67 | 130 | 153 | 61 | 22 | 0 | 72 | 312 | 40 | 40 |
| Binary | 110111 | 1011000 | 1101011 | 110001 | 10010 | 0 | 111010 | 11001010 | 100000 | 100000 |
Color Harmonies of #37586B
Complementary color
Monochromatic Colors of #37586B
Black with #37586B
Text Example
Text Example
White with #37586B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37586B; }
p { color: rgb(55,88,107); }
H1.HeaderClassName
{
color: #37586B;
}
.AnyTagClassName
{
color: #37586B;
}
</style>
background-color css
<style>
a { background-color: #37586B; }
a { background-color: rgb(55,88,107); }
div.DivClassName
{
background-color: #37586B;
}
.BgClassName
{
background-color: #37586B;
}
</style>
border-color css
<style>
span { border-color: #37586B; }
span { border-color: rgb(55,88,107); }
td.TdClassName
{
border-color: #37586B;
}
.TagClassName
{
border-color: #37586B;
}
</style>