Shades of Blumine #2E5F65
Tints of Blumine #2E5F65
RGB
CMYK
RGB Variations
Color information
#2E5F65 (or 0x2E5F65) is known color: Blumine. HEX triplet: 2E, 5F and 65. RGB value is (46,95,101). Sum of RGB (Red+Green+Blue) = 46+95+101=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 101 - color contains mainly: blue. Hex color #2E5F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5F65 is #D1A09A. Grayscale: #505050. Windows color (decimal): -13738139 or 6643502. OLE color: 6643502.
HSL color Cylindrical-coordinate representation of color #2E5F65: hue angle of 186.55º 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 #2E5F65 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 95 | 101 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.60 |
| HSL | 186.55º | 0.37% | 0.29% | - |
| HSV(B) | 186.55º | 0.54% | 0.4% | - |
| XYZ | 7.57 | 9.7 | 13.79 | - |
| YUV | 81.03 | 139.27 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 95 | 101 | 0.54 | 0.06 | 0 | 0.60 | 186.55 | 0.37 | 0.29 |
| Hex | 2E | 5F | 65 | 36 | 6 | 0 | 3C | BB | 25 | 1D |
| Octal | 56 | 137 | 145 | 66 | 6 | 0 | 74 | 273 | 45 | 35 |
| Binary | 101110 | 1011111 | 1100101 | 110110 | 110 | 0 | 111100 | 10111011 | 100101 | 11101 |
Color Harmonies of #2E5F65
Complementary color
Monochromatic Colors of #2E5F65
Black with #2E5F65
Text Example
Text Example
White with #2E5F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5F65; }
p { color: rgb(46,95,101); }
H1.HeaderClassName
{
color: #2E5F65;
}
.AnyTagClassName
{
color: #2E5F65;
}
</style>
background-color css
<style>
a { background-color: #2E5F65; }
a { background-color: rgb(46,95,101); }
div.DivClassName
{
background-color: #2E5F65;
}
.BgClassName
{
background-color: #2E5F65;
}
</style>
border-color css
<style>
span { border-color: #2E5F65; }
span { border-color: rgb(46,95,101); }
td.TdClassName
{
border-color: #2E5F65;
}
.TagClassName
{
border-color: #2E5F65;
}
</style>