Shades of Blumine #395B6F
Tints of Blumine #395B6F
RGB
CMYK
RGB Variations
Color information
#395B6F (or 0x395B6F) is known color: Blumine. HEX triplet: 39, 5B and 6F. RGB value is (57,91,111). Sum of RGB (Red+Green+Blue) = 57+91+111=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 111 - color contains mainly: blue. Hex color #395B6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395B6F is #C6A490. Grayscale: #535353. Windows color (decimal): -13018257 or 7297849. OLE color: 7297849.
HSL color Cylindrical-coordinate representation of color #395B6F: hue angle of 202.22º degrees, saturation: 0.32, 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 #395B6F is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 91 | 111 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.56 |
| HSL | 202.22º | 0.32% | 0.33% | - |
| HSV(B) | 202.22º | 0.49% | 0.44% | - |
| XYZ | 8.3 | 9.5 | 16.44 | - |
| YUV | 83.11 | 143.74 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 91 | 111 | 0.49 | 0.18 | 0 | 0.56 | 202.22 | 0.32 | 0.33 |
| Hex | 39 | 5B | 6F | 31 | 12 | 0 | 38 | CA | 20 | 21 |
| Octal | 71 | 133 | 157 | 61 | 22 | 0 | 70 | 312 | 40 | 41 |
| Binary | 111001 | 1011011 | 1101111 | 110001 | 10010 | 0 | 111000 | 11001010 | 100000 | 100001 |
Color Harmonies of #395B6F
Complementary color
Monochromatic Colors of #395B6F
Black with #395B6F
Text Example
Text Example
White with #395B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395B6F; }
p { color: rgb(57,91,111); }
H1.HeaderClassName
{
color: #395B6F;
}
.AnyTagClassName
{
color: #395B6F;
}
</style>
background-color css
<style>
a { background-color: #395B6F; }
a { background-color: rgb(57,91,111); }
div.DivClassName
{
background-color: #395B6F;
}
.BgClassName
{
background-color: #395B6F;
}
</style>
border-color css
<style>
span { border-color: #395B6F; }
span { border-color: rgb(57,91,111); }
td.TdClassName
{
border-color: #395B6F;
}
.TagClassName
{
border-color: #395B6F;
}
</style>