Shades of Blumine #2E606D
Tints of Blumine #2E606D
RGB
CMYK
RGB Variations
Color information
#2E606D (or 0x2E606D) is known color: Blumine. HEX triplet: 2E, 60 and 6D. RGB value is (46,96,109). Sum of RGB (Red+Green+Blue) = 46+96+109=251 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.33% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E606D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E606D is #D19F92. Grayscale: #525252. Windows color (decimal): -13737875 or 7168046. OLE color: 7168046.
HSL color Cylindrical-coordinate representation of color #2E606D: hue angle of 192.38º 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 #2E606D is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 96 | 109 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.57 |
| HSL | 192.38º | 0.41% | 0.3% | - |
| HSV(B) | 192.38º | 0.58% | 0.43% | - |
| XYZ | 8.07 | 10.05 | 15.98 | - |
| YUV | 82.53 | 142.94 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 96 | 109 | 0.58 | 0.12 | 0 | 0.57 | 192.38 | 0.41 | 0.3 |
| Hex | 2E | 60 | 6D | 3A | C | 0 | 39 | C0 | 29 | 1E |
| Octal | 56 | 140 | 155 | 72 | 14 | 0 | 71 | 300 | 51 | 36 |
| Binary | 101110 | 1100000 | 1101101 | 111010 | 1100 | 0 | 111001 | 11000000 | 101001 | 11110 |
Color Harmonies of #2E606D
Complementary color
Monochromatic Colors of #2E606D
Black with #2E606D
Text Example
Text Example
White with #2E606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E606D; }
p { color: rgb(46,96,109); }
H1.HeaderClassName
{
color: #2E606D;
}
.AnyTagClassName
{
color: #2E606D;
}
</style>
background-color css
<style>
a { background-color: #2E606D; }
a { background-color: rgb(46,96,109); }
div.DivClassName
{
background-color: #2E606D;
}
.BgClassName
{
background-color: #2E606D;
}
</style>
border-color css
<style>
span { border-color: #2E606D; }
span { border-color: rgb(46,96,109); }
td.TdClassName
{
border-color: #2E606D;
}
.TagClassName
{
border-color: #2E606D;
}
</style>