Shades of Blumine #2E6870
Tints of Blumine #2E6870
RGB
CMYK
RGB Variations
Color information
#2E6870 (or 0x2E6870) is known color: Blumine. HEX triplet: 2E, 68 and 70. RGB value is (46,104,112). Sum of RGB (Red+Green+Blue) = 46+104+112=262 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.56% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 112 - color contains mainly: blue. Hex color #2E6870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6870 is #D1978F. Grayscale: #575757. Windows color (decimal): -13735824 or 7366702. OLE color: 7366702.
HSL color Cylindrical-coordinate representation of color #2E6870: hue angle of 187.27º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E6870 is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 104 | 112 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.56 |
| HSL | 187.27º | 0.42% | 0.31% | - |
| HSV(B) | 187.27º | 0.59% | 0.44% | - |
| XYZ | 9 | 11.65 | 17.1 | - |
| YUV | 87.57 | 141.78 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 104 | 112 | 0.59 | 0.07 | 0 | 0.56 | 187.27 | 0.42 | 0.31 |
| Hex | 2E | 68 | 70 | 3B | 7 | 0 | 38 | BB | 2A | 1F |
| Octal | 56 | 150 | 160 | 73 | 7 | 0 | 70 | 273 | 52 | 37 |
| Binary | 101110 | 1101000 | 1110000 | 111011 | 111 | 0 | 111000 | 10111011 | 101010 | 11111 |
Color Harmonies of #2E6870
Complementary color
Monochromatic Colors of #2E6870
Black with #2E6870
Text Example
Text Example
White with #2E6870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6870; }
p { color: rgb(46,104,112); }
H1.HeaderClassName
{
color: #2E6870;
}
.AnyTagClassName
{
color: #2E6870;
}
</style>
background-color css
<style>
a { background-color: #2E6870; }
a { background-color: rgb(46,104,112); }
div.DivClassName
{
background-color: #2E6870;
}
.BgClassName
{
background-color: #2E6870;
}
</style>
border-color css
<style>
span { border-color: #2E6870; }
span { border-color: rgb(46,104,112); }
td.TdClassName
{
border-color: #2E6870;
}
.TagClassName
{
border-color: #2E6870;
}
</style>