COLOR #3880C4

HEX: #3880C4
RGB: (56,128,196)

Color info

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

RGB color model

#3880C4 color RGB value is (56,128,196).

  • red value is 56;
  • green value is 128;
  • blue value is 196.
RGB:
(56,128,196)
(22%,50%,77%)

RGB channels and saturation

R 56 of 255 = 22%
G 128 of 255 = 50%
B 196 of 255 = 77%

56
128
196

R + G + B ~ 50%. #3880C4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
56 + 128 + 196 = 380 (100%)
R 56 of 380 ~ 14.74%
G 128 of 380 ~ 33.68%
B 196 of 380 ~ 51.58%

%14.74
%33.68
%51.58

CMYK color model

#3880C4 color CMYK value is (71,35,0,23).

  • cyan value is 71.43%
  • magenta value is 34.69%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(71,35,0,23)
C71M35Y0K23 
(71%,35%,0%,23%)
(0.71/0.35/0.00/0.23)	

CMYK percentages

%71.43
%34.69
%0
%23.14

Codes

Color #3880C4 in popluar color models

3880C4
RGB56128196
HSL209°55.56%49.41%
HSB/HSV209°71.43%76.86%
CMYK71.43%34.69%0.00%
23.14%

Color #3880C4 in popluar number systems.

HEX3880C4
Decimal56128196
Binary1110001000000011000100
Octal70200304

Shades and tints

Shades of #3880C4

#3880C4
(56,128,196)
#3375B3
(51,117,179)
#2E6AA2
(46,106,162)
#295F91
(41,95,145)
#245480
(36,84,128)
#1F496F
(31,73,111)
#1A3E5E
(26,62,94)
#15334D
(21,51,77)
#10283C
(16,40,60)
#0B1D2B
(11,29,43)
#06121A
(6,18,26)
#000000
(0,0,0)

Tints of #3880C4

#3880C4
(56,128,196)
#4A8BC9
(74,139,201)
#5C96CE
(92,150,206)
#6EA1D3
(110,161,211)
#80ACD8
(128,172,216)
#92B7DD
(146,183,221)
#A4C2E2
(164,194,226)
#B6CDE7
(182,205,231)
#C8D8EC
(200,216,236)
#DAE3F1
(218,227,241)
#ECEEF6
(236,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3880C4 color. Also use rgb(56,128,196) instead hex code.

Text Font Color

.myTextColor { color: #3880C4; }

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

This text font color is #3880C4.


Background Color

.myBgColor { background-color: #3880C4; }

<div style="background-color:#3880C4">Inner text</div>

This div background color is #3880C4.


Border color

.myBorderColor { border: 1px solid #3880C4; }

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

This div border color is #3880C4.


Opacity

.myOpacity80 { color: #3880C4; opacity: 0.8; }

<p style="color:#3880C4;opacity:0.8;">80%</p>

Text with #3880C4 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 #3880C4;}

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

This text has shadow with #3880C4 color.

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

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

This text has shadow with #3880C4 primary color and red secondary color.


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

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

This text has shadow with #3880C4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3880C4 on black background.


Color preview on white background

This text has color #3880C4 on white background.



Black color preview on #3880C4 background

This text has black color on #3880C4 background.


White color preview on #3880C4 background

This text has white color on #3880C4 background.