COLOR #3871A7

HEX: #3871A7 RGB: (56,113,167)

Color info

#3871A7 contains mainly green and blue colors. Web safe color of #3871A7 is #336699 (or #369).

RGB color model

#3871A7 color RGB value is (56,113,167).

RGB: (56,113,167) (22%, 44%, 65%)

RGB channels and saturation

R 56 of 255 = 22%
G 113 of 255 = 44%
B 167 of 255 = 65%

56
113
167

R + G + B ~ 44%. #3871A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 56 + 113 + 167 = 336 (100%)
R 56 of 336 ~ 16.67%
G 113 of 336 ~ 33.63%
B 167 of 336 ~ 49.7'%

%16.67
%33.63
%49.7

CMYK color model

#3871A7 color CMYK value is (66,32,0,35).

  • cyan value is 66.47%
  • magenta value is 32.34%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (66,32,0,35)
C66M32Y0K35 (66%, 32%, 0%, 35%)
(0.66 / 0.32 / 0.00 / 0.35)

CMYK percentages

%66.47
%32.34
%0
%34.51

Codes

Color #3871A7 in popluar color models

38 71 A7
RGB 56 113 167
HSL 209° 49.78% 43.73%
HSB/HSV 209° 66.47% 65.49%
CMYK 66.47% 32.34% 0.00%
34.51%

Color #3871A7 in popluar number systems.

HEX 38 71 A7
Decimal 56 113 167
Binary 111000 1110001 10100111
Octal 70 161 247

Shades and tints

Shades of #3871A7

#3871A7
(56,113,167)
#336798
(51,103,152)
#2E5D89
(46,93,137)
#29537A
(41,83,122)
#24496B
(36,73,107)
#1F3F5C
(31,63,92)
#1A354D
(26,53,77)
#152B3E
(21,43,62)
#10212F
(16,33,47)
#0B1720
(11,23,32)
#060D11
(6,13,17)
#000000
(0,0,0)

Tints of #3871A7

#3871A7
(56,113,167)
#4A7DAF
(74,125,175)
#5C89B7
(92,137,183)
#6E95BF
(110,149,191)
#80A1C7
(128,161,199)
#92ADCF
(146,173,207)
#A4B9D7
(164,185,215)
#B6C5DF
(182,197,223)
#C8D1E7
(200,209,231)
#DADDEF
(218,221,239)
#ECE9F7
(236,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3871A7 color. Also use rgb(56,113,167) instead hex code.

Text Font Color

.myTextColor { color: #3871A7; }

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

This text font color is #3871A7.

Background Color

.myBgColor { background-color: #3871A7; }

<div style="background-color:#3871A7">Inner text</div>

This div background color is #3871A7.

Border color

.myBorderColor { border: 1px solid #3871A7; }

<div style="border:3px solid #3871A7">Div</div>

This div border color is #3871A7.

Opacity

.myOpacity80 { color: #3871A7; opacity: 0.8; }

<p style="color:#3871A7;opacity:0.8;">80%</p>

Text with #3871A7 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 #3871A7;}

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

This text has shadow with #3871A7 color.


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

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

This text has shadow with #3871A7 primary color and red secondary color.


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

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

This text has shadow with #3871A7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #3871A7.

Preview

Color preview on black background

This text has color #3871A7 on black background.


Color preview on white background

This text has color #3871A7 on white background.


Black color preview on #3871A7 background

This text has black color on #3871A7 background.


White color preview on #3871A7 background

This text has white color on #3871A7 background.


Related colors

Complementary color

Complementary color for #hex is #C78E58.


I love getcolorcode.com

Triadic colors

1 #A73871 and #71A738 with #3871A7 are triadic colors.

2 #A77138 and #7138A7 with #3871A7 are triadic colors.