Shades of Blumine #395E6D
Tints of Blumine #395E6D
RGB
CMYK
RGB Variations
Color information
#395E6D (or 0x395E6D) is known color: Blumine. HEX triplet: 39, 5E and 6D. RGB value is (57,94,109). Sum of RGB (Red+Green+Blue) = 57+94+109=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 109 - color contains mainly: blue. Hex color #395E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395E6D is #C6A192. Grayscale: #545454. Windows color (decimal): -13017491 or 7167545. OLE color: 7167545.
HSL color Cylindrical-coordinate representation of color #395E6D: hue angle of 197.31º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #395E6D is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 94 | 109 | - |
| CMYK | 0.48 | 0.14 | 0 | 0.57 |
| HSL | 197.31º | 0.31% | 0.33% | - |
| HSV(B) | 197.31º | 0.48% | 0.43% | - |
| XYZ | 8.45 | 9.98 | 15.95 | - |
| YUV | 84.65 | 141.74 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 94 | 109 | 0.48 | 0.14 | 0 | 0.57 | 197.31 | 0.31 | 0.33 |
| Hex | 39 | 5E | 6D | 30 | E | 0 | 39 | C5 | 1F | 21 |
| Octal | 71 | 136 | 155 | 60 | 16 | 0 | 71 | 305 | 37 | 41 |
| Binary | 111001 | 1011110 | 1101101 | 110000 | 1110 | 0 | 111001 | 11000101 | 11111 | 100001 |
Color Harmonies of #395E6D
Complementary color
Monochromatic Colors of #395E6D
Black with #395E6D
Text Example
Text Example
White with #395E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395E6D; }
p { color: rgb(57,94,109); }
H1.HeaderClassName
{
color: #395E6D;
}
.AnyTagClassName
{
color: #395E6D;
}
</style>
background-color css
<style>
a { background-color: #395E6D; }
a { background-color: rgb(57,94,109); }
div.DivClassName
{
background-color: #395E6D;
}
.BgClassName
{
background-color: #395E6D;
}
</style>
border-color css
<style>
span { border-color: #395E6D; }
span { border-color: rgb(57,94,109); }
td.TdClassName
{
border-color: #395E6D;
}
.TagClassName
{
border-color: #395E6D;
}
</style>