Shades of Blumine #395E6C
Tints of Blumine #395E6C
RGB
CMYK
RGB Variations
Color information
#395E6C (or 0x395E6C) is known color: Blumine. HEX triplet: 39, 5E and 6C. RGB value is (57,94,108). Sum of RGB (Red+Green+Blue) = 57+94+108=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 108 - color contains mainly: blue. Hex color #395E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395E6C is #C6A193. Grayscale: #545454. Windows color (decimal): -13017492 or 7102009. OLE color: 7102009.
HSL color Cylindrical-coordinate representation of color #395E6C: hue angle of 196.47º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #395E6C is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 94 | 108 | - |
| CMYK | 0.47 | 0.13 | 0 | 0.58 |
| HSL | 196.47º | 0.31% | 0.32% | - |
| HSV(B) | 196.47º | 0.47% | 0.42% | - |
| XYZ | 8.4 | 9.96 | 15.67 | - |
| YUV | 84.53 | 141.24 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 94 | 108 | 0.47 | 0.13 | 0 | 0.58 | 196.47 | 0.31 | 0.32 |
| Hex | 39 | 5E | 6C | 2F | D | 0 | 3A | C4 | 1F | 20 |
| Octal | 71 | 136 | 154 | 57 | 15 | 0 | 72 | 304 | 37 | 40 |
| Binary | 111001 | 1011110 | 1101100 | 101111 | 1101 | 0 | 111010 | 11000100 | 11111 | 100000 |
Color Harmonies of #395E6C
Complementary color
Monochromatic Colors of #395E6C
Black with #395E6C
Text Example
Text Example
White with #395E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395E6C; }
p { color: rgb(57,94,108); }
H1.HeaderClassName
{
color: #395E6C;
}
.AnyTagClassName
{
color: #395E6C;
}
</style>
background-color css
<style>
a { background-color: #395E6C; }
a { background-color: rgb(57,94,108); }
div.DivClassName
{
background-color: #395E6C;
}
.BgClassName
{
background-color: #395E6C;
}
</style>
border-color css
<style>
span { border-color: #395E6C; }
span { border-color: rgb(57,94,108); }
td.TdClassName
{
border-color: #395E6C;
}
.TagClassName
{
border-color: #395E6C;
}
</style>