COLOR #3E5EE2

HEX: #3E5EE2
RGB: (62,94,226)

Color info

#3E5EE2 contains mainly blue color. Web safe color of #3E5EE2 is #3366CC (or #36C).

RGB color model

#3E5EE2 color RGB value is (62,94,226).

  • red value is 62;
  • green value is 94;
  • blue value is 226.
RGB:
(62,94,226)
(24%,37%,89%)

RGB channels and saturation

R 62 of 255 = 24%
G 94 of 255 = 37%
B 226 of 255 = 89%

62
94
226

R + G + B ~ 50%. #3E5EE2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
62 + 94 + 226 = 382 (100%)
R 62 of 382 ~ 16.23%
G 94 of 382 ~ 24.61%
B 226 of 382 ~ 59.16%

%16.23
%24.61
%59.16

CMYK color model

#3E5EE2 color CMYK value is (73,58,0,11).

  • cyan value is 72.57%
  • magenta value is 58.41%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(73,58,0,11)
C73M58Y0K11 
(73%,58%,0%,11%)
(0.73/0.58/0.00/0.11)	

CMYK percentages

%72.57
%58.41
%0
%11.37

Codes

Color #3E5EE2 in popluar color models

3E5EE2
RGB6294226
HSL228°73.87%56.47%
HSB/HSV228°72.57%88.63%
CMYK72.57%58.41%0.00%
11.37%

Color #3E5EE2 in popluar number systems.

HEX3E5EE2
Decimal6294226
Binary111110101111011100010
Octal76136342

Shades and tints

Shades of #3E5EE2

#3E5EE2
(62,94,226)
#3956CE
(57,86,206)
#344EBA
(52,78,186)
#2F46A6
(47,70,166)
#2A3E92
(42,62,146)
#25367E
(37,54,126)
#202E6A
(32,46,106)
#1B2656
(27,38,86)
#161E42
(22,30,66)
#11162E
(17,22,46)
#0C0E1A
(12,14,26)
#000000
(0,0,0)

Tints of #3E5EE2

#3E5EE2
(62,94,226)
#4F6CE4
(79,108,228)
#607AE6
(96,122,230)
#7188E8
(113,136,232)
#8296EA
(130,150,234)
#93A4EC
(147,164,236)
#A4B2EE
(164,178,238)
#B5C0F0
(181,192,240)
#C6CEF2
(198,206,242)
#D7DCF4
(215,220,244)
#E8EAF6
(232,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E5EE2 color. Also use rgb(62,94,226) instead hex code.

Text Font Color

.myTextColor { color: #3E5EE2; }

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

This text font color is #3E5EE2.


Background Color

.myBgColor { background-color: #3E5EE2; }

<div style="background-color:#3E5EE2">Inner text</div>

This div background color is #3E5EE2.


Border color

.myBorderColor { border: 1px solid #3E5EE2; }

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

This div border color is #3E5EE2.


Opacity

.myOpacity80 { color: #3E5EE2; opacity: 0.8; }

<p style="color:#3E5EE2;opacity:0.8;">80%</p>

Text with #3E5EE2 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 #3E5EE2;}

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

This text has shadow with #3E5EE2 color.

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

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

This text has shadow with #3E5EE2 primary color and red secondary color.


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

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

This text has shadow with #3E5EE2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5EE2 on black background.


Color preview on white background

This text has color #3E5EE2 on white background.



Black color preview on #3E5EE2 background

This text has black color on #3E5EE2 background.


White color preview on #3E5EE2 background

This text has white color on #3E5EE2 background.