Shades of Blumine #2E646F
Tints of Blumine #2E646F
RGB
CMYK
RGB Variations
Color information
#2E646F (or 0x2E646F) is known color: Blumine. HEX triplet: 2E, 64 and 6F. RGB value is (46,100,111). Sum of RGB (Red+Green+Blue) = 46+100+111=257 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.90% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 111 (43.75% from 255 or 43.19% from 257); Max value from RGB is 111 - color contains mainly: blue. Hex color #2E646F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E646F is #D19B90. Grayscale: #555555. Windows color (decimal): -13736849 or 7300142. OLE color: 7300142.
HSL color Cylindrical-coordinate representation of color #2E646F: hue angle of 190.15º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E646F is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 100 | 111 | - |
| CMYK | 0.59 | 0.10 | 0 | 0.56 |
| HSL | 190.15º | 0.41% | 0.31% | - |
| HSV(B) | 190.15º | 0.59% | 0.44% | - |
| XYZ | 8.55 | 10.84 | 16.68 | - |
| YUV | 85.11 | 142.61 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 100 | 111 | 0.59 | 0.10 | 0 | 0.56 | 190.15 | 0.41 | 0.31 |
| Hex | 2E | 64 | 6F | 3B | A | 0 | 38 | BE | 29 | 1F |
| Octal | 56 | 144 | 157 | 73 | 12 | 0 | 70 | 276 | 51 | 37 |
| Binary | 101110 | 1100100 | 1101111 | 111011 | 1010 | 0 | 111000 | 10111110 | 101001 | 11111 |
Color Harmonies of #2E646F
Complementary color
Monochromatic Colors of #2E646F
Black with #2E646F
Text Example
Text Example
White with #2E646F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E646F; }
p { color: rgb(46,100,111); }
H1.HeaderClassName
{
color: #2E646F;
}
.AnyTagClassName
{
color: #2E646F;
}
</style>
background-color css
<style>
a { background-color: #2E646F; }
a { background-color: rgb(46,100,111); }
div.DivClassName
{
background-color: #2E646F;
}
.BgClassName
{
background-color: #2E646F;
}
</style>
border-color css
<style>
span { border-color: #2E646F; }
span { border-color: rgb(46,100,111); }
td.TdClassName
{
border-color: #2E646F;
}
.TagClassName
{
border-color: #2E646F;
}
</style>