Shades of Blumine #376372
Tints of Blumine #376372
RGB
CMYK
RGB Variations
Color information
#376372 (or 0x376372) is known color: Blumine. HEX triplet: 37, 63 and 72. RGB value is (55,99,114). Sum of RGB (Red+Green+Blue) = 55+99+114=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 114 - color contains mainly: blue. Hex color #376372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376372 is #C89C8D. Grayscale: #575757. Windows color (decimal): -13147278 or 7496503. OLE color: 7496503.
HSL color Cylindrical-coordinate representation of color #376372: hue angle of 195.25º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #376372 is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 99 | 114 | - |
| CMYK | 0.52 | 0.13 | 0 | 0.55 |
| HSL | 195.25º | 0.35% | 0.33% | - |
| HSV(B) | 195.25º | 0.52% | 0.45% | - |
| XYZ | 9.07 | 10.95 | 17.56 | - |
| YUV | 87.55 | 142.92 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 99 | 114 | 0.52 | 0.13 | 0 | 0.55 | 195.25 | 0.35 | 0.33 |
| Hex | 37 | 63 | 72 | 34 | D | 0 | 37 | C3 | 23 | 21 |
| Octal | 67 | 143 | 162 | 64 | 15 | 0 | 67 | 303 | 43 | 41 |
| Binary | 110111 | 1100011 | 1110010 | 110100 | 1101 | 0 | 110111 | 11000011 | 100011 | 100001 |
Color Harmonies of #376372
Complementary color
Monochromatic Colors of #376372
Black with #376372
Text Example
Text Example
White with #376372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376372; }
p { color: rgb(55,99,114); }
H1.HeaderClassName
{
color: #376372;
}
.AnyTagClassName
{
color: #376372;
}
</style>
background-color css
<style>
a { background-color: #376372; }
a { background-color: rgb(55,99,114); }
div.DivClassName
{
background-color: #376372;
}
.BgClassName
{
background-color: #376372;
}
</style>
border-color css
<style>
span { border-color: #376372; }
span { border-color: rgb(55,99,114); }
td.TdClassName
{
border-color: #376372;
}
.TagClassName
{
border-color: #376372;
}
</style>