COLOR #2E51EF

HEX: #2E51EF RGB: (46,81,239)

Color info

#2E51EF contains mainly blue color. Web safe color of #2E51EF is #3366FF (or #36F).

RGB color model

#2E51EF color RGB value is (46,81,239).

RGB: (46,81,239) (18%, 32%, 94%)

RGB channels and saturation

R 46 of 255 = 18%
G 81 of 255 = 32%
B 239 of 255 = 94%

46
81
239

R + G + B ~ 48%. #2E51EF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 46 + 81 + 239 = 366 (100%)
R 46 of 366 ~ 12.57%
G 81 of 366 ~ 22.13%
B 239 of 366 ~ 65.3'%

%12.57
%22.13
%65.3

CMYK color model

#2E51EF color CMYK value is (81,66,0,6).

  • cyan value is 80.75%
  • magenta value is 66.11%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (81,66,0,6) C81M66Y0K6 (81%,66%,0%,6%) (0.81/0.66/0.00/0.06) 

CMYK percentages

%80.75
%66.11
%0
%6.27

Codes

Color #2E51EF in popluar color models

2E 51 EF
RGB 46 81 239
HSL 229° 85.78% 55.88%
HSB/HSV 229° 80.75% 93.73%
CMYK 80.75% 66.11% 0.00%
6.27%

Color #2E51EF in popluar number systems.

HEX 2E 51 EF
Decimal 46 81 239
Binary 101110 1010001 11101111
Octal 56 121 357

Shades and tints

Shades of #2E51EF

#2E51EF
(46,81,239)
#2A4ADA
(42,74,218)
#2643C5
(38,67,197)
#223CB0
(34,60,176)
#1E359B
(30,53,155)
#1A2E86
(26,46,134)
#162771
(22,39,113)
#12205C
(18,32,92)
#0E1947
(14,25,71)
#0A1232
(10,18,50)
#060B1D
(6,11,29)
#000000
(0,0,0)

Tints of #2E51EF

#2E51EF
(46,81,239)
#4160F0
(65,96,240)
#546FF1
(84,111,241)
#677EF2
(103,126,242)
#7A8DF3
(122,141,243)
#8D9CF4
(141,156,244)
#A0ABF5
(160,171,245)
#B3BAF6
(179,186,246)
#C6C9F7
(198,201,247)
#D9D8F8
(217,216,248)
#ECE7F9
(236,231,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E51EF color. Also use rgb(46,81,239) instead hex code.

Text Font Color

.myTextColor { color: #2E51EF; }

<p style="color:#2E51EF">This sample text font color is #2E51EF.</p>

This text font color is #2E51EF.

Background Color

.myBgColor { background-color: #2E51EF; }

<div style="background-color:#2E51EF">Inner text</div>

This div background color is #2E51EF.

Border color

.myBorderColor { border: 1px solid #2E51EF; }

<div style="border:3px solid #2E51EF">Div</div>

This div border color is #2E51EF.

Opacity

.myOpacity80 { color: #2E51EF; opacity: 0.8; }

<p style="color:#2E51EF;opacity:0.8;">80%</p>

Text with #2E51EF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #2E51EF;}

<p style="text-shadow: 3px 3px 1px #2E51EF">Text here.</p>

This text has shadow with #2E51EF color.


.textShadow {text-shadow: 3px 3px 1px #2E51EF', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #2E51EF, 5px 5px 20px red">Text here.</p>

This text has shadow with #2E51EF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#2E51EF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#2E51EF, Direction=45, Strength=4)">Text</p>

This text has shadow with #2E51EF and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #2E51EF;
-webkit-box-shadow: 1px 1px 3px 2px #2E51EF;
box-shadow: 1px 1px 3px 2px #2E51EF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #2E51EF; -webkit-box-shadow: 1px 1px 3px 2px #2E51EF; box-shadow:1px 1px 3px 2px #2E51EF;">
Div content here
</div>

This div box has shadow with color #2E51EF.

Preview

Color preview on black background

This text has color #2E51EF on black background.


Color preview on white background

This text has color #2E51EF on white background.


Black color preview on #2E51EF background

This text has black color on #2E51EF background.


White color preview on #2E51EF background

This text has white color on #2E51EF background.


Related colors

Complementary color

Complementary color for #hex is #D1AE10.


I love getcolorcode.com

Triadic colors

1 #EF2E51 and #51EF2E with #2E51EF are triadic colors.

2 #EF512E and #512EEF with #2E51EF are triadic colors.