COLOR #3879C0

HEX: #3879C0
RGB: (56,121,192)

Color info

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

RGB color model

#3879C0 color RGB value is (56,121,192).

  • red value is 56;
  • green value is 121;
  • blue value is 192.
RGB:
(56,121,192)
(22%,47%,75%)

RGB channels and saturation

R 56 of 255 = 22%
G 121 of 255 = 47%
B 192 of 255 = 75%

56
121
192

R + G + B ~ 48%. #3879C0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
56 + 121 + 192 = 369 (100%)
R 56 of 369 ~ 15.18%
G 121 of 369 ~ 32.79%
B 192 of 369 ~ 52.03%

%15.18
%32.79
%52.03

CMYK color model

#3879C0 color CMYK value is (71,37,0,25).

  • cyan value is 70.83%
  • magenta value is 36.98%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(71,37,0,25)
C71M37Y0K25 
(71%,37%,0%,25%)
(0.71/0.37/0.00/0.25)	

CMYK percentages

%70.83
%36.98
%0
%24.71

Codes

Color #3879C0 in popluar color models

3879C0
RGB56121192
HSL211°54.84%48.63%
HSB/HSV211°70.83%75.29%
CMYK70.83%36.98%0.00%
24.71%

Color #3879C0 in popluar number systems.

HEX3879C0
Decimal56121192
Binary111000111100111000000
Octal70171300

Shades and tints

Shades of #3879C0

#3879C0
(56,121,192)
#336EAF
(51,110,175)
#2E639E
(46,99,158)
#29588D
(41,88,141)
#244D7C
(36,77,124)
#1F426B
(31,66,107)
#1A375A
(26,55,90)
#152C49
(21,44,73)
#102138
(16,33,56)
#0B1627
(11,22,39)
#060B16
(6,11,22)
#000000
(0,0,0)

Tints of #3879C0

#3879C0
(56,121,192)
#4A85C5
(74,133,197)
#5C91CA
(92,145,202)
#6E9DCF
(110,157,207)
#80A9D4
(128,169,212)
#92B5D9
(146,181,217)
#A4C1DE
(164,193,222)
#B6CDE3
(182,205,227)
#C8D9E8
(200,217,232)
#DAE5ED
(218,229,237)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3879C0 color. Also use rgb(56,121,192) instead hex code.

Text Font Color

.myTextColor { color: #3879C0; }

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

This text font color is #3879C0.


Background Color

.myBgColor { background-color: #3879C0; }

<div style="background-color:#3879C0">Inner text</div>

This div background color is #3879C0.


Border color

.myBorderColor { border: 1px solid #3879C0; }

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

This div border color is #3879C0.


Opacity

.myOpacity80 { color: #3879C0; opacity: 0.8; }

<p style="color:#3879C0;opacity:0.8;">80%</p>

Text with #3879C0 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 #3879C0;}

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

This text has shadow with #3879C0 color.

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

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

This text has shadow with #3879C0 primary color and red secondary color.


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

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

This text has shadow with #3879C0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3879C0 on black background.


Color preview on white background

This text has color #3879C0 on white background.



Black color preview on #3879C0 background

This text has black color on #3879C0 background.


White color preview on #3879C0 background

This text has white color on #3879C0 background.