Shades of Blumine #395D6B
Tints of Blumine #395D6B
RGB
CMYK
RGB Variations
Color information
#395D6B (or 0x395D6B) is known color: Blumine. HEX triplet: 39, 5D and 6B. RGB value is (57,93,107). Sum of RGB (Red+Green+Blue) = 57+93+107=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 107 - color contains mainly: blue. Hex color #395D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395D6B is #C6A294. Grayscale: #535353. Windows color (decimal): -13017749 or 7036217. OLE color: 7036217.
HSL color Cylindrical-coordinate representation of color #395D6B: hue angle of 196.8º degrees, saturation: 0.3, 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 #395D6B is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 93 | 107 | - |
| CMYK | 0.47 | 0.13 | 0 | 0.58 |
| HSL | 196.8º | 0.3% | 0.32% | - |
| HSV(B) | 196.8º | 0.47% | 0.42% | - |
| XYZ | 8.26 | 9.76 | 15.36 | - |
| YUV | 83.83 | 141.07 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 93 | 107 | 0.47 | 0.13 | 0 | 0.58 | 196.8 | 0.3 | 0.32 |
| Hex | 39 | 5D | 6B | 2F | D | 0 | 3A | C5 | 1E | 20 |
| Octal | 71 | 135 | 153 | 57 | 15 | 0 | 72 | 305 | 36 | 40 |
| Binary | 111001 | 1011101 | 1101011 | 101111 | 1101 | 0 | 111010 | 11000101 | 11110 | 100000 |
Color Harmonies of #395D6B
Complementary color
Monochromatic Colors of #395D6B
Black with #395D6B
Text Example
Text Example
White with #395D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395D6B; }
p { color: rgb(57,93,107); }
H1.HeaderClassName
{
color: #395D6B;
}
.AnyTagClassName
{
color: #395D6B;
}
</style>
background-color css
<style>
a { background-color: #395D6B; }
a { background-color: rgb(57,93,107); }
div.DivClassName
{
background-color: #395D6B;
}
.BgClassName
{
background-color: #395D6B;
}
</style>
border-color css
<style>
span { border-color: #395D6B; }
span { border-color: rgb(57,93,107); }
td.TdClassName
{
border-color: #395D6B;
}
.TagClassName
{
border-color: #395D6B;
}
</style>