Shades of Blumine #2E5D65
Tints of Blumine #2E5D65
RGB
CMYK
RGB Variations
Color information
#2E5D65 (or 0x2E5D65) is known color: Blumine. HEX triplet: 2E, 5D and 65. RGB value is (46,93,101). Sum of RGB (Red+Green+Blue) = 46+93+101=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 101 - color contains mainly: blue. Hex color #2E5D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5D65 is #D1A29A. Grayscale: #4F4F4F. Windows color (decimal): -13738651 or 6642990. OLE color: 6642990.
HSL color Cylindrical-coordinate representation of color #2E5D65: hue angle of 188.73º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E5D65 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 93 | 101 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.60 |
| HSL | 188.73º | 0.37% | 0.29% | - |
| HSV(B) | 188.73º | 0.54% | 0.4% | - |
| XYZ | 7.39 | 9.35 | 13.73 | - |
| YUV | 79.86 | 139.93 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 93 | 101 | 0.54 | 0.08 | 0 | 0.60 | 188.73 | 0.37 | 0.29 |
| Hex | 2E | 5D | 65 | 36 | 8 | 0 | 3C | BD | 25 | 1D |
| Octal | 56 | 135 | 145 | 66 | 10 | 0 | 74 | 275 | 45 | 35 |
| Binary | 101110 | 1011101 | 1100101 | 110110 | 1000 | 0 | 111100 | 10111101 | 100101 | 11101 |
Color Harmonies of #2E5D65
Complementary color
Monochromatic Colors of #2E5D65
Black with #2E5D65
Text Example
Text Example
White with #2E5D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5D65; }
p { color: rgb(46,93,101); }
H1.HeaderClassName
{
color: #2E5D65;
}
.AnyTagClassName
{
color: #2E5D65;
}
</style>
background-color css
<style>
a { background-color: #2E5D65; }
a { background-color: rgb(46,93,101); }
div.DivClassName
{
background-color: #2E5D65;
}
.BgClassName
{
background-color: #2E5D65;
}
</style>
border-color css
<style>
span { border-color: #2E5D65; }
span { border-color: rgb(46,93,101); }
td.TdClassName
{
border-color: #2E5D65;
}
.TagClassName
{
border-color: #2E5D65;
}
</style>