Shades of Blumine #375D66
Tints of Blumine #375D66
RGB
CMYK
RGB Variations
Color information
#375D66 (or 0x375D66) is known color: Blumine. HEX triplet: 37, 5D and 66. RGB value is (55,93,102). Sum of RGB (Red+Green+Blue) = 55+93+102=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 102 - color contains mainly: blue. Hex color #375D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375D66 is #C8A299. Grayscale: #525252. Windows color (decimal): -13148826 or 6708535. OLE color: 6708535.
HSL color Cylindrical-coordinate representation of color #375D66: hue angle of 191.49º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #375D66 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 55 | 93 | 102 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.6 |
| HSL | 191.49º | 0.3% | 0.31% | - |
| HSV(B) | 191.49º | 0.46% | 0.4% | - |
| XYZ | 7.89 | 9.6 | 14.01 | - |
| YUV | 82.66 | 138.91 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 93 | 102 | 0.46 | 0.09 | 0 | 0.6 | 191.49 | 0.3 | 0.31 |
| Hex | 37 | 5D | 66 | 2E | 9 | 0 | 3C | BF | 1E | 1F |
| Octal | 67 | 135 | 146 | 56 | 11 | 0 | 74 | 277 | 36 | 37 |
| Binary | 110111 | 1011101 | 1100110 | 101110 | 1001 | 0 | 111100 | 10111111 | 11110 | 11111 |
Color Harmonies of #375D66
Complementary color
Monochromatic Colors of #375D66
Black with #375D66
Text Example
Text Example
White with #375D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375D66; }
p { color: rgb(55,93,102); }
H1.HeaderClassName
{
color: #375D66;
}
.AnyTagClassName
{
color: #375D66;
}
</style>
background-color css
<style>
a { background-color: #375D66; }
a { background-color: rgb(55,93,102); }
div.DivClassName
{
background-color: #375D66;
}
.BgClassName
{
background-color: #375D66;
}
</style>
border-color css
<style>
span { border-color: #375D66; }
span { border-color: rgb(55,93,102); }
td.TdClassName
{
border-color: #375D66;
}
.TagClassName
{
border-color: #375D66;
}
</style>