Shades of Blumine #395B68
Tints of Blumine #395B68
RGB
CMYK
RGB Variations
Color information
#395B68 (or 0x395B68) is known color: Blumine. HEX triplet: 39, 5B and 68. RGB value is (57,91,104). Sum of RGB (Red+Green+Blue) = 57+91+104=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 104 - color contains mainly: blue. Hex color #395B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395B68 is #C6A497. Grayscale: #525252. Windows color (decimal): -13018264 or 6839097. OLE color: 6839097.
HSL color Cylindrical-coordinate representation of color #395B68: hue angle of 196.6º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #395B68 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 57 | 91 | 104 | - |
| CMYK | 0.45 | 0.12 | 0 | 0.59 |
| HSL | 196.6º | 0.29% | 0.32% | - |
| HSV(B) | 196.6º | 0.45% | 0.41% | - |
| XYZ | 7.93 | 9.35 | 14.48 | - |
| YUV | 82.32 | 140.24 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 91 | 104 | 0.45 | 0.12 | 0 | 0.59 | 196.6 | 0.29 | 0.32 |
| Hex | 39 | 5B | 68 | 2D | C | 0 | 3B | C5 | 1D | 20 |
| Octal | 71 | 133 | 150 | 55 | 14 | 0 | 73 | 305 | 35 | 40 |
| Binary | 111001 | 1011011 | 1101000 | 101101 | 1100 | 0 | 111011 | 11000101 | 11101 | 100000 |
Color Harmonies of #395B68
Complementary color
Monochromatic Colors of #395B68
Black with #395B68
Text Example
Text Example
White with #395B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395B68; }
p { color: rgb(57,91,104); }
H1.HeaderClassName
{
color: #395B68;
}
.AnyTagClassName
{
color: #395B68;
}
</style>
background-color css
<style>
a { background-color: #395B68; }
a { background-color: rgb(57,91,104); }
div.DivClassName
{
background-color: #395B68;
}
.BgClassName
{
background-color: #395B68;
}
</style>
border-color css
<style>
span { border-color: #395B68; }
span { border-color: rgb(57,91,104); }
td.TdClassName
{
border-color: #395B68;
}
.TagClassName
{
border-color: #395B68;
}
</style>