Shades of Blumine #375D6D
Tints of Blumine #375D6D
RGB
CMYK
RGB Variations
Color information
#375D6D (or 0x375D6D) is known color: Blumine. HEX triplet: 37, 5D and 6D. RGB value is (55,93,109). Sum of RGB (Red+Green+Blue) = 55+93+109=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 109 - color contains mainly: blue. Hex color #375D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375D6D is #C8A292. Grayscale: #535353. Windows color (decimal): -13148819 or 7167287. OLE color: 7167287.
HSL color Cylindrical-coordinate representation of color #375D6D: hue angle of 197.78º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #375D6D is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 55 | 93 | 109 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.57 |
| HSL | 197.78º | 0.33% | 0.32% | - |
| HSV(B) | 197.78º | 0.5% | 0.43% | - |
| XYZ | 8.25 | 9.75 | 15.91 | - |
| YUV | 83.46 | 142.41 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 93 | 109 | 0.50 | 0.15 | 0 | 0.57 | 197.78 | 0.33 | 0.32 |
| Hex | 37 | 5D | 6D | 32 | F | 0 | 39 | C6 | 21 | 20 |
| Octal | 67 | 135 | 155 | 62 | 17 | 0 | 71 | 306 | 41 | 40 |
| Binary | 110111 | 1011101 | 1101101 | 110010 | 1111 | 0 | 111001 | 11000110 | 100001 | 100000 |
Color Harmonies of #375D6D
Complementary color
Monochromatic Colors of #375D6D
Black with #375D6D
Text Example
Text Example
White with #375D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375D6D; }
p { color: rgb(55,93,109); }
H1.HeaderClassName
{
color: #375D6D;
}
.AnyTagClassName
{
color: #375D6D;
}
</style>
background-color css
<style>
a { background-color: #375D6D; }
a { background-color: rgb(55,93,109); }
div.DivClassName
{
background-color: #375D6D;
}
.BgClassName
{
background-color: #375D6D;
}
</style>
border-color css
<style>
span { border-color: #375D6D; }
span { border-color: rgb(55,93,109); }
td.TdClassName
{
border-color: #375D6D;
}
.TagClassName
{
border-color: #375D6D;
}
</style>