Shades of Blumine #2E5864
Tints of Blumine #2E5864
RGB
CMYK
RGB Variations
Color information
#2E5864 (or 0x2E5864) is known color: Blumine. HEX triplet: 2E, 58 and 64. RGB value is (46,88,100). Sum of RGB (Red+Green+Blue) = 46+88+100=234 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.66% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 100 (39.45% from 255 or 42.74% from 234); Max value from RGB is 100 - color contains mainly: blue. Hex color #2E5864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5864 is #D1A79B. Grayscale: #4C4C4C. Windows color (decimal): -13739932 or 6576174. OLE color: 6576174.
HSL color Cylindrical-coordinate representation of color #2E5864: hue angle of 193.33º 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 #2E5864 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 46 | 88 | 100 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.61 |
| HSL | 193.33º | 0.37% | 0.29% | - |
| HSV(B) | 193.33º | 0.54% | 0.39% | - |
| XYZ | 6.92 | 8.48 | 13.33 | - |
| YUV | 76.81 | 141.09 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 88 | 100 | 0.54 | 0.12 | 0 | 0.61 | 193.33 | 0.37 | 0.29 |
| Hex | 2E | 58 | 64 | 36 | C | 0 | 3D | C1 | 25 | 1D |
| Octal | 56 | 130 | 144 | 66 | 14 | 0 | 75 | 301 | 45 | 35 |
| Binary | 101110 | 1011000 | 1100100 | 110110 | 1100 | 0 | 111101 | 11000001 | 100101 | 11101 |
Color Harmonies of #2E5864
Complementary color
Monochromatic Colors of #2E5864
Black with #2E5864
Text Example
Text Example
White with #2E5864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5864; }
p { color: rgb(46,88,100); }
H1.HeaderClassName
{
color: #2E5864;
}
.AnyTagClassName
{
color: #2E5864;
}
</style>
background-color css
<style>
a { background-color: #2E5864; }
a { background-color: rgb(46,88,100); }
div.DivClassName
{
background-color: #2E5864;
}
.BgClassName
{
background-color: #2E5864;
}
</style>
border-color css
<style>
span { border-color: #2E5864; }
span { border-color: rgb(46,88,100); }
td.TdClassName
{
border-color: #2E5864;
}
.TagClassName
{
border-color: #2E5864;
}
</style>