COLOR #3E57BE

HEX: #3E57BE
RGB: (62,87,190)

Color info

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

RGB color model

#3E57BE color RGB value is (62,87,190).

  • red value is 62;
  • green value is 87;
  • blue value is 190.
RGB:
(62,87,190)
(24%,34%,75%)

RGB channels and saturation

R 62 of 255 = 24%
G 87 of 255 = 34%
B 190 of 255 = 75%

62
87
190

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

Portions of RGB colors in percentages

R + G + B =
62 + 87 + 190 = 339 (100%)
R 62 of 339 ~ 18.29%
G 87 of 339 ~ 25.66%
B 190 of 339 ~ 56.05%

%18.29
%25.66
%56.05

CMYK color model

#3E57BE color CMYK value is (67,54,0,25).

  • cyan value is 67.37%
  • magenta value is 54.21%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(67,54,0,25)
C67M54Y0K25 
(67%,54%,0%,25%)
(0.67/0.54/0.00/0.25)	

CMYK percentages

%67.37
%54.21
%0
%25.49

Codes

Color #3E57BE in popluar color models

3E57BE
RGB6287190
HSL228°50.79%49.41%
HSB/HSV228°67.37%74.51%
CMYK67.37%54.21%0.00%
25.49%

Color #3E57BE in popluar number systems.

HEX3E57BE
Decimal6287190
Binary111110101011110111110
Octal76127276

Shades and tints

Shades of #3E57BE

#3E57BE
(62,87,190)
#3950AD
(57,80,173)
#34499C
(52,73,156)
#2F428B
(47,66,139)
#2A3B7A
(42,59,122)
#253469
(37,52,105)
#202D58
(32,45,88)
#1B2647
(27,38,71)
#161F36
(22,31,54)
#111825
(17,24,37)
#0C1114
(12,17,20)
#000000
(0,0,0)

Tints of #3E57BE

#3E57BE
(62,87,190)
#4F66C3
(79,102,195)
#6075C8
(96,117,200)
#7184CD
(113,132,205)
#8293D2
(130,147,210)
#93A2D7
(147,162,215)
#A4B1DC
(164,177,220)
#B5C0E1
(181,192,225)
#C6CFE6
(198,207,230)
#D7DEEB
(215,222,235)
#E8EDF0
(232,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E57BE color. Also use rgb(62,87,190) instead hex code.

Text Font Color

.myTextColor { color: #3E57BE; }

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

This text font color is #3E57BE.


Background Color

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

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

This div background color is #3E57BE.


Border color

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

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

This div border color is #3E57BE.


Opacity

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

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

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

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

This text has shadow with #3E57BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E57BE on black background.


Color preview on white background

This text has color #3E57BE on white background.



Black color preview on #3E57BE background

This text has black color on #3E57BE background.


White color preview on #3E57BE background

This text has white color on #3E57BE background.