Shades of Blumine #2E656D
Tints of Blumine #2E656D
RGB
CMYK
RGB Variations
Color information
#2E656D (or 0x2E656D) is known color: Blumine. HEX triplet: 2E, 65 and 6D. RGB value is (46,101,109). Sum of RGB (Red+Green+Blue) = 46+101+109=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E656D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E656D is #D19A92. Grayscale: #555555. Windows color (decimal): -13736595 or 7169326. OLE color: 7169326.
HSL color Cylindrical-coordinate representation of color #2E656D: hue angle of 187.62º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E656D is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 101 | 109 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.57 |
| HSL | 187.62º | 0.41% | 0.3% | - |
| HSV(B) | 187.62º | 0.58% | 0.43% | - |
| XYZ | 8.54 | 10.99 | 16.14 | - |
| YUV | 85.47 | 141.28 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 101 | 109 | 0.58 | 0.07 | 0 | 0.57 | 187.62 | 0.41 | 0.3 |
| Hex | 2E | 65 | 6D | 3A | 7 | 0 | 39 | BC | 29 | 1E |
| Octal | 56 | 145 | 155 | 72 | 7 | 0 | 71 | 274 | 51 | 36 |
| Binary | 101110 | 1100101 | 1101101 | 111010 | 111 | 0 | 111001 | 10111100 | 101001 | 11110 |
Color Harmonies of #2E656D
Complementary color
Monochromatic Colors of #2E656D
Black with #2E656D
Text Example
Text Example
White with #2E656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E656D; }
p { color: rgb(46,101,109); }
H1.HeaderClassName
{
color: #2E656D;
}
.AnyTagClassName
{
color: #2E656D;
}
</style>
background-color css
<style>
a { background-color: #2E656D; }
a { background-color: rgb(46,101,109); }
div.DivClassName
{
background-color: #2E656D;
}
.BgClassName
{
background-color: #2E656D;
}
</style>
border-color css
<style>
span { border-color: #2E656D; }
span { border-color: rgb(46,101,109); }
td.TdClassName
{
border-color: #2E656D;
}
.TagClassName
{
border-color: #2E656D;
}
</style>