Shades of Blumine #2E6166
Tints of Blumine #2E6166
RGB
CMYK
RGB Variations
Color information
#2E6166 (or 0x2E6166) is known color: Blumine. HEX triplet: 2E, 61 and 66. RGB value is (46,97,102). Sum of RGB (Red+Green+Blue) = 46+97+102=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 102 (40.23% from 255 or 41.63% from 245); Max value from RGB is 102 - color contains mainly: blue. Hex color #2E6166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6166 is #D19E99. Grayscale: #525252. Windows color (decimal): -13737626 or 6709550. OLE color: 6709550.
HSL color Cylindrical-coordinate representation of color #2E6166: hue angle of 185.36º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E6166 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 46 | 97 | 102 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.6 |
| HSL | 185.36º | 0.38% | 0.29% | - |
| HSV(B) | 185.36º | 0.55% | 0.4% | - |
| XYZ | 7.8 | 10.09 | 14.11 | - |
| YUV | 82.32 | 139.1 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 97 | 102 | 0.55 | 0.05 | 0 | 0.6 | 185.36 | 0.38 | 0.29 |
| Hex | 2E | 61 | 66 | 37 | 5 | 0 | 3C | B9 | 26 | 1D |
| Octal | 56 | 141 | 146 | 67 | 5 | 0 | 74 | 271 | 46 | 35 |
| Binary | 101110 | 1100001 | 1100110 | 110111 | 101 | 0 | 111100 | 10111001 | 100110 | 11101 |
Color Harmonies of #2E6166
Complementary color
Monochromatic Colors of #2E6166
Black with #2E6166
Text Example
Text Example
White with #2E6166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6166; }
p { color: rgb(46,97,102); }
H1.HeaderClassName
{
color: #2E6166;
}
.AnyTagClassName
{
color: #2E6166;
}
</style>
background-color css
<style>
a { background-color: #2E6166; }
a { background-color: rgb(46,97,102); }
div.DivClassName
{
background-color: #2E6166;
}
.BgClassName
{
background-color: #2E6166;
}
</style>
border-color css
<style>
span { border-color: #2E6166; }
span { border-color: rgb(46,97,102); }
td.TdClassName
{
border-color: #2E6166;
}
.TagClassName
{
border-color: #2E6166;
}
</style>