Shades of Blumine #2E6074
Tints of Blumine #2E6074
RGB
CMYK
RGB Variations
Color information
#2E6074 (or 0x2E6074) is known color: Blumine. HEX triplet: 2E, 60 and 74. RGB value is (46,96,116). Sum of RGB (Red+Green+Blue) = 46+96+116=258 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.83% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 116 (45.70% from 255 or 44.96% from 258); Max value from RGB is 116 - color contains mainly: blue. Hex color #2E6074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6074 is #D19F8B. Grayscale: #535353. Windows color (decimal): -13737868 or 7626798. OLE color: 7626798.
HSL color Cylindrical-coordinate representation of color #2E6074: hue angle of 197.14º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E6074 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 96 | 116 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.55 |
| HSL | 197.14º | 0.43% | 0.32% | - |
| HSV(B) | 197.14º | 0.6% | 0.45% | - |
| XYZ | 8.46 | 10.21 | 18.05 | - |
| YUV | 83.33 | 146.44 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 96 | 116 | 0.60 | 0.17 | 0 | 0.55 | 197.14 | 0.43 | 0.32 |
| Hex | 2E | 60 | 74 | 3C | 11 | 0 | 37 | C5 | 2B | 20 |
| Octal | 56 | 140 | 164 | 74 | 21 | 0 | 67 | 305 | 53 | 40 |
| Binary | 101110 | 1100000 | 1110100 | 111100 | 10001 | 0 | 110111 | 11000101 | 101011 | 100000 |
Color Harmonies of #2E6074
Complementary color
Monochromatic Colors of #2E6074
Black with #2E6074
Text Example
Text Example
White with #2E6074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6074; }
p { color: rgb(46,96,116); }
H1.HeaderClassName
{
color: #2E6074;
}
.AnyTagClassName
{
color: #2E6074;
}
</style>
background-color css
<style>
a { background-color: #2E6074; }
a { background-color: rgb(46,96,116); }
div.DivClassName
{
background-color: #2E6074;
}
.BgClassName
{
background-color: #2E6074;
}
</style>
border-color css
<style>
span { border-color: #2E6074; }
span { border-color: rgb(46,96,116); }
td.TdClassName
{
border-color: #2E6074;
}
.TagClassName
{
border-color: #2E6074;
}
</style>