Shades of Blumine #395C70
Tints of Blumine #395C70
RGB
CMYK
RGB Variations
Color information
#395C70 (or 0x395C70) is known color: Blumine. HEX triplet: 39, 5C and 70. RGB value is (57,92,112). Sum of RGB (Red+Green+Blue) = 57+92+112=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 112 - color contains mainly: blue. Hex color #395C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395C70 is #C6A38F. Grayscale: #535353. Windows color (decimal): -13018000 or 7363641. OLE color: 7363641.
HSL color Cylindrical-coordinate representation of color #395C70: hue angle of 201.82º 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 #395C70 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 92 | 112 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.56 |
| HSL | 201.82º | 0.33% | 0.33% | - |
| HSV(B) | 201.82º | 0.49% | 0.44% | - |
| XYZ | 8.44 | 9.69 | 16.76 | - |
| YUV | 83.82 | 143.9 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 92 | 112 | 0.49 | 0.18 | 0 | 0.56 | 201.82 | 0.33 | 0.33 |
| Hex | 39 | 5C | 70 | 31 | 12 | 0 | 38 | CA | 21 | 21 |
| Octal | 71 | 134 | 160 | 61 | 22 | 0 | 70 | 312 | 41 | 41 |
| Binary | 111001 | 1011100 | 1110000 | 110001 | 10010 | 0 | 111000 | 11001010 | 100001 | 100001 |
Color Harmonies of #395C70
Complementary color
Monochromatic Colors of #395C70
Black with #395C70
Text Example
Text Example
White with #395C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395C70; }
p { color: rgb(57,92,112); }
H1.HeaderClassName
{
color: #395C70;
}
.AnyTagClassName
{
color: #395C70;
}
</style>
background-color css
<style>
a { background-color: #395C70; }
a { background-color: rgb(57,92,112); }
div.DivClassName
{
background-color: #395C70;
}
.BgClassName
{
background-color: #395C70;
}
</style>
border-color css
<style>
span { border-color: #395C70; }
span { border-color: rgb(57,92,112); }
td.TdClassName
{
border-color: #395C70;
}
.TagClassName
{
border-color: #395C70;
}
</style>