Shades of Blumine #2E596A
Tints of Blumine #2E596A
RGB
CMYK
RGB Variations
Color information
#2E596A (or 0x2E596A) is known color: Blumine. HEX triplet: 2E, 59 and 6A. RGB value is (46,89,106). Sum of RGB (Red+Green+Blue) = 46+89+106=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 106 (41.80% from 255 or 43.98% from 241); Max value from RGB is 106 - color contains mainly: blue. Hex color #2E596A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E596A is #D1A695. Grayscale: #4D4D4D. Windows color (decimal): -13739670 or 6969646. OLE color: 6969646.
HSL color Cylindrical-coordinate representation of color #2E596A: hue angle of 197º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E596A is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 89 | 106 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.58 |
| HSL | 197º | 0.39% | 0.3% | - |
| HSV(B) | 197º | 0.57% | 0.42% | - |
| XYZ | 7.3 | 8.77 | 14.94 | - |
| YUV | 78.08 | 143.75 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 89 | 106 | 0.57 | 0.16 | 0 | 0.58 | 197 | 0.39 | 0.3 |
| Hex | 2E | 59 | 6A | 39 | 10 | 0 | 3A | C5 | 27 | 1E |
| Octal | 56 | 131 | 152 | 71 | 20 | 0 | 72 | 305 | 47 | 36 |
| Binary | 101110 | 1011001 | 1101010 | 111001 | 10000 | 0 | 111010 | 11000101 | 100111 | 11110 |
Color Harmonies of #2E596A
Complementary color
Monochromatic Colors of #2E596A
Black with #2E596A
Text Example
Text Example
White with #2E596A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E596A; }
p { color: rgb(46,89,106); }
H1.HeaderClassName
{
color: #2E596A;
}
.AnyTagClassName
{
color: #2E596A;
}
</style>
background-color css
<style>
a { background-color: #2E596A; }
a { background-color: rgb(46,89,106); }
div.DivClassName
{
background-color: #2E596A;
}
.BgClassName
{
background-color: #2E596A;
}
</style>
border-color css
<style>
span { border-color: #2E596A; }
span { border-color: rgb(46,89,106); }
td.TdClassName
{
border-color: #2E596A;
}
.TagClassName
{
border-color: #2E596A;
}
</style>