Shades of Blumine #37556B
Tints of Blumine #37556B
RGB
CMYK
RGB Variations
Color information
#37556B (or 0x37556B) is known color: Blumine. HEX triplet: 37, 55 and 6B. RGB value is (55,85,107). Sum of RGB (Red+Green+Blue) = 55+85+107=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 107 - color contains mainly: blue. Hex color #37556B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37556B is #C8AA94. Grayscale: #4E4E4E. Windows color (decimal): -13150869 or 7034167. OLE color: 7034167.
HSL color Cylindrical-coordinate representation of color #37556B: hue angle of 205.38º 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 #37556B is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 85 | 107 | - |
| CMYK | 0.49 | 0.21 | 0 | 0.58 |
| HSL | 205.38º | 0.32% | 0.32% | - |
| HSV(B) | 205.38º | 0.49% | 0.42% | - |
| XYZ | 7.48 | 8.37 | 15.13 | - |
| YUV | 78.54 | 144.06 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 85 | 107 | 0.49 | 0.21 | 0 | 0.58 | 205.38 | 0.32 | 0.32 |
| Hex | 37 | 55 | 6B | 31 | 15 | 0 | 3A | CD | 20 | 20 |
| Octal | 67 | 125 | 153 | 61 | 25 | 0 | 72 | 315 | 40 | 40 |
| Binary | 110111 | 1010101 | 1101011 | 110001 | 10101 | 0 | 111010 | 11001101 | 100000 | 100000 |
Color Harmonies of #37556B
Complementary color
Monochromatic Colors of #37556B
Black with #37556B
Text Example
Text Example
White with #37556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37556B; }
p { color: rgb(55,85,107); }
H1.HeaderClassName
{
color: #37556B;
}
.AnyTagClassName
{
color: #37556B;
}
</style>
background-color css
<style>
a { background-color: #37556B; }
a { background-color: rgb(55,85,107); }
div.DivClassName
{
background-color: #37556B;
}
.BgClassName
{
background-color: #37556B;
}
</style>
border-color css
<style>
span { border-color: #37556B; }
span { border-color: rgb(55,85,107); }
td.TdClassName
{
border-color: #37556B;
}
.TagClassName
{
border-color: #37556B;
}
</style>