COLOR #3878E1

HEX: #3878E1
RGB: (56,120,225)

Color info

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

RGB color model

#3878E1 color RGB value is (56,120,225).

  • red value is 56;
  • green value is 120;
  • blue value is 225.
RGB:
(56,120,225)
(22%,47%,88%)

RGB channels and saturation

R 56 of 255 = 22%
G 120 of 255 = 47%
B 225 of 255 = 88%

56
120
225

R + G + B ~ 52%. #3878E1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
56 + 120 + 225 = 401 (100%)
R 56 of 401 ~ 13.97%
G 120 of 401 ~ 29.93%
B 225 of 401 ~ 56.11%

%13.97
%29.93
%56.11

CMYK color model

#3878E1 color CMYK value is (75,47,0,12).

  • cyan value is 75.11%
  • magenta value is 46.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(75,47,0,12)
C75M47Y0K12 
(75%,47%,0%,12%)
(0.75/0.47/0.00/0.12)	

CMYK percentages

%75.11
%46.67
%0
%11.76

Codes

Color #3878E1 in popluar color models

3878E1
RGB56120225
HSL217°73.80%55.10%
HSB/HSV217°75.11%88.24%
CMYK75.11%46.67%0.00%
11.76%

Color #3878E1 in popluar number systems.

HEX3878E1
Decimal56120225
Binary111000111100011100001
Octal70170341

Shades and tints

Shades of #3878E1

#3878E1
(56,120,225)
#336ECD
(51,110,205)
#2E64B9
(46,100,185)
#295AA5
(41,90,165)
#245091
(36,80,145)
#1F467D
(31,70,125)
#1A3C69
(26,60,105)
#153255
(21,50,85)
#102841
(16,40,65)
#0B1E2D
(11,30,45)
#061419
(6,20,25)
#000000
(0,0,0)

Tints of #3878E1

#3878E1
(56,120,225)
#4A84E3
(74,132,227)
#5C90E5
(92,144,229)
#6E9CE7
(110,156,231)
#80A8E9
(128,168,233)
#92B4EB
(146,180,235)
#A4C0ED
(164,192,237)
#B6CCEF
(182,204,239)
#C8D8F1
(200,216,241)
#DAE4F3
(218,228,243)
#ECF0F5
(236,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3878E1 color. Also use rgb(56,120,225) instead hex code.

Text Font Color

.myTextColor { color: #3878E1; }

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

This text font color is #3878E1.


Background Color

.myBgColor { background-color: #3878E1; }

<div style="background-color:#3878E1">Inner text</div>

This div background color is #3878E1.


Border color

.myBorderColor { border: 1px solid #3878E1; }

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

This div border color is #3878E1.


Opacity

.myOpacity80 { color: #3878E1; opacity: 0.8; }

<p style="color:#3878E1;opacity:0.8;">80%</p>

Text with #3878E1 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 #3878E1;}

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

This text has shadow with #3878E1 color.

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

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

This text has shadow with #3878E1 primary color and red secondary color.


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

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

This text has shadow with #3878E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3878E1 on black background.


Color preview on white background

This text has color #3878E1 on white background.



Black color preview on #3878E1 background

This text has black color on #3878E1 background.


White color preview on #3878E1 background

This text has white color on #3878E1 background.