Shades of Blumine #375E67
Tints of Blumine #375E67
RGB
CMYK
RGB Variations
Color information
#375E67 (or 0x375E67) is known color: Blumine. HEX triplet: 37, 5E and 67. RGB value is (55,94,103). Sum of RGB (Red+Green+Blue) = 55+94+103=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 94 (37.11% from 255 or 37.30% from 252); Blue value is 103 (40.62% from 255 or 40.87% from 252); Max value from RGB is 103 - color contains mainly: blue. Hex color #375E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375E67 is #C8A198. Grayscale: #535353. Windows color (decimal): -13148569 or 6774327. OLE color: 6774327.
HSL color Cylindrical-coordinate representation of color #375E67: hue angle of 191.25º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #375E67 is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 55 | 94 | 103 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.60 |
| HSL | 191.25º | 0.3% | 0.31% | - |
| HSV(B) | 191.25º | 0.47% | 0.4% | - |
| XYZ | 8.03 | 9.8 | 14.3 | - |
| YUV | 83.37 | 139.08 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 94 | 103 | 0.47 | 0.09 | 0 | 0.60 | 191.25 | 0.3 | 0.31 |
| Hex | 37 | 5E | 67 | 2F | 9 | 0 | 3C | BF | 1E | 1F |
| Octal | 67 | 136 | 147 | 57 | 11 | 0 | 74 | 277 | 36 | 37 |
| Binary | 110111 | 1011110 | 1100111 | 101111 | 1001 | 0 | 111100 | 10111111 | 11110 | 11111 |
Color Harmonies of #375E67
Complementary color
Monochromatic Colors of #375E67
Black with #375E67
Text Example
Text Example
White with #375E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375E67; }
p { color: rgb(55,94,103); }
H1.HeaderClassName
{
color: #375E67;
}
.AnyTagClassName
{
color: #375E67;
}
</style>
background-color css
<style>
a { background-color: #375E67; }
a { background-color: rgb(55,94,103); }
div.DivClassName
{
background-color: #375E67;
}
.BgClassName
{
background-color: #375E67;
}
</style>
border-color css
<style>
span { border-color: #375E67; }
span { border-color: rgb(55,94,103); }
td.TdClassName
{
border-color: #375E67;
}
.TagClassName
{
border-color: #375E67;
}
</style>