COLOR #3E86B5

HEX: #3E86B5
RGB: (62,134,181)

Color info

#3E86B5 contains mainly green and blue colors. Web safe color of #3E86B5 is #3399CC (or #39C).

RGB color model

#3E86B5 color RGB value is (62,134,181).

  • red value is 62;
  • green value is 134;
  • blue value is 181.
RGB:
(62,134,181)
(24%,53%,71%)

RGB channels and saturation

R 62 of 255 = 24%
G 134 of 255 = 53%
B 181 of 255 = 71%

62
134
181

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

Portions of RGB colors in percentages

R + G + B =
62 + 134 + 181 = 377 (100%)
R 62 of 377 ~ 16.45%
G 134 of 377 ~ 35.54%
B 181 of 377 ~ 48.01%

%16.45
%35.54
%48.01

CMYK color model

#3E86B5 color CMYK value is (66,26,0,29).

  • cyan value is 65.75%
  • magenta value is 25.97%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(66,26,0,29)
C66M26Y0K29 
(66%,26%,0%,29%)
(0.66/0.26/0.00/0.29)	

CMYK percentages

%65.75
%25.97
%0
%29.02

Codes

Color #3E86B5 in popluar color models

3E86B5
RGB62134181
HSL204°48.97%47.65%
HSB/HSV204°65.75%70.98%
CMYK65.75%25.97%0.00%
29.02%

Color #3E86B5 in popluar number systems.

HEX3E86B5
Decimal62134181
Binary1111101000011010110101
Octal76206265

Shades and tints

Shades of #3E86B5

#3E86B5
(62,134,181)
#397AA5
(57,122,165)
#346E95
(52,110,149)
#2F6285
(47,98,133)
#2A5675
(42,86,117)
#254A65
(37,74,101)
#203E55
(32,62,85)
#1B3245
(27,50,69)
#162635
(22,38,53)
#111A25
(17,26,37)
#0C0E15
(12,14,21)
#000000
(0,0,0)

Tints of #3E86B5

#3E86B5
(62,134,181)
#4F91BB
(79,145,187)
#609CC1
(96,156,193)
#71A7C7
(113,167,199)
#82B2CD
(130,178,205)
#93BDD3
(147,189,211)
#A4C8D9
(164,200,217)
#B5D3DF
(181,211,223)
#C6DEE5
(198,222,229)
#D7E9EB
(215,233,235)
#E8F4F1
(232,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E86B5 color. Also use rgb(62,134,181) instead hex code.

Text Font Color

.myTextColor { color: #3E86B5; }

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

This text font color is #3E86B5.


Background Color

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

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

This div background color is #3E86B5.


Border color

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

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

This div border color is #3E86B5.


Opacity

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

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

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

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

This text has shadow with #3E86B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E86B5 on black background.


Color preview on white background

This text has color #3E86B5 on white background.



Black color preview on #3E86B5 background

This text has black color on #3E86B5 background.


White color preview on #3E86B5 background

This text has white color on #3E86B5 background.