COLOR #3882B5

HEX: #3882B5
RGB: (56,130,181)

Color info

#3882B5 contains mainly green and blue colors. Web safe color of #3882B5 is #3399CC (or #39C).

RGB color model

#3882B5 color RGB value is (56,130,181).

  • red value is 56;
  • green value is 130;
  • blue value is 181.
RGB:
(56,130,181)
(22%,51%,71%)

RGB channels and saturation

R 56 of 255 = 22%
G 130 of 255 = 51%
B 181 of 255 = 71%

56
130
181

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

Portions of RGB colors in percentages

R + G + B =
56 + 130 + 181 = 367 (100%)
R 56 of 367 ~ 15.26%
G 130 of 367 ~ 35.42%
B 181 of 367 ~ 49.32%

%15.26
%35.42
%49.32

CMYK color model

#3882B5 color CMYK value is (69,28,0,29).

  • cyan value is 69.06%
  • magenta value is 28.18%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(69,28,0,29)
C69M28Y0K29 
(69%,28%,0%,29%)
(0.69/0.28/0.00/0.29)	

CMYK percentages

%69.06
%28.18
%0
%29.02

Codes

Color #3882B5 in popluar color models

3882B5
RGB56130181
HSL204°52.74%46.47%
HSB/HSV204°69.06%70.98%
CMYK69.06%28.18%0.00%
29.02%

Color #3882B5 in popluar number systems.

HEX3882B5
Decimal56130181
Binary1110001000001010110101
Octal70202265

Shades and tints

Shades of #3882B5

#3882B5
(56,130,181)
#3377A5
(51,119,165)
#2E6C95
(46,108,149)
#296185
(41,97,133)
#245675
(36,86,117)
#1F4B65
(31,75,101)
#1A4055
(26,64,85)
#153545
(21,53,69)
#102A35
(16,42,53)
#0B1F25
(11,31,37)
#061415
(6,20,21)
#000000
(0,0,0)

Tints of #3882B5

#3882B5
(56,130,181)
#4A8DBB
(74,141,187)
#5C98C1
(92,152,193)
#6EA3C7
(110,163,199)
#80AECD
(128,174,205)
#92B9D3
(146,185,211)
#A4C4D9
(164,196,217)
#B6CFDF
(182,207,223)
#C8DAE5
(200,218,229)
#DAE5EB
(218,229,235)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3882B5 color. Also use rgb(56,130,181) instead hex code.

Text Font Color

.myTextColor { color: #3882B5; }

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

This text font color is #3882B5.


Background Color

.myBgColor { background-color: #3882B5; }

<div style="background-color:#3882B5">Inner text</div>

This div background color is #3882B5.


Border color

.myBorderColor { border: 1px solid #3882B5; }

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

This div border color is #3882B5.


Opacity

.myOpacity80 { color: #3882B5; opacity: 0.8; }

<p style="color:#3882B5;opacity:0.8;">80%</p>

Text with #3882B5 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 #3882B5;}

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

This text has shadow with #3882B5 color.

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

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

This text has shadow with #3882B5 primary color and red secondary color.


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

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

This text has shadow with #3882B5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3882B5 on black background.


Color preview on white background

This text has color #3882B5 on white background.



Black color preview on #3882B5 background

This text has black color on #3882B5 background.


White color preview on #3882B5 background

This text has white color on #3882B5 background.