Shades of Blumine #2E6075
Tints of Blumine #2E6075
RGB
CMYK
RGB Variations
Color information
#2E6075 (or 0x2E6075) is known color: Blumine. HEX triplet: 2E, 60 and 75. RGB value is (46,96,117). Sum of RGB (Red+Green+Blue) = 46+96+117=259 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.76% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 117 - color contains mainly: blue. Hex color #2E6075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6075 is #D19F8A. Grayscale: #535353. Windows color (decimal): -13737867 or 7692334. OLE color: 7692334.
HSL color Cylindrical-coordinate representation of color #2E6075: hue angle of 197.75º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E6075 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 96 | 117 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.54 |
| HSL | 197.75º | 0.44% | 0.32% | - |
| HSV(B) | 197.75º | 0.61% | 0.46% | - |
| XYZ | 8.52 | 10.23 | 18.36 | - |
| YUV | 83.44 | 146.94 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 96 | 117 | 0.61 | 0.18 | 0 | 0.54 | 197.75 | 0.44 | 0.32 |
| Hex | 2E | 60 | 75 | 3D | 12 | 0 | 36 | C6 | 2C | 20 |
| Octal | 56 | 140 | 165 | 75 | 22 | 0 | 66 | 306 | 54 | 40 |
| Binary | 101110 | 1100000 | 1110101 | 111101 | 10010 | 0 | 110110 | 11000110 | 101100 | 100000 |
Color Harmonies of #2E6075
Complementary color
Monochromatic Colors of #2E6075
Black with #2E6075
Text Example
Text Example
White with #2E6075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6075; }
p { color: rgb(46,96,117); }
H1.HeaderClassName
{
color: #2E6075;
}
.AnyTagClassName
{
color: #2E6075;
}
</style>
background-color css
<style>
a { background-color: #2E6075; }
a { background-color: rgb(46,96,117); }
div.DivClassName
{
background-color: #2E6075;
}
.BgClassName
{
background-color: #2E6075;
}
</style>
border-color css
<style>
span { border-color: #2E6075; }
span { border-color: rgb(46,96,117); }
td.TdClassName
{
border-color: #2E6075;
}
.TagClassName
{
border-color: #2E6075;
}
</style>