Shades of Blumine #2E5B69
Tints of Blumine #2E5B69
RGB
CMYK
RGB Variations
Color information
#2E5B69 (or 0x2E5B69) is known color: Blumine. HEX triplet: 2E, 5B and 69. RGB value is (46,91,105). Sum of RGB (Red+Green+Blue) = 46+91+105=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 105 - color contains mainly: blue. Hex color #2E5B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5B69 is #D1A496. Grayscale: #4F4F4F. Windows color (decimal): -13739159 or 6904622. OLE color: 6904622.
HSL color Cylindrical-coordinate representation of color #2E5B69: hue angle of 194.24º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E5B69 is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 91 | 105 | - |
| CMYK | 0.56 | 0.13 | 0 | 0.59 |
| HSL | 194.24º | 0.39% | 0.3% | - |
| HSV(B) | 194.24º | 0.56% | 0.41% | - |
| XYZ | 7.42 | 9.08 | 14.73 | - |
| YUV | 79.14 | 142.59 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 91 | 105 | 0.56 | 0.13 | 0 | 0.59 | 194.24 | 0.39 | 0.3 |
| Hex | 2E | 5B | 69 | 38 | D | 0 | 3B | C2 | 27 | 1E |
| Octal | 56 | 133 | 151 | 70 | 15 | 0 | 73 | 302 | 47 | 36 |
| Binary | 101110 | 1011011 | 1101001 | 111000 | 1101 | 0 | 111011 | 11000010 | 100111 | 11110 |
Color Harmonies of #2E5B69
Complementary color
Monochromatic Colors of #2E5B69
Black with #2E5B69
Text Example
Text Example
White with #2E5B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5B69; }
p { color: rgb(46,91,105); }
H1.HeaderClassName
{
color: #2E5B69;
}
.AnyTagClassName
{
color: #2E5B69;
}
</style>
background-color css
<style>
a { background-color: #2E5B69; }
a { background-color: rgb(46,91,105); }
div.DivClassName
{
background-color: #2E5B69;
}
.BgClassName
{
background-color: #2E5B69;
}
</style>
border-color css
<style>
span { border-color: #2E5B69; }
span { border-color: rgb(46,91,105); }
td.TdClassName
{
border-color: #2E5B69;
}
.TagClassName
{
border-color: #2E5B69;
}
</style>