COLOR #3E97EC

HEX: #3E97EC RGB: (62,151,236)

Color info

#3E97EC contains mainly blue color. Web safe color of #3E97EC is #3399FF (or #39F).

RGB color model

#3E97EC color RGB value is (62,151,236).

RGB: (62,151,236) (24%, 59%, 93%)

RGB channels and saturation

R 62 of 255 = 24%
G 151 of 255 = 59%
B 236 of 255 = 93%

62
151
236

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

Portions of RGB colors in percentages

R + G + B = 62 + 151 + 236 = 449 (100%)
R 62 of 449 ~ 13.81%
G 151 of 449 ~ 33.63%
B 236 of 449 ~ 52.56'%

%13.81
%33.63
%52.56

CMYK color model

#3E97EC color CMYK value is (74,36,0,7).

  • cyan value is 73.73%
  • magenta value is 36.02%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (74,36,0,7)
C74M36Y0K7 (74%, 36%, 0%, 7%)
(0.74 / 0.36 / 0.00 / 0.07)

CMYK percentages

%73.73
%36.02
%0
%7.45

Codes

Color #3E97EC in popluar color models

3E 97 EC
RGB 62 151 236
HSL 209° 82.08% 58.43%
HSB/HSV 209° 73.73% 92.55%
CMYK 73.73% 36.02% 0.00%
7.45%

Color #3E97EC in popluar number systems.

HEX 3E 97 EC
Decimal 62 151 236
Binary 111110 10010111 11101100
Octal 76 227 354

Shades and tints

Shades of #3E97EC

#3E97EC
(62,151,236)
#398AD7
(57,138,215)
#347DC2
(52,125,194)
#2F70AD
(47,112,173)
#2A6398
(42,99,152)
#255683
(37,86,131)
#20496E
(32,73,110)
#1B3C59
(27,60,89)
#162F44
(22,47,68)
#11222F
(17,34,47)
#0C151A
(12,21,26)
#000000
(0,0,0)

Tints of #3E97EC

#3E97EC
(62,151,236)
#4FA0ED
(79,160,237)
#60A9EE
(96,169,238)
#71B2EF
(113,178,239)
#82BBF0
(130,187,240)
#93C4F1
(147,196,241)
#A4CDF2
(164,205,242)
#B5D6F3
(181,214,243)
#C6DFF4
(198,223,244)
#D7E8F5
(215,232,245)
#E8F1F6
(232,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E97EC; }

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

This text font color is #3E97EC.

Background Color

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

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

This div background color is #3E97EC.

Border color

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

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

This div border color is #3E97EC.

Opacity

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

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

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

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

This text has shadow with #3E97EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E97EC.

Preview

Color preview on black background

This text has color #3E97EC on black background.


Color preview on white background

This text has color #3E97EC on white background.


Black color preview on #3E97EC background

This text has black color on #3E97EC background.


White color preview on #3E97EC background

This text has white color on #3E97EC background.


Related colors

Complementary color

Complementary color for #hex is #C16813.


I love getcolorcode.com

Triadic colors

1 #EC3E97 and #97EC3E with #3E97EC are triadic colors.

2 #EC973E and #973EEC with #3E97EC are triadic colors.