Shades of Blumine #2E5B64
Tints of Blumine #2E5B64
RGB
CMYK
RGB Variations
Color information
#2E5B64 (or 0x2E5B64) is known color: Blumine. HEX triplet: 2E, 5B and 64. RGB value is (46,91,100). Sum of RGB (Red+Green+Blue) = 46+91+100=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 100 (39.45% from 255 or 42.19% from 237); Max value from RGB is 100 - color contains mainly: blue. Hex color #2E5B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5B64 is #D1A49B. Grayscale: #4E4E4E. Windows color (decimal): -13739164 or 6576942. OLE color: 6576942.
HSL color Cylindrical-coordinate representation of color #2E5B64: hue angle of 190º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E5B64 is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 46 | 91 | 100 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.61 |
| HSL | 190º | 0.37% | 0.29% | - |
| HSV(B) | 190º | 0.54% | 0.39% | - |
| XYZ | 7.17 | 8.98 | 13.41 | - |
| YUV | 78.57 | 140.09 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 91 | 100 | 0.54 | 0.09 | 0 | 0.61 | 190 | 0.37 | 0.29 |
| Hex | 2E | 5B | 64 | 36 | 9 | 0 | 3D | BE | 25 | 1D |
| Octal | 56 | 133 | 144 | 66 | 11 | 0 | 75 | 276 | 45 | 35 |
| Binary | 101110 | 1011011 | 1100100 | 110110 | 1001 | 0 | 111101 | 10111110 | 100101 | 11101 |
Color Harmonies of #2E5B64
Complementary color
Monochromatic Colors of #2E5B64
Black with #2E5B64
Text Example
Text Example
White with #2E5B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5B64; }
p { color: rgb(46,91,100); }
H1.HeaderClassName
{
color: #2E5B64;
}
.AnyTagClassName
{
color: #2E5B64;
}
</style>
background-color css
<style>
a { background-color: #2E5B64; }
a { background-color: rgb(46,91,100); }
div.DivClassName
{
background-color: #2E5B64;
}
.BgClassName
{
background-color: #2E5B64;
}
</style>
border-color css
<style>
span { border-color: #2E5B64; }
span { border-color: rgb(46,91,100); }
td.TdClassName
{
border-color: #2E5B64;
}
.TagClassName
{
border-color: #2E5B64;
}
</style>