COLOR #2E3DB5

HEX: #2E3DB5
RGB: (46,61,181)

Color info

#2E3DB5 contains mainly blue color. Web safe color of #2E3DB5 is #3333CC (or #33C).

RGB color model

#2E3DB5 color RGB value is (46,61,181).

  • red value is 46;
  • green value is 61;
  • blue value is 181.
RGB:
(46,61,181)
(18%,24%,71%)

RGB channels and saturation

R 46 of 255 = 18%
G 61 of 255 = 24%
B 181 of 255 = 71%

46
61
181

R + G + B ~ 38%. #2E3DB5 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 61 + 181 = 288 (100%)
R 46 of 288 ~ 15.97%
G 61 of 288 ~ 21.18%
B 181 of 288 ~ 62.85%

%15.97
%21.18
%62.85

CMYK color model

#2E3DB5 color CMYK value is (75,66,0,29).

  • cyan value is 74.59%
  • magenta value is 66.30%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(75,66,0,29)
C75M66Y0K29 
(75%,66%,0%,29%)
(0.75/0.66/0.00/0.29)	

CMYK percentages

%74.59
%66.3
%0
%29.02

Codes

Color #2E3DB5 in popluar color models

2E3DB5
RGB4661181
HSL233°59.47%44.51%
HSB/HSV233°74.59%70.98%
CMYK74.59%66.30%0.00%
29.02%

Color #2E3DB5 in popluar number systems.

HEX2E3DB5
Decimal4661181
Binary10111011110110110101
Octal5675265

Shades and tints

Shades of #2E3DB5

#2E3DB5
(46,61,181)
#2A38A5
(42,56,165)
#263395
(38,51,149)
#222E85
(34,46,133)
#1E2975
(30,41,117)
#1A2465
(26,36,101)
#161F55
(22,31,85)
#121A45
(18,26,69)
#0E1535
(14,21,53)
#0A1025
(10,16,37)
#060B15
(6,11,21)
#000000
(0,0,0)

Tints of #2E3DB5

#2E3DB5
(46,61,181)
#414EBB
(65,78,187)
#545FC1
(84,95,193)
#6770C7
(103,112,199)
#7A81CD
(122,129,205)
#8D92D3
(141,146,211)
#A0A3D9
(160,163,217)
#B3B4DF
(179,180,223)
#C6C5E5
(198,197,229)
#D9D6EB
(217,214,235)
#ECE7F1
(236,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E3DB5 color. Also use rgb(46,61,181) instead hex code.

Text Font Color

.myTextColor { color: #2E3DB5; }

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

This text font color is #2E3DB5.


Background Color

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

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

This div background color is #2E3DB5.


Border color

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

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

This div border color is #2E3DB5.


Opacity

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

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

Text with #2E3DB5 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 #2E3DB5;}

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

This text has shadow with #2E3DB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3DB5 on black background.


Color preview on white background

This text has color #2E3DB5 on white background.



Black color preview on #2E3DB5 background

This text has black color on #2E3DB5 background.


White color preview on #2E3DB5 background

This text has white color on #2E3DB5 background.