COLOR #3870CD

HEX: #3870CD RGB: (56,112,205)

Color info

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

RGB color model

#3870CD color RGB value is (56,112,205).

RGB: (56,112,205) (22%, 44%, 80%)

RGB channels and saturation

R 56 of 255 = 22%
G 112 of 255 = 44%
B 205 of 255 = 80%

56
112
205

R + G + B ~ 49%. #3870CD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 56 + 112 + 205 = 373 (100%)
R 56 of 373 ~ 15.01%
G 112 of 373 ~ 30.03%
B 205 of 373 ~ 54.96'%

%15.01
%30.03
%54.96

CMYK color model

#3870CD color CMYK value is (73,45,0,20).

  • cyan value is 72.68%
  • magenta value is 45.37%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (73,45,0,20)
C73M45Y0K20 (73%, 45%, 0%, 20%)
(0.73 / 0.45 / 0.00 / 0.20)

CMYK percentages

%72.68
%45.37
%0
%19.61

Codes

Color #3870CD in popluar color models

38 70 CD
RGB 56 112 205
HSL 217° 59.84% 51.18%
HSB/HSV 217° 72.68% 80.39%
CMYK 72.68% 45.37% 0.00%
19.61%

Color #3870CD in popluar number systems.

HEX 38 70 CD
Decimal 56 112 205
Binary 111000 1110000 11001101
Octal 70 160 315

Shades and tints

Shades of #3870CD

#3870CD
(56,112,205)
#3366BB
(51,102,187)
#2E5CA9
(46,92,169)
#295297
(41,82,151)
#244885
(36,72,133)
#1F3E73
(31,62,115)
#1A3461
(26,52,97)
#152A4F
(21,42,79)
#10203D
(16,32,61)
#0B162B
(11,22,43)
#060C19
(6,12,25)
#000000
(0,0,0)

Tints of #3870CD

#3870CD
(56,112,205)
#4A7DD1
(74,125,209)
#5C8AD5
(92,138,213)
#6E97D9
(110,151,217)
#80A4DD
(128,164,221)
#92B1E1
(146,177,225)
#A4BEE5
(164,190,229)
#B6CBE9
(182,203,233)
#C8D8ED
(200,216,237)
#DAE5F1
(218,229,241)
#ECF2F5
(236,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3870CD color. Also use rgb(56,112,205) instead hex code.

Text Font Color

.myTextColor { color: #3870CD; }

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

This text font color is #3870CD.

Background Color

.myBgColor { background-color: #3870CD; }

<div style="background-color:#3870CD">Inner text</div>

This div background color is #3870CD.

Border color

.myBorderColor { border: 1px solid #3870CD; }

<div style="border:3px solid #3870CD">Div</div>

This div border color is #3870CD.

Opacity

.myOpacity80 { color: #3870CD; opacity: 0.8; }

<p style="color:#3870CD;opacity:0.8;">80%</p>

Text with #3870CD 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 #3870CD;}

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

This text has shadow with #3870CD color.


.textShadow {text-shadow: 3px 3px 1px #3870CD', 3px 3px 1px red;}

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

This text has shadow with #3870CD primary color and red secondary color.


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

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

This text has shadow with #3870CD and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3870CD; -webkit-box-shadow: 1px 1px 3px 2px #3870CD; box-shadow:1px 1px 3px 2px #3870CD;">
Div content here
</div>

This div box has shadow with color #3870CD.

Preview

Color preview on black background

This text has color #3870CD on black background.


Color preview on white background

This text has color #3870CD on white background.


Black color preview on #3870CD background

This text has black color on #3870CD background.


White color preview on #3870CD background

This text has white color on #3870CD background.


Related colors

Complementary color

Complementary color for #hex is #C78F32.


I love getcolorcode.com

Triadic colors

1 #CD3870 and #70CD38 with #3870CD are triadic colors.

2 #CD7038 and #7038CD with #3870CD are triadic colors.