Shades of Blumine #395D70
Tints of Blumine #395D70
RGB
CMYK
RGB Variations
Color information
#395D70 (or 0x395D70) is known color: Blumine. HEX triplet: 39, 5D and 70. RGB value is (57,93,112). Sum of RGB (Red+Green+Blue) = 57+93+112=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 112 - color contains mainly: blue. Hex color #395D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395D70 is #C6A28F. Grayscale: #545454. Windows color (decimal): -13017744 or 7363897. OLE color: 7363897.
HSL color Cylindrical-coordinate representation of color #395D70: hue angle of 200.73º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #395D70 is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 93 | 112 | - |
| CMYK | 0.49 | 0.17 | 0 | 0.56 |
| HSL | 200.73º | 0.33% | 0.33% | - |
| HSV(B) | 200.73º | 0.49% | 0.44% | - |
| XYZ | 8.53 | 9.87 | 16.78 | - |
| YUV | 84.4 | 143.57 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 93 | 112 | 0.49 | 0.17 | 0 | 0.56 | 200.73 | 0.33 | 0.33 |
| Hex | 39 | 5D | 70 | 31 | 11 | 0 | 38 | C9 | 21 | 21 |
| Octal | 71 | 135 | 160 | 61 | 21 | 0 | 70 | 311 | 41 | 41 |
| Binary | 111001 | 1011101 | 1110000 | 110001 | 10001 | 0 | 111000 | 11001001 | 100001 | 100001 |
Color Harmonies of #395D70
Complementary color
Monochromatic Colors of #395D70
Black with #395D70
Text Example
Text Example
White with #395D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395D70; }
p { color: rgb(57,93,112); }
H1.HeaderClassName
{
color: #395D70;
}
.AnyTagClassName
{
color: #395D70;
}
</style>
background-color css
<style>
a { background-color: #395D70; }
a { background-color: rgb(57,93,112); }
div.DivClassName
{
background-color: #395D70;
}
.BgClassName
{
background-color: #395D70;
}
</style>
border-color css
<style>
span { border-color: #395D70; }
span { border-color: rgb(57,93,112); }
td.TdClassName
{
border-color: #395D70;
}
.TagClassName
{
border-color: #395D70;
}
</style>