Shades of Blumine #376672
Tints of Blumine #376672
RGB
CMYK
RGB Variations
Color information
#376672 (or 0x376672) is known color: Blumine. HEX triplet: 37, 66 and 72. RGB value is (55,102,114). Sum of RGB (Red+Green+Blue) = 55+102+114=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 114 - color contains mainly: blue. Hex color #376672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376672 is #C8998D. Grayscale: #595959. Windows color (decimal): -13146510 or 7497271. OLE color: 7497271.
HSL color Cylindrical-coordinate representation of color #376672: hue angle of 192.2º 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 #376672 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 102 | 114 | - |
| CMYK | 0.52 | 0.11 | 0 | 0.55 |
| HSL | 192.2º | 0.35% | 0.33% | - |
| HSV(B) | 192.2º | 0.52% | 0.45% | - |
| XYZ | 9.36 | 11.53 | 17.65 | - |
| YUV | 89.32 | 141.93 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 102 | 114 | 0.52 | 0.11 | 0 | 0.55 | 192.2 | 0.35 | 0.33 |
| Hex | 37 | 66 | 72 | 34 | B | 0 | 37 | C0 | 23 | 21 |
| Octal | 67 | 146 | 162 | 64 | 13 | 0 | 67 | 300 | 43 | 41 |
| Binary | 110111 | 1100110 | 1110010 | 110100 | 1011 | 0 | 110111 | 11000000 | 100011 | 100001 |
Color Harmonies of #376672
Complementary color
Monochromatic Colors of #376672
Black with #376672
Text Example
Text Example
White with #376672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376672; }
p { color: rgb(55,102,114); }
H1.HeaderClassName
{
color: #376672;
}
.AnyTagClassName
{
color: #376672;
}
</style>
background-color css
<style>
a { background-color: #376672; }
a { background-color: rgb(55,102,114); }
div.DivClassName
{
background-color: #376672;
}
.BgClassName
{
background-color: #376672;
}
</style>
border-color css
<style>
span { border-color: #376672; }
span { border-color: rgb(55,102,114); }
td.TdClassName
{
border-color: #376672;
}
.TagClassName
{
border-color: #376672;
}
</style>