Shades of Blumine #2E6178
Tints of Blumine #2E6178
RGB
CMYK
RGB Variations
Color information
#2E6178 (or 0x2E6178) is known color: Blumine. HEX triplet: 2E, 61 and 78. RGB value is (46,97,120). Sum of RGB (Red+Green+Blue) = 46+97+120=263 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.49% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 120 (47.27% from 255 or 45.63% from 263); Max value from RGB is 120 - color contains mainly: blue. Hex color #2E6178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6178 is #D19E87. Grayscale: #545454. Windows color (decimal): -13737608 or 7889198. OLE color: 7889198.
HSL color Cylindrical-coordinate representation of color #2E6178: hue angle of 198.65º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E6178 is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 97 | 120 | - |
| CMYK | 0.62 | 0.19 | 0 | 0.53 |
| HSL | 198.65º | 0.45% | 0.33% | - |
| HSV(B) | 198.65º | 0.62% | 0.47% | - |
| XYZ | 8.79 | 10.49 | 19.33 | - |
| YUV | 84.37 | 148.1 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 97 | 120 | 0.62 | 0.19 | 0 | 0.53 | 198.65 | 0.45 | 0.33 |
| Hex | 2E | 61 | 78 | 3E | 13 | 0 | 35 | C7 | 2D | 21 |
| Octal | 56 | 141 | 170 | 76 | 23 | 0 | 65 | 307 | 55 | 41 |
| Binary | 101110 | 1100001 | 1111000 | 111110 | 10011 | 0 | 110101 | 11000111 | 101101 | 100001 |
Color Harmonies of #2E6178
Complementary color
Monochromatic Colors of #2E6178
Black with #2E6178
Text Example
Text Example
White with #2E6178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6178; }
p { color: rgb(46,97,120); }
H1.HeaderClassName
{
color: #2E6178;
}
.AnyTagClassName
{
color: #2E6178;
}
</style>
background-color css
<style>
a { background-color: #2E6178; }
a { background-color: rgb(46,97,120); }
div.DivClassName
{
background-color: #2E6178;
}
.BgClassName
{
background-color: #2E6178;
}
</style>
border-color css
<style>
span { border-color: #2E6178; }
span { border-color: rgb(46,97,120); }
td.TdClassName
{
border-color: #2E6178;
}
.TagClassName
{
border-color: #2E6178;
}
</style>