COLOR #3E5DED

HEX: #3E5DED
RGB: (62,93,237)

Color info

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

RGB color model

#3E5DED color RGB value is (62,93,237).

  • red value is 62;
  • green value is 93;
  • blue value is 237.
RGB:
(62,93,237)
(24%,36%,93%)

RGB channels and saturation

R 62 of 255 = 24%
G 93 of 255 = 36%
B 237 of 255 = 93%

62
93
237

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

Portions of RGB colors in percentages

R + G + B =
62 + 93 + 237 = 392 (100%)
R 62 of 392 ~ 15.82%
G 93 of 392 ~ 23.72%
B 237 of 392 ~ 60.46%

%15.82
%23.72
%60.46

CMYK color model

#3E5DED color CMYK value is (74,61,0,7).

  • cyan value is 73.84%
  • magenta value is 60.76%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(74,61,0,7)
C74M61Y0K7 
(74%,61%,0%,7%)
(0.74/0.61/0.00/0.07)	

CMYK percentages

%73.84
%60.76
%0
%7.06

Codes

Color #3E5DED in popluar color models

3E5DED
RGB6293237
HSL229°82.94%58.63%
HSB/HSV229°73.84%92.94%
CMYK73.84%60.76%0.00%
7.06%

Color #3E5DED in popluar number systems.

HEX3E5DED
Decimal6293237
Binary111110101110111101101
Octal76135355

Shades and tints

Shades of #3E5DED

#3E5DED
(62,93,237)
#3955D8
(57,85,216)
#344DC3
(52,77,195)
#2F45AE
(47,69,174)
#2A3D99
(42,61,153)
#253584
(37,53,132)
#202D6F
(32,45,111)
#1B255A
(27,37,90)
#161D45
(22,29,69)
#111530
(17,21,48)
#0C0D1B
(12,13,27)
#000000
(0,0,0)

Tints of #3E5DED

#3E5DED
(62,93,237)
#4F6BEE
(79,107,238)
#6079EF
(96,121,239)
#7187F0
(113,135,240)
#8295F1
(130,149,241)
#93A3F2
(147,163,242)
#A4B1F3
(164,177,243)
#B5BFF4
(181,191,244)
#C6CDF5
(198,205,245)
#D7DBF6
(215,219,246)
#E8E9F7
(232,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E5DED; }

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

This text font color is #3E5DED.


Background Color

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

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

This div background color is #3E5DED.


Border color

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

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

This div border color is #3E5DED.


Opacity

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

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

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

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

This text has shadow with #3E5DED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5DED on black background.


Color preview on white background

This text has color #3E5DED on white background.



Black color preview on #3E5DED background

This text has black color on #3E5DED background.


White color preview on #3E5DED background

This text has white color on #3E5DED background.