COLOR #3883D2

HEX: #3883D2
RGB: (56,131,210)

Color info

#3883D2 contains mainly blue color. Web safe color of #3883D2 is #3399CC (or #39C).

RGB color model

#3883D2 color RGB value is (56,131,210).

  • red value is 56;
  • green value is 131;
  • blue value is 210.
RGB:
(56,131,210)
(22%,51%,82%)

RGB channels and saturation

R 56 of 255 = 22%
G 131 of 255 = 51%
B 210 of 255 = 82%

56
131
210

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

Portions of RGB colors in percentages

R + G + B =
56 + 131 + 210 = 397 (100%)
R 56 of 397 ~ 14.11%
G 131 of 397 ~ 33%
B 210 of 397 ~ 52.9%

%14.11
%33
%52.9

CMYK color model

#3883D2 color CMYK value is (73,38,0,18).

  • cyan value is 73.33%
  • magenta value is 37.62%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(73,38,0,18)
C73M38Y0K18 
(73%,38%,0%,18%)
(0.73/0.38/0.00/0.18)	

CMYK percentages

%73.33
%37.62
%0
%17.65

Codes

Color #3883D2 in popluar color models

3883D2
RGB56131210
HSL211°63.11%52.16%
HSB/HSV211°73.33%82.35%
CMYK73.33%37.62%0.00%
17.65%

Color #3883D2 in popluar number systems.

HEX3883D2
Decimal56131210
Binary1110001000001111010010
Octal70203322

Shades and tints

Shades of #3883D2

#3883D2
(56,131,210)
#3378BF
(51,120,191)
#2E6DAC
(46,109,172)
#296299
(41,98,153)
#245786
(36,87,134)
#1F4C73
(31,76,115)
#1A4160
(26,65,96)
#15364D
(21,54,77)
#102B3A
(16,43,58)
#0B2027
(11,32,39)
#061514
(6,21,20)
#000000
(0,0,0)

Tints of #3883D2

#3883D2
(56,131,210)
#4A8ED6
(74,142,214)
#5C99DA
(92,153,218)
#6EA4DE
(110,164,222)
#80AFE2
(128,175,226)
#92BAE6
(146,186,230)
#A4C5EA
(164,197,234)
#B6D0EE
(182,208,238)
#C8DBF2
(200,219,242)
#DAE6F6
(218,230,246)
#ECF1FA
(236,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3883D2 color. Also use rgb(56,131,210) instead hex code.

Text Font Color

.myTextColor { color: #3883D2; }

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

This text font color is #3883D2.


Background Color

.myBgColor { background-color: #3883D2; }

<div style="background-color:#3883D2">Inner text</div>

This div background color is #3883D2.


Border color

.myBorderColor { border: 1px solid #3883D2; }

<div style="border:3px solid #3883D2">Div</div>

This div border color is #3883D2.


Opacity

.myOpacity80 { color: #3883D2; opacity: 0.8; }

<p style="color:#3883D2;opacity:0.8;">80%</p>

Text with #3883D2 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 #3883D2;}

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

This text has shadow with #3883D2 color.

.textShadow {text-shadow: 3px 3px 1px #3883D2, 3px 3px 1px red;}

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

This text has shadow with #3883D2 primary color and red secondary color.


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

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

This text has shadow with #3883D2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3883D2 on black background.


Color preview on white background

This text has color #3883D2 on white background.



Black color preview on #3883D2 background

This text has black color on #3883D2 background.


White color preview on #3883D2 background

This text has white color on #3883D2 background.