Shades of Blumine #375E72
Tints of Blumine #375E72
RGB
CMYK
RGB Variations
Color information
#375E72 (or 0x375E72) is known color: Blumine. HEX triplet: 37, 5E and 72. RGB value is (55,94,114). Sum of RGB (Red+Green+Blue) = 55+94+114=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 114 - color contains mainly: blue. Hex color #375E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375E72 is #C8A18D. Grayscale: #545454. Windows color (decimal): -13148558 or 7495223. OLE color: 7495223.
HSL color Cylindrical-coordinate representation of color #375E72: hue angle of 200.34º 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 #375E72 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 94 | 114 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.55 |
| HSL | 200.34º | 0.35% | 0.33% | - |
| HSV(B) | 200.34º | 0.52% | 0.45% | - |
| XYZ | 8.62 | 10.03 | 17.4 | - |
| YUV | 84.62 | 144.58 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 94 | 114 | 0.52 | 0.18 | 0 | 0.55 | 200.34 | 0.35 | 0.33 |
| Hex | 37 | 5E | 72 | 34 | 12 | 0 | 37 | C8 | 23 | 21 |
| Octal | 67 | 136 | 162 | 64 | 22 | 0 | 67 | 310 | 43 | 41 |
| Binary | 110111 | 1011110 | 1110010 | 110100 | 10010 | 0 | 110111 | 11001000 | 100011 | 100001 |
Color Harmonies of #375E72
Complementary color
Monochromatic Colors of #375E72
Black with #375E72
Text Example
Text Example
White with #375E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375E72; }
p { color: rgb(55,94,114); }
H1.HeaderClassName
{
color: #375E72;
}
.AnyTagClassName
{
color: #375E72;
}
</style>
background-color css
<style>
a { background-color: #375E72; }
a { background-color: rgb(55,94,114); }
div.DivClassName
{
background-color: #375E72;
}
.BgClassName
{
background-color: #375E72;
}
</style>
border-color css
<style>
span { border-color: #375E72; }
span { border-color: rgb(55,94,114); }
td.TdClassName
{
border-color: #375E72;
}
.TagClassName
{
border-color: #375E72;
}
</style>