Shades of Blumine #376578
Tints of Blumine #376578
RGB
CMYK
RGB Variations
Color information
#376578 (or 0x376578) is known color: Blumine. HEX triplet: 37, 65 and 78. RGB value is (55,101,120). Sum of RGB (Red+Green+Blue) = 55+101+120=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 120 - color contains mainly: blue. Hex color #376578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376578 is #C89A87. Grayscale: #595959. Windows color (decimal): -13146760 or 7890231. OLE color: 7890231.
HSL color Cylindrical-coordinate representation of color #376578: hue angle of 197.54º 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 #376578 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 101 | 120 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.53 |
| HSL | 197.54º | 0.37% | 0.34% | - |
| HSV(B) | 197.54º | 0.54% | 0.47% | - |
| XYZ | 9.62 | 11.48 | 19.48 | - |
| YUV | 89.41 | 145.26 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 101 | 120 | 0.54 | 0.16 | 0 | 0.53 | 197.54 | 0.37 | 0.34 |
| Hex | 37 | 65 | 78 | 36 | 10 | 0 | 35 | C6 | 25 | 22 |
| Octal | 67 | 145 | 170 | 66 | 20 | 0 | 65 | 306 | 45 | 42 |
| Binary | 110111 | 1100101 | 1111000 | 110110 | 10000 | 0 | 110101 | 11000110 | 100101 | 100010 |
Color Harmonies of #376578
Complementary color
Monochromatic Colors of #376578
Black with #376578
Text Example
Text Example
White with #376578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376578; }
p { color: rgb(55,101,120); }
H1.HeaderClassName
{
color: #376578;
}
.AnyTagClassName
{
color: #376578;
}
</style>
background-color css
<style>
a { background-color: #376578; }
a { background-color: rgb(55,101,120); }
div.DivClassName
{
background-color: #376578;
}
.BgClassName
{
background-color: #376578;
}
</style>
border-color css
<style>
span { border-color: #376578; }
span { border-color: rgb(55,101,120); }
td.TdClassName
{
border-color: #376578;
}
.TagClassName
{
border-color: #376578;
}
</style>