Shades of Blumine #375E73
Tints of Blumine #375E73
RGB
CMYK
RGB Variations
Color information
#375E73 (or 0x375E73) is known color: Blumine. HEX triplet: 37, 5E and 73. RGB value is (55,94,115). Sum of RGB (Red+Green+Blue) = 55+94+115=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 115 - color contains mainly: blue. Hex color #375E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375E73 is #C8A18C. Grayscale: #545454. Windows color (decimal): -13148557 or 7560759. OLE color: 7560759.
HSL color Cylindrical-coordinate representation of color #375E73: hue angle of 201º 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 #375E73 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 94 | 115 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.55 |
| HSL | 201º | 0.35% | 0.33% | - |
| HSV(B) | 201º | 0.52% | 0.45% | - |
| XYZ | 8.67 | 10.06 | 17.7 | - |
| YUV | 84.73 | 145.08 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 94 | 115 | 0.52 | 0.18 | 0 | 0.55 | 201 | 0.35 | 0.33 |
| Hex | 37 | 5E | 73 | 34 | 12 | 0 | 37 | C9 | 23 | 21 |
| Octal | 67 | 136 | 163 | 64 | 22 | 0 | 67 | 311 | 43 | 41 |
| Binary | 110111 | 1011110 | 1110011 | 110100 | 10010 | 0 | 110111 | 11001001 | 100011 | 100001 |
Color Harmonies of #375E73
Complementary color
Monochromatic Colors of #375E73
Black with #375E73
Text Example
Text Example
White with #375E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375E73; }
p { color: rgb(55,94,115); }
H1.HeaderClassName
{
color: #375E73;
}
.AnyTagClassName
{
color: #375E73;
}
</style>
background-color css
<style>
a { background-color: #375E73; }
a { background-color: rgb(55,94,115); }
div.DivClassName
{
background-color: #375E73;
}
.BgClassName
{
background-color: #375E73;
}
</style>
border-color css
<style>
span { border-color: #375E73; }
span { border-color: rgb(55,94,115); }
td.TdClassName
{
border-color: #375E73;
}
.TagClassName
{
border-color: #375E73;
}
</style>