COLOR #3E5BB6

HEX: #3E5BB6
RGB: (62,91,182)

Color info

#3E5BB6 contains mainly blue color. Web safe color of #3E5BB6 is #3366CC (or #36C).

RGB color model

#3E5BB6 color RGB value is (62,91,182).

  • red value is 62;
  • green value is 91;
  • blue value is 182.
RGB:
(62,91,182)
(24%,36%,71%)

RGB channels and saturation

R 62 of 255 = 24%
G 91 of 255 = 36%
B 182 of 255 = 71%

62
91
182

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

Portions of RGB colors in percentages

R + G + B =
62 + 91 + 182 = 335 (100%)
R 62 of 335 ~ 18.51%
G 91 of 335 ~ 27.16%
B 182 of 335 ~ 54.33%

%18.51
%27.16
%54.33

CMYK color model

#3E5BB6 color CMYK value is (66,50,0,29).

  • cyan value is 65.93%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(66,50,0,29)
C66M50Y0K29 
(66%,50%,0%,29%)
(0.66/0.50/0.00/0.29)	

CMYK percentages

%65.93
%50
%0
%28.63

Codes

Color #3E5BB6 in popluar color models

3E5BB6
RGB6291182
HSL226°49.18%47.84%
HSB/HSV226°65.93%71.37%
CMYK65.93%50.00%0.00%
28.63%

Color #3E5BB6 in popluar number systems.

HEX3E5BB6
Decimal6291182
Binary111110101101110110110
Octal76133266

Shades and tints

Shades of #3E5BB6

#3E5BB6
(62,91,182)
#3953A6
(57,83,166)
#344B96
(52,75,150)
#2F4386
(47,67,134)
#2A3B76
(42,59,118)
#253366
(37,51,102)
#202B56
(32,43,86)
#1B2346
(27,35,70)
#161B36
(22,27,54)
#111326
(17,19,38)
#0C0B16
(12,11,22)
#000000
(0,0,0)

Tints of #3E5BB6

#3E5BB6
(62,91,182)
#4F69BC
(79,105,188)
#6077C2
(96,119,194)
#7185C8
(113,133,200)
#8293CE
(130,147,206)
#93A1D4
(147,161,212)
#A4AFDA
(164,175,218)
#B5BDE0
(181,189,224)
#C6CBE6
(198,203,230)
#D7D9EC
(215,217,236)
#E8E7F2
(232,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E5BB6 color. Also use rgb(62,91,182) instead hex code.

Text Font Color

.myTextColor { color: #3E5BB6; }

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

This text font color is #3E5BB6.


Background Color

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

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

This div background color is #3E5BB6.


Border color

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

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

This div border color is #3E5BB6.


Opacity

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

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

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

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

This text has shadow with #3E5BB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5BB6 on black background.


Color preview on white background

This text has color #3E5BB6 on white background.



Black color preview on #3E5BB6 background

This text has black color on #3E5BB6 background.


White color preview on #3E5BB6 background

This text has white color on #3E5BB6 background.