Shades of Blumine #376277
Tints of Blumine #376277
RGB
CMYK
RGB Variations
Color information
#376277 (or 0x376277) is known color: Blumine. HEX triplet: 37, 62 and 77. RGB value is (55,98,119). Sum of RGB (Red+Green+Blue) = 55+98+119=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 119 - color contains mainly: blue. Hex color #376277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376277 is #C89D88. Grayscale: #575757. Windows color (decimal): -13147529 or 7823927. OLE color: 7823927.
HSL color Cylindrical-coordinate representation of color #376277: hue angle of 199.69º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #376277 is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 98 | 119 | - |
| CMYK | 0.54 | 0.18 | 0 | 0.53 |
| HSL | 199.69º | 0.37% | 0.34% | - |
| HSV(B) | 199.69º | 0.54% | 0.47% | - |
| XYZ | 9.27 | 10.88 | 19.06 | - |
| YUV | 87.54 | 145.75 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 98 | 119 | 0.54 | 0.18 | 0 | 0.53 | 199.69 | 0.37 | 0.34 |
| Hex | 37 | 62 | 77 | 36 | 12 | 0 | 35 | C8 | 25 | 22 |
| Octal | 67 | 142 | 167 | 66 | 22 | 0 | 65 | 310 | 45 | 42 |
| Binary | 110111 | 1100010 | 1110111 | 110110 | 10010 | 0 | 110101 | 11001000 | 100101 | 100010 |
Color Harmonies of #376277
Complementary color
Monochromatic Colors of #376277
Black with #376277
Text Example
Text Example
White with #376277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376277; }
p { color: rgb(55,98,119); }
H1.HeaderClassName
{
color: #376277;
}
.AnyTagClassName
{
color: #376277;
}
</style>
background-color css
<style>
a { background-color: #376277; }
a { background-color: rgb(55,98,119); }
div.DivClassName
{
background-color: #376277;
}
.BgClassName
{
background-color: #376277;
}
</style>
border-color css
<style>
span { border-color: #376277; }
span { border-color: rgb(55,98,119); }
td.TdClassName
{
border-color: #376277;
}
.TagClassName
{
border-color: #376277;
}
</style>