COLOR #3571A7

HEX: #3571A7 RGB: (53,113,167)

Color info

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

RGB color model

#3571A7 color RGB value is (53,113,167).

RGB: (53,113,167) (21%, 44%, 65%)

RGB channels and saturation

R 53 of 255 = 21%
G 113 of 255 = 44%
B 167 of 255 = 65%

53
113
167

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

Portions of RGB colors in percentages

R + G + B = 53 + 113 + 167 = 333 (100%)
R 53 of 333 ~ 15.92%
G 113 of 333 ~ 33.93%
B 167 of 333 ~ 50.15'%

%15.92
%33.93
%50.15

CMYK color model

#3571A7 color CMYK value is (68,32,0,35).

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

CMYK: (68,32,0,35)
C68M32Y0K35 (68%, 32%, 0%, 35%)
(0.68 / 0.32 / 0.00 / 0.35)

CMYK percentages

%68.26
%32.34
%0
%34.51

Codes

Color #3571A7 in popluar color models

35 71 A7
RGB 53 113 167
HSL 208° 51.82% 43.14%
HSB/HSV 208° 68.26% 65.49%
CMYK 68.26% 32.34% 0.00%
34.51%

Color #3571A7 in popluar number systems.

HEX 35 71 A7
Decimal 53 113 167
Binary 110101 1110001 10100111
Octal 65 161 247

Shades and tints

Shades of #3571A7

#3571A7
(53,113,167)
#316798
(49,103,152)
#2D5D89
(45,93,137)
#29537A
(41,83,122)
#25496B
(37,73,107)
#213F5C
(33,63,92)
#1D354D
(29,53,77)
#192B3E
(25,43,62)
#15212F
(21,33,47)
#111720
(17,23,32)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #3571A7

#3571A7
(53,113,167)
#477DAF
(71,125,175)
#5989B7
(89,137,183)
#6B95BF
(107,149,191)
#7DA1C7
(125,161,199)
#8FADCF
(143,173,207)
#A1B9D7
(161,185,215)
#B3C5DF
(179,197,223)
#C5D1E7
(197,209,231)
#D7DDEF
(215,221,239)
#E9E9F7
(233,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3571A7; }

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

This text font color is #3571A7.

Background Color

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

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

This div background color is #3571A7.

Border color

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

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

This div border color is #3571A7.

Opacity

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

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

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

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

This text has shadow with #3571A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3571A7.

Preview

Color preview on black background

This text has color #3571A7 on black background.


Color preview on white background

This text has color #3571A7 on white background.


Black color preview on #3571A7 background

This text has black color on #3571A7 background.


White color preview on #3571A7 background

This text has white color on #3571A7 background.


Related colors

Complementary color

Complementary color for #hex is #CA8E58.


I love getcolorcode.com

Triadic colors

1 #A73571 and #71A735 with #3571A7 are triadic colors.

2 #A77135 and #7135A7 with #3571A7 are triadic colors.