COLOR #3878AF

HEX: #3878AF
RGB: (56,120,175)

Color info

#3878AF contains mainly green and blue colors. Web safe color of #3878AF is #336699 (or #369).

RGB color model

#3878AF color RGB value is (56,120,175).

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

RGB channels and saturation

R 56 of 255 = 22%
G 120 of 255 = 47%
B 175 of 255 = 69%

56
120
175

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

Portions of RGB colors in percentages

R + G + B =
56 + 120 + 175 = 351 (100%)
R 56 of 351 ~ 15.95%
G 120 of 351 ~ 34.19%
B 175 of 351 ~ 49.86%

%15.95
%34.19
%49.86

CMYK color model

#3878AF color CMYK value is (68,31,0,31).

  • cyan value is 68.00%
  • magenta value is 31.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(68,31,0,31)
C68M31Y0K31 
(68%,31%,0%,31%)
(0.68/0.31/0.00/0.31)	

CMYK percentages

%68
%31.43
%0
%31.37

Codes

Color #3878AF in popluar color models

3878AF
RGB56120175
HSL208°51.52%45.29%
HSB/HSV208°68.00%68.63%
CMYK68.00%31.43%0.00%
31.37%

Color #3878AF in popluar number systems.

HEX3878AF
Decimal56120175
Binary111000111100010101111
Octal70170257

Shades and tints

Shades of #3878AF

#3878AF
(56,120,175)
#336EA0
(51,110,160)
#2E6491
(46,100,145)
#295A82
(41,90,130)
#245073
(36,80,115)
#1F4664
(31,70,100)
#1A3C55
(26,60,85)
#153246
(21,50,70)
#102837
(16,40,55)
#0B1E28
(11,30,40)
#061419
(6,20,25)
#000000
(0,0,0)

Tints of #3878AF

#3878AF
(56,120,175)
#4A84B6
(74,132,182)
#5C90BD
(92,144,189)
#6E9CC4
(110,156,196)
#80A8CB
(128,168,203)
#92B4D2
(146,180,210)
#A4C0D9
(164,192,217)
#B6CCE0
(182,204,224)
#C8D8E7
(200,216,231)
#DAE4EE
(218,228,238)
#ECF0F5
(236,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3878AF; }

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

This text font color is #3878AF.


Background Color

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

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

This div background color is #3878AF.


Border color

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

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

This div border color is #3878AF.


Opacity

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

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

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

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

This text has shadow with #3878AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3878AF on black background.


Color preview on white background

This text has color #3878AF on white background.



Black color preview on #3878AF background

This text has black color on #3878AF background.


White color preview on #3878AF background

This text has white color on #3878AF background.