Shades of Blumine #37677A
Tints of Blumine #37677A
RGB
CMYK
RGB Variations
Color information
#37677A (or 0x37677A) is known color: Blumine. HEX triplet: 37, 67 and 7A. RGB value is (55,103,122). Sum of RGB (Red+Green+Blue) = 55+103+122=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 122 - color contains mainly: blue. Hex color #37677A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37677A is #C89885. Grayscale: #5A5A5A. Windows color (decimal): -13146246 or 8021815. OLE color: 8021815.
HSL color Cylindrical-coordinate representation of color #37677A: hue angle of 197.01º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #37677A is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 103 | 122 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.52 |
| HSL | 197.01º | 0.38% | 0.35% | - |
| HSV(B) | 197.01º | 0.55% | 0.48% | - |
| XYZ | 9.94 | 11.92 | 20.19 | - |
| YUV | 90.81 | 145.6 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 103 | 122 | 0.55 | 0.16 | 0 | 0.52 | 197.01 | 0.38 | 0.35 |
| Hex | 37 | 67 | 7A | 37 | 10 | 0 | 34 | C5 | 26 | 23 |
| Octal | 67 | 147 | 172 | 67 | 20 | 0 | 64 | 305 | 46 | 43 |
| Binary | 110111 | 1100111 | 1111010 | 110111 | 10000 | 0 | 110100 | 11000101 | 100110 | 100011 |
Color Harmonies of #37677A
Complementary color
Monochromatic Colors of #37677A
Black with #37677A
Text Example
Text Example
White with #37677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37677A; }
p { color: rgb(55,103,122); }
H1.HeaderClassName
{
color: #37677A;
}
.AnyTagClassName
{
color: #37677A;
}
</style>
background-color css
<style>
a { background-color: #37677A; }
a { background-color: rgb(55,103,122); }
div.DivClassName
{
background-color: #37677A;
}
.BgClassName
{
background-color: #37677A;
}
</style>
border-color css
<style>
span { border-color: #37677A; }
span { border-color: rgb(55,103,122); }
td.TdClassName
{
border-color: #37677A;
}
.TagClassName
{
border-color: #37677A;
}
</style>