Shades of Blumine #2E6170
Tints of Blumine #2E6170
RGB
CMYK
RGB Variations
Color information
#2E6170 (or 0x2E6170) is known color: Blumine. HEX triplet: 2E, 61 and 70. RGB value is (46,97,112). Sum of RGB (Red+Green+Blue) = 46+97+112=255 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.04% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #2E6170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6170 is #D19E8F. Grayscale: #535353. Windows color (decimal): -13737616 or 7364910. OLE color: 7364910.
HSL color Cylindrical-coordinate representation of color #2E6170: hue angle of 193.64º 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 #2E6170 is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 97 | 112 | - |
| CMYK | 0.59 | 0.13 | 0 | 0.56 |
| HSL | 193.64º | 0.42% | 0.31% | - |
| HSV(B) | 193.64º | 0.59% | 0.44% | - |
| XYZ | 8.33 | 10.3 | 16.88 | - |
| YUV | 83.46 | 144.1 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 97 | 112 | 0.59 | 0.13 | 0 | 0.56 | 193.64 | 0.42 | 0.31 |
| Hex | 2E | 61 | 70 | 3B | D | 0 | 38 | C2 | 2A | 1F |
| Octal | 56 | 141 | 160 | 73 | 15 | 0 | 70 | 302 | 52 | 37 |
| Binary | 101110 | 1100001 | 1110000 | 111011 | 1101 | 0 | 111000 | 11000010 | 101010 | 11111 |
Color Harmonies of #2E6170
Complementary color
Monochromatic Colors of #2E6170
Black with #2E6170
Text Example
Text Example
White with #2E6170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6170; }
p { color: rgb(46,97,112); }
H1.HeaderClassName
{
color: #2E6170;
}
.AnyTagClassName
{
color: #2E6170;
}
</style>
background-color css
<style>
a { background-color: #2E6170; }
a { background-color: rgb(46,97,112); }
div.DivClassName
{
background-color: #2E6170;
}
.BgClassName
{
background-color: #2E6170;
}
</style>
border-color css
<style>
span { border-color: #2E6170; }
span { border-color: rgb(46,97,112); }
td.TdClassName
{
border-color: #2E6170;
}
.TagClassName
{
border-color: #2E6170;
}
</style>