Shades of Blumine #2E6473
Tints of Blumine #2E6473
RGB
CMYK
RGB Variations
Color information
#2E6473 (or 0x2E6473) is known color: Blumine. HEX triplet: 2E, 64 and 73. RGB value is (46,100,115). Sum of RGB (Red+Green+Blue) = 46+100+115=261 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.62% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #2E6473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6473 is #D19B8C. Grayscale: #555555. Windows color (decimal): -13736845 or 7562286. OLE color: 7562286.
HSL color Cylindrical-coordinate representation of color #2E6473: hue angle of 193.04º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E6473 is Cyan = 0.6, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 100 | 115 | - |
| CMYK | 0.6 | 0.13 | 0 | 0.55 |
| HSL | 193.04º | 0.43% | 0.32% | - |
| HSV(B) | 193.04º | 0.6% | 0.45% | - |
| XYZ | 8.78 | 10.93 | 17.87 | - |
| YUV | 85.56 | 144.61 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 100 | 115 | 0.6 | 0.13 | 0 | 0.55 | 193.04 | 0.43 | 0.32 |
| Hex | 2E | 64 | 73 | 3C | D | 0 | 37 | C1 | 2B | 20 |
| Octal | 56 | 144 | 163 | 74 | 15 | 0 | 67 | 301 | 53 | 40 |
| Binary | 101110 | 1100100 | 1110011 | 111100 | 1101 | 0 | 110111 | 11000001 | 101011 | 100000 |
Color Harmonies of #2E6473
Complementary color
Monochromatic Colors of #2E6473
Black with #2E6473
Text Example
Text Example
White with #2E6473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6473; }
p { color: rgb(46,100,115); }
H1.HeaderClassName
{
color: #2E6473;
}
.AnyTagClassName
{
color: #2E6473;
}
</style>
background-color css
<style>
a { background-color: #2E6473; }
a { background-color: rgb(46,100,115); }
div.DivClassName
{
background-color: #2E6473;
}
.BgClassName
{
background-color: #2E6473;
}
</style>
border-color css
<style>
span { border-color: #2E6473; }
span { border-color: rgb(46,100,115); }
td.TdClassName
{
border-color: #2E6473;
}
.TagClassName
{
border-color: #2E6473;
}
</style>