Shades of Blumine #375E76
Tints of Blumine #375E76
RGB
CMYK
RGB Variations
Color information
#375E76 (or 0x375E76) is known color: Blumine. HEX triplet: 37, 5E and 76. RGB value is (55,94,118). Sum of RGB (Red+Green+Blue) = 55+94+118=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #375E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375E76 is #C8A189. Grayscale: #545454. Windows color (decimal): -13148554 or 7757367. OLE color: 7757367.
HSL color Cylindrical-coordinate representation of color #375E76: hue angle of 202.86º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #375E76 is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 94 | 118 | - |
| CMYK | 0.53 | 0.20 | 0 | 0.54 |
| HSL | 202.86º | 0.36% | 0.34% | - |
| HSV(B) | 202.86º | 0.53% | 0.46% | - |
| XYZ | 8.85 | 10.13 | 18.63 | - |
| YUV | 85.08 | 146.58 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 94 | 118 | 0.53 | 0.20 | 0 | 0.54 | 202.86 | 0.36 | 0.34 |
| Hex | 37 | 5E | 76 | 35 | 14 | 0 | 36 | CB | 24 | 22 |
| Octal | 67 | 136 | 166 | 65 | 24 | 0 | 66 | 313 | 44 | 42 |
| Binary | 110111 | 1011110 | 1110110 | 110101 | 10100 | 0 | 110110 | 11001011 | 100100 | 100010 |
Color Harmonies of #375E76
Complementary color
Monochromatic Colors of #375E76
Black with #375E76
Text Example
Text Example
White with #375E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375E76; }
p { color: rgb(55,94,118); }
H1.HeaderClassName
{
color: #375E76;
}
.AnyTagClassName
{
color: #375E76;
}
</style>
background-color css
<style>
a { background-color: #375E76; }
a { background-color: rgb(55,94,118); }
div.DivClassName
{
background-color: #375E76;
}
.BgClassName
{
background-color: #375E76;
}
</style>
border-color css
<style>
span { border-color: #375E76; }
span { border-color: rgb(55,94,118); }
td.TdClassName
{
border-color: #375E76;
}
.TagClassName
{
border-color: #375E76;
}
</style>