Shades of Blumine #2E6771
Tints of Blumine #2E6771
RGB
CMYK
RGB Variations
Color information
#2E6771 (or 0x2E6771) is known color: Blumine. HEX triplet: 2E, 67 and 71. RGB value is (46,103,113). Sum of RGB (Red+Green+Blue) = 46+103+113=262 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.56% from 262); Green value is 103 (40.62% from 255 or 39.31% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #2E6771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6771 is #D1988E. Grayscale: #575757. Windows color (decimal): -13736079 or 7431982. OLE color: 7431982.
HSL color Cylindrical-coordinate representation of color #2E6771: hue angle of 188.96º 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 #2E6771 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 103 | 113 | - |
| CMYK | 0.59 | 0.09 | 0 | 0.56 |
| HSL | 188.96º | 0.42% | 0.31% | - |
| HSV(B) | 188.96º | 0.59% | 0.44% | - |
| XYZ | 8.96 | 11.47 | 17.37 | - |
| YUV | 87.1 | 142.62 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 103 | 113 | 0.59 | 0.09 | 0 | 0.56 | 188.96 | 0.42 | 0.31 |
| Hex | 2E | 67 | 71 | 3B | 9 | 0 | 38 | BD | 2A | 1F |
| Octal | 56 | 147 | 161 | 73 | 11 | 0 | 70 | 275 | 52 | 37 |
| Binary | 101110 | 1100111 | 1110001 | 111011 | 1001 | 0 | 111000 | 10111101 | 101010 | 11111 |
Color Harmonies of #2E6771
Complementary color
Monochromatic Colors of #2E6771
Black with #2E6771
Text Example
Text Example
White with #2E6771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6771; }
p { color: rgb(46,103,113); }
H1.HeaderClassName
{
color: #2E6771;
}
.AnyTagClassName
{
color: #2E6771;
}
</style>
background-color css
<style>
a { background-color: #2E6771; }
a { background-color: rgb(46,103,113); }
div.DivClassName
{
background-color: #2E6771;
}
.BgClassName
{
background-color: #2E6771;
}
</style>
border-color css
<style>
span { border-color: #2E6771; }
span { border-color: rgb(46,103,113); }
td.TdClassName
{
border-color: #2E6771;
}
.TagClassName
{
border-color: #2E6771;
}
</style>