COLOR #3E7CF6

HEX: #3E7CF6
RGB: (62,124,246)

Color info

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

RGB color model

#3E7CF6 color RGB value is (62,124,246).

  • red value is 62;
  • green value is 124;
  • blue value is 246.
RGB:
(62,124,246)
(24%,49%,96%)

RGB channels and saturation

R 62 of 255 = 24%
G 124 of 255 = 49%
B 246 of 255 = 96%

62
124
246

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

Portions of RGB colors in percentages

R + G + B =
62 + 124 + 246 = 432 (100%)
R 62 of 432 ~ 14.35%
G 124 of 432 ~ 28.7%
B 246 of 432 ~ 56.94%

%14.35
%28.7
%56.94

CMYK color model

#3E7CF6 color CMYK value is (75,50,0,4).

  • cyan value is 74.80%
  • magenta value is 49.59%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(75,50,0,4)
C75M50Y0K4 
(75%,50%,0%,4%)
(0.75/0.50/0.00/0.04)	

CMYK percentages

%74.8
%49.59
%0
%3.53

Codes

Color #3E7CF6 in popluar color models

3E7CF6
RGB62124246
HSL220°91.09%60.39%
HSB/HSV220°74.80%96.47%
CMYK74.80%49.59%0.00%
3.53%

Color #3E7CF6 in popluar number systems.

HEX3E7CF6
Decimal62124246
Binary111110111110011110110
Octal76174366

Shades and tints

Shades of #3E7CF6

#3E7CF6
(62,124,246)
#3971E0
(57,113,224)
#3466CA
(52,102,202)
#2F5BB4
(47,91,180)
#2A509E
(42,80,158)
#254588
(37,69,136)
#203A72
(32,58,114)
#1B2F5C
(27,47,92)
#162446
(22,36,70)
#111930
(17,25,48)
#0C0E1A
(12,14,26)
#000000
(0,0,0)

Tints of #3E7CF6

#3E7CF6
(62,124,246)
#4F87F6
(79,135,246)
#6092F6
(96,146,246)
#719DF6
(113,157,246)
#82A8F6
(130,168,246)
#93B3F6
(147,179,246)
#A4BEF6
(164,190,246)
#B5C9F6
(181,201,246)
#C6D4F6
(198,212,246)
#D7DFF6
(215,223,246)
#E8EAF6
(232,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E7CF6; }

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

This text font color is #3E7CF6.


Background Color

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

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

This div background color is #3E7CF6.


Border color

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

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

This div border color is #3E7CF6.


Opacity

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

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

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

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

This text has shadow with #3E7CF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E7CF6 on black background.


Color preview on white background

This text has color #3E7CF6 on white background.



Black color preview on #3E7CF6 background

This text has black color on #3E7CF6 background.


White color preview on #3E7CF6 background

This text has white color on #3E7CF6 background.