Shades of Blumine #2E5D6D
Tints of Blumine #2E5D6D
RGB
CMYK
RGB Variations
Color information
#2E5D6D (or 0x2E5D6D) is known color: Blumine. HEX triplet: 2E, 5D and 6D. RGB value is (46,93,109). Sum of RGB (Red+Green+Blue) = 46+93+109=248 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.55% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E5D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5D6D is #D1A292. Grayscale: #505050. Windows color (decimal): -13738643 or 7167278. OLE color: 7167278.
HSL color Cylindrical-coordinate representation of color #2E5D6D: hue angle of 195.24º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E5D6D is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 93 | 109 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.57 |
| HSL | 195.24º | 0.41% | 0.3% | - |
| HSV(B) | 195.24º | 0.58% | 0.43% | - |
| XYZ | 7.8 | 9.51 | 15.89 | - |
| YUV | 80.77 | 143.93 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 93 | 109 | 0.58 | 0.15 | 0 | 0.57 | 195.24 | 0.41 | 0.3 |
| Hex | 2E | 5D | 6D | 3A | F | 0 | 39 | C3 | 29 | 1E |
| Octal | 56 | 135 | 155 | 72 | 17 | 0 | 71 | 303 | 51 | 36 |
| Binary | 101110 | 1011101 | 1101101 | 111010 | 1111 | 0 | 111001 | 11000011 | 101001 | 11110 |
Color Harmonies of #2E5D6D
Complementary color
Monochromatic Colors of #2E5D6D
Black with #2E5D6D
Text Example
Text Example
White with #2E5D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5D6D; }
p { color: rgb(46,93,109); }
H1.HeaderClassName
{
color: #2E5D6D;
}
.AnyTagClassName
{
color: #2E5D6D;
}
</style>
background-color css
<style>
a { background-color: #2E5D6D; }
a { background-color: rgb(46,93,109); }
div.DivClassName
{
background-color: #2E5D6D;
}
.BgClassName
{
background-color: #2E5D6D;
}
</style>
border-color css
<style>
span { border-color: #2E5D6D; }
span { border-color: rgb(46,93,109); }
td.TdClassName
{
border-color: #2E5D6D;
}
.TagClassName
{
border-color: #2E5D6D;
}
</style>