Shades of Blumine #39596D
Tints of Blumine #39596D
RGB
CMYK
RGB Variations
Color information
#39596D (or 0x39596D) is known color: Blumine. HEX triplet: 39, 59 and 6D. RGB value is (57,89,109). Sum of RGB (Red+Green+Blue) = 57+89+109=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 109 - color contains mainly: blue. Hex color #39596D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39596D is #C6A692. Grayscale: #515151. Windows color (decimal): -13018771 or 7166265. OLE color: 7166265.
HSL color Cylindrical-coordinate representation of color #39596D: hue angle of 203.08º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #39596D is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 89 | 109 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.57 |
| HSL | 203.08º | 0.31% | 0.33% | - |
| HSV(B) | 203.08º | 0.48% | 0.43% | - |
| XYZ | 8.02 | 9.12 | 15.81 | - |
| YUV | 81.71 | 143.4 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 89 | 109 | 0.48 | 0.18 | 0 | 0.57 | 203.08 | 0.31 | 0.33 |
| Hex | 39 | 59 | 6D | 30 | 12 | 0 | 39 | CB | 1F | 21 |
| Octal | 71 | 131 | 155 | 60 | 22 | 0 | 71 | 313 | 37 | 41 |
| Binary | 111001 | 1011001 | 1101101 | 110000 | 10010 | 0 | 111001 | 11001011 | 11111 | 100001 |
Color Harmonies of #39596D
Complementary color
Monochromatic Colors of #39596D
Black with #39596D
Text Example
Text Example
White with #39596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39596D; }
p { color: rgb(57,89,109); }
H1.HeaderClassName
{
color: #39596D;
}
.AnyTagClassName
{
color: #39596D;
}
</style>
background-color css
<style>
a { background-color: #39596D; }
a { background-color: rgb(57,89,109); }
div.DivClassName
{
background-color: #39596D;
}
.BgClassName
{
background-color: #39596D;
}
</style>
border-color css
<style>
span { border-color: #39596D; }
span { border-color: rgb(57,89,109); }
td.TdClassName
{
border-color: #39596D;
}
.TagClassName
{
border-color: #39596D;
}
</style>