Shades of Blumine #2E6579
Tints of Blumine #2E6579
RGB
CMYK
RGB Variations
Color information
#2E6579 (or 0x2E6579) is known color: Blumine. HEX triplet: 2E, 65 and 79. RGB value is (46,101,121). Sum of RGB (Red+Green+Blue) = 46+101+121=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 121 (47.66% from 255 or 45.15% from 268); Max value from RGB is 121 - color contains mainly: blue. Hex color #2E6579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6579 is #D19A86. Grayscale: #565656. Windows color (decimal): -13736583 or 7955758. OLE color: 7955758.
HSL color Cylindrical-coordinate representation of color #2E6579: hue angle of 196º 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 #2E6579 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 101 | 121 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.53 |
| HSL | 196º | 0.45% | 0.33% | - |
| HSV(B) | 196º | 0.62% | 0.47% | - |
| XYZ | 9.23 | 11.27 | 19.78 | - |
| YUV | 86.84 | 147.28 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 101 | 121 | 0.62 | 0.17 | 0 | 0.53 | 196 | 0.45 | 0.33 |
| Hex | 2E | 65 | 79 | 3E | 11 | 0 | 35 | C4 | 2D | 21 |
| Octal | 56 | 145 | 171 | 76 | 21 | 0 | 65 | 304 | 55 | 41 |
| Binary | 101110 | 1100101 | 1111001 | 111110 | 10001 | 0 | 110101 | 11000100 | 101101 | 100001 |
Color Harmonies of #2E6579
Complementary color
Monochromatic Colors of #2E6579
Black with #2E6579
Text Example
Text Example
White with #2E6579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6579; }
p { color: rgb(46,101,121); }
H1.HeaderClassName
{
color: #2E6579;
}
.AnyTagClassName
{
color: #2E6579;
}
</style>
background-color css
<style>
a { background-color: #2E6579; }
a { background-color: rgb(46,101,121); }
div.DivClassName
{
background-color: #2E6579;
}
.BgClassName
{
background-color: #2E6579;
}
</style>
border-color css
<style>
span { border-color: #2E6579; }
span { border-color: rgb(46,101,121); }
td.TdClassName
{
border-color: #2E6579;
}
.TagClassName
{
border-color: #2E6579;
}
</style>