COLOR #3EA2E3

HEX: #3EA2E3
RGB: (62,162,227)

Color info

#3EA2E3 contains mainly blue color. Web safe color of #3EA2E3 is #3399CC (or #39C).

RGB color model

#3EA2E3 color RGB value is (62,162,227).

  • red value is 62;
  • green value is 162;
  • blue value is 227.
RGB:
(62,162,227)
(24%,64%,89%)

RGB channels and saturation

R 62 of 255 = 24%
G 162 of 255 = 64%
B 227 of 255 = 89%

62
162
227

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

Portions of RGB colors in percentages

R + G + B =
62 + 162 + 227 = 451 (100%)
R 62 of 451 ~ 13.75%
G 162 of 451 ~ 35.92%
B 227 of 451 ~ 50.33%

%13.75
%35.92
%50.33

CMYK color model

#3EA2E3 color CMYK value is (73,29,0,11).

  • cyan value is 72.69%
  • magenta value is 28.63%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(73,29,0,11)
C73M29Y0K11 
(73%,29%,0%,11%)
(0.73/0.29/0.00/0.11)	

CMYK percentages

%72.69
%28.63
%0
%10.98

Codes

Color #3EA2E3 in popluar color models

3EA2E3
RGB62162227
HSL204°74.66%56.67%
HSB/HSV204°72.69%89.02%
CMYK72.69%28.63%0.00%
10.98%

Color #3EA2E3 in popluar number systems.

HEX3EA2E3
Decimal62162227
Binary1111101010001011100011
Octal76242343

Shades and tints

Shades of #3EA2E3

#3EA2E3
(62,162,227)
#3994CF
(57,148,207)
#3486BB
(52,134,187)
#2F78A7
(47,120,167)
#2A6A93
(42,106,147)
#255C7F
(37,92,127)
#204E6B
(32,78,107)
#1B4057
(27,64,87)
#163243
(22,50,67)
#11242F
(17,36,47)
#0C161B
(12,22,27)
#000000
(0,0,0)

Tints of #3EA2E3

#3EA2E3
(62,162,227)
#4FAAE5
(79,170,229)
#60B2E7
(96,178,231)
#71BAE9
(113,186,233)
#82C2EB
(130,194,235)
#93CAED
(147,202,237)
#A4D2EF
(164,210,239)
#B5DAF1
(181,218,241)
#C6E2F3
(198,226,243)
#D7EAF5
(215,234,245)
#E8F2F7
(232,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3EA2E3; }

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

This text font color is #3EA2E3.


Background Color

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

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

This div background color is #3EA2E3.


Border color

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

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

This div border color is #3EA2E3.


Opacity

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

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

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

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

This text has shadow with #3EA2E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3EA2E3 on black background.


Color preview on white background

This text has color #3EA2E3 on white background.



Black color preview on #3EA2E3 background

This text has black color on #3EA2E3 background.


White color preview on #3EA2E3 background

This text has white color on #3EA2E3 background.