COLOR #3E3ED5

HEX: #3E3ED5
RGB: (62,62,213)

Color info

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

RGB color model

#3E3ED5 color RGB value is (62,62,213).

  • red value is 62;
  • green value is 62;
  • blue value is 213.
RGB:
(62,62,213)
(24%,24%,84%)

RGB channels and saturation

R 62 of 255 = 24%
G 62 of 255 = 24%
B 213 of 255 = 84%

62
62
213

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

Portions of RGB colors in percentages

R + G + B =
62 + 62 + 213 = 337 (100%)
R 62 of 337 ~ 18.4%
G 62 of 337 ~ 18.4%
B 213 of 337 ~ 63.2%

%18.4
%18.4
%63.2

CMYK color model

#3E3ED5 color CMYK value is (71,71,0,16).

  • cyan value is 70.89%
  • magenta value is 70.89%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(71,71,0,16)
C71M71Y0K16 
(71%,71%,0%,16%)
(0.71/0.71/0.00/0.16)	

CMYK percentages

%70.89
%70.89
%0
%16.47

Codes

Color #3E3ED5 in popluar color models

3E3ED5
RGB6262213
HSL240°64.26%53.92%
HSB/HSV240°70.89%83.53%
CMYK70.89%70.89%0.00%
16.47%

Color #3E3ED5 in popluar number systems.

HEX3E3ED5
Decimal6262213
Binary11111011111011010101
Octal7676325

Shades and tints

Shades of #3E3ED5

#3E3ED5
(62,62,213)
#3939C2
(57,57,194)
#3434AF
(52,52,175)
#2F2F9C
(47,47,156)
#2A2A89
(42,42,137)
#252576
(37,37,118)
#202063
(32,32,99)
#1B1B50
(27,27,80)
#16163D
(22,22,61)
#11112A
(17,17,42)
#0C0C17
(12,12,23)
#000000
(0,0,0)

Tints of #3E3ED5

#3E3ED5
(62,62,213)
#4F4FD8
(79,79,216)
#6060DB
(96,96,219)
#7171DE
(113,113,222)
#8282E1
(130,130,225)
#9393E4
(147,147,228)
#A4A4E7
(164,164,231)
#B5B5EA
(181,181,234)
#C6C6ED
(198,198,237)
#D7D7F0
(215,215,240)
#E8E8F3
(232,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E3ED5; }

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

This text font color is #3E3ED5.


Background Color

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

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

This div background color is #3E3ED5.


Border color

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

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

This div border color is #3E3ED5.


Opacity

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

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

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

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

This text has shadow with #3E3ED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3ED5 on black background.


Color preview on white background

This text has color #3E3ED5 on white background.



Black color preview on #3E3ED5 background

This text has black color on #3E3ED5 background.


White color preview on #3E3ED5 background

This text has white color on #3E3ED5 background.