COLOR #3880DD

HEX: #3880DD
RGB: (56,128,221)

Color info

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

RGB color model

#3880DD color RGB value is (56,128,221).

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

RGB channels and saturation

R 56 of 255 = 22%
G 128 of 255 = 50%
B 221 of 255 = 87%

56
128
221

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

Portions of RGB colors in percentages

R + G + B =
56 + 128 + 221 = 405 (100%)
R 56 of 405 ~ 13.83%
G 128 of 405 ~ 31.6%
B 221 of 405 ~ 54.57%

%13.83
%31.6
%54.57

CMYK color model

#3880DD color CMYK value is (75,42,0,13).

  • cyan value is 74.66%
  • magenta value is 42.08%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(75,42,0,13)
C75M42Y0K13 
(75%,42%,0%,13%)
(0.75/0.42/0.00/0.13)	

CMYK percentages

%74.66
%42.08
%0
%13.33

Codes

Color #3880DD in popluar color models

3880DD
RGB56128221
HSL214°70.82%54.31%
HSB/HSV214°74.66%86.67%
CMYK74.66%42.08%0.00%
13.33%

Color #3880DD in popluar number systems.

HEX3880DD
Decimal56128221
Binary1110001000000011011101
Octal70200335

Shades and tints

Shades of #3880DD

#3880DD
(56,128,221)
#3375C9
(51,117,201)
#2E6AB5
(46,106,181)
#295FA1
(41,95,161)
#24548D
(36,84,141)
#1F4979
(31,73,121)
#1A3E65
(26,62,101)
#153351
(21,51,81)
#10283D
(16,40,61)
#0B1D29
(11,29,41)
#061215
(6,18,21)
#000000
(0,0,0)

Tints of #3880DD

#3880DD
(56,128,221)
#4A8BE0
(74,139,224)
#5C96E3
(92,150,227)
#6EA1E6
(110,161,230)
#80ACE9
(128,172,233)
#92B7EC
(146,183,236)
#A4C2EF
(164,194,239)
#B6CDF2
(182,205,242)
#C8D8F5
(200,216,245)
#DAE3F8
(218,227,248)
#ECEEFB
(236,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3880DD; }

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

This text font color is #3880DD.


Background Color

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

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

This div background color is #3880DD.


Border color

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

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

This div border color is #3880DD.


Opacity

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

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

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

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

This text has shadow with #3880DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3880DD on black background.


Color preview on white background

This text has color #3880DD on white background.



Black color preview on #3880DD background

This text has black color on #3880DD background.


White color preview on #3880DD background

This text has white color on #3880DD background.