COLOR #3E8EA5

HEX: #3E8EA5
RGB: (62,142,165)

Color info

#3E8EA5 contains mainly green and blue colors. Web safe color of #3E8EA5 is #339999 (or #399).

RGB color model

#3E8EA5 color RGB value is (62,142,165).

  • red value is 62;
  • green value is 142;
  • blue value is 165.
RGB:
(62,142,165)
(24%,56%,65%)

RGB channels and saturation

R 62 of 255 = 24%
G 142 of 255 = 56%
B 165 of 255 = 65%

62
142
165

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

Portions of RGB colors in percentages

R + G + B =
62 + 142 + 165 = 369 (100%)
R 62 of 369 ~ 16.8%
G 142 of 369 ~ 38.48%
B 165 of 369 ~ 44.72%

%16.8
%38.48
%44.72

CMYK color model

#3E8EA5 color CMYK value is (62,14,0,35).

  • cyan value is 62.42%
  • magenta value is 13.94%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(62,14,0,35)
C62M14Y0K35 
(62%,14%,0%,35%)
(0.62/0.14/0.00/0.35)	

CMYK percentages

%62.42
%13.94
%0
%35.29

Codes

Color #3E8EA5 in popluar color models

3E8EA5
RGB62142165
HSL193°45.37%44.51%
HSB/HSV193°62.42%64.71%
CMYK62.42%13.94%0.00%
35.29%

Color #3E8EA5 in popluar number systems.

HEX3E8EA5
Decimal62142165
Binary1111101000111010100101
Octal76216245

Shades and tints

Shades of #3E8EA5

#3E8EA5
(62,142,165)
#398296
(57,130,150)
#347687
(52,118,135)
#2F6A78
(47,106,120)
#2A5E69
(42,94,105)
#25525A
(37,82,90)
#20464B
(32,70,75)
#1B3A3C
(27,58,60)
#162E2D
(22,46,45)
#11221E
(17,34,30)
#0C160F
(12,22,15)
#000000
(0,0,0)

Tints of #3E8EA5

#3E8EA5
(62,142,165)
#4F98AD
(79,152,173)
#60A2B5
(96,162,181)
#71ACBD
(113,172,189)
#82B6C5
(130,182,197)
#93C0CD
(147,192,205)
#A4CAD5
(164,202,213)
#B5D4DD
(181,212,221)
#C6DEE5
(198,222,229)
#D7E8ED
(215,232,237)
#E8F2F5
(232,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E8EA5; }

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

This text font color is #3E8EA5.


Background Color

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

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

This div background color is #3E8EA5.


Border color

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

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

This div border color is #3E8EA5.


Opacity

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

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

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

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

This text has shadow with #3E8EA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E8EA5 on black background.


Color preview on white background

This text has color #3E8EA5 on white background.



Black color preview on #3E8EA5 background

This text has black color on #3E8EA5 background.


White color preview on #3E8EA5 background

This text has white color on #3E8EA5 background.