Shades of Blumine #39586A
Tints of Blumine #39586A
RGB
CMYK
RGB Variations
Color information
#39586A (or 0x39586A) is known color: Blumine. HEX triplet: 39, 58 and 6A. RGB value is (57,88,106). Sum of RGB (Red+Green+Blue) = 57+88+106=251 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.71% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 106 - color contains mainly: blue. Hex color #39586A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39586A is #C6A795. Grayscale: #505050. Windows color (decimal): -13019030 or 6969401. OLE color: 6969401.
HSL color Cylindrical-coordinate representation of color #39586A: hue angle of 202.04º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #39586A is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 88 | 106 | - |
| CMYK | 0.46 | 0.17 | 0 | 0.58 |
| HSL | 202.04º | 0.3% | 0.32% | - |
| HSV(B) | 202.04º | 0.46% | 0.42% | - |
| XYZ | 7.78 | 8.89 | 14.94 | - |
| YUV | 80.78 | 142.23 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 88 | 106 | 0.46 | 0.17 | 0 | 0.58 | 202.04 | 0.3 | 0.32 |
| Hex | 39 | 58 | 6A | 2E | 11 | 0 | 3A | CA | 1E | 20 |
| Octal | 71 | 130 | 152 | 56 | 21 | 0 | 72 | 312 | 36 | 40 |
| Binary | 111001 | 1011000 | 1101010 | 101110 | 10001 | 0 | 111010 | 11001010 | 11110 | 100000 |
Color Harmonies of #39586A
Complementary color
Monochromatic Colors of #39586A
Black with #39586A
Text Example
Text Example
White with #39586A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39586A; }
p { color: rgb(57,88,106); }
H1.HeaderClassName
{
color: #39586A;
}
.AnyTagClassName
{
color: #39586A;
}
</style>
background-color css
<style>
a { background-color: #39586A; }
a { background-color: rgb(57,88,106); }
div.DivClassName
{
background-color: #39586A;
}
.BgClassName
{
background-color: #39586A;
}
</style>
border-color css
<style>
span { border-color: #39586A; }
span { border-color: rgb(57,88,106); }
td.TdClassName
{
border-color: #39586A;
}
.TagClassName
{
border-color: #39586A;
}
</style>