Shades of Blumine #39586E
Tints of Blumine #39586E
RGB
CMYK
RGB Variations
Color information
#39586E (or 0x39586E) is known color: Blumine. HEX triplet: 39, 58 and 6E. RGB value is (57,88,110). Sum of RGB (Red+Green+Blue) = 57+88+110=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 110 - color contains mainly: blue. Hex color #39586E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39586E is #C6A791. Grayscale: #515151. Windows color (decimal): -13019026 or 7231545. OLE color: 7231545.
HSL color Cylindrical-coordinate representation of color #39586E: hue angle of 204.91º degrees, saturation: 0.32, 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 #39586E is Cyan = 0.48, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 88 | 110 | - |
| CMYK | 0.48 | 0.2 | 0 | 0.57 |
| HSL | 204.91º | 0.32% | 0.33% | - |
| HSV(B) | 204.91º | 0.48% | 0.43% | - |
| XYZ | 7.99 | 8.98 | 16.06 | - |
| YUV | 81.24 | 144.23 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 88 | 110 | 0.48 | 0.2 | 0 | 0.57 | 204.91 | 0.32 | 0.33 |
| Hex | 39 | 58 | 6E | 30 | 14 | 0 | 39 | CD | 20 | 21 |
| Octal | 71 | 130 | 156 | 60 | 24 | 0 | 71 | 315 | 40 | 41 |
| Binary | 111001 | 1011000 | 1101110 | 110000 | 10100 | 0 | 111001 | 11001101 | 100000 | 100001 |
Color Harmonies of #39586E
Complementary color
Monochromatic Colors of #39586E
Black with #39586E
Text Example
Text Example
White with #39586E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39586E; }
p { color: rgb(57,88,110); }
H1.HeaderClassName
{
color: #39586E;
}
.AnyTagClassName
{
color: #39586E;
}
</style>
background-color css
<style>
a { background-color: #39586E; }
a { background-color: rgb(57,88,110); }
div.DivClassName
{
background-color: #39586E;
}
.BgClassName
{
background-color: #39586E;
}
</style>
border-color css
<style>
span { border-color: #39586E; }
span { border-color: rgb(57,88,110); }
td.TdClassName
{
border-color: #39586E;
}
.TagClassName
{
border-color: #39586E;
}
</style>