Shades of Blumine #375C66
Tints of Blumine #375C66
RGB
CMYK
RGB Variations
Color information
#375C66 (or 0x375C66) is known color: Blumine. HEX triplet: 37, 5C and 66. RGB value is (55,92,102). Sum of RGB (Red+Green+Blue) = 55+92+102=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 102 (40.23% from 255 or 40.96% from 249); Max value from RGB is 102 - color contains mainly: blue. Hex color #375C66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375C66 is #C8A399. Grayscale: #525252. Windows color (decimal): -13149082 or 6708279. OLE color: 6708279.
HSL color Cylindrical-coordinate representation of color #375C66: hue angle of 192.77º 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 #375C66 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 55 | 92 | 102 | - |
| CMYK | 0.46 | 0.10 | 0 | 0.6 |
| HSL | 192.77º | 0.3% | 0.31% | - |
| HSV(B) | 192.77º | 0.46% | 0.4% | - |
| XYZ | 7.8 | 9.43 | 13.98 | - |
| YUV | 82.08 | 139.24 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 92 | 102 | 0.46 | 0.10 | 0 | 0.6 | 192.77 | 0.3 | 0.31 |
| Hex | 37 | 5C | 66 | 2E | A | 0 | 3C | C1 | 1E | 1F |
| Octal | 67 | 134 | 146 | 56 | 12 | 0 | 74 | 301 | 36 | 37 |
| Binary | 110111 | 1011100 | 1100110 | 101110 | 1010 | 0 | 111100 | 11000001 | 11110 | 11111 |
Color Harmonies of #375C66
Complementary color
Monochromatic Colors of #375C66
Black with #375C66
Text Example
Text Example
White with #375C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375C66; }
p { color: rgb(55,92,102); }
H1.HeaderClassName
{
color: #375C66;
}
.AnyTagClassName
{
color: #375C66;
}
</style>
background-color css
<style>
a { background-color: #375C66; }
a { background-color: rgb(55,92,102); }
div.DivClassName
{
background-color: #375C66;
}
.BgClassName
{
background-color: #375C66;
}
</style>
border-color css
<style>
span { border-color: #375C66; }
span { border-color: rgb(55,92,102); }
td.TdClassName
{
border-color: #375C66;
}
.TagClassName
{
border-color: #375C66;
}
</style>