COLOR #3571C9

HEX: #3571C9
RGB: (53,113,201)

Color info

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

RGB color model

#3571C9 color RGB value is (53,113,201).

  • red value is 53;
  • green value is 113;
  • blue value is 201.
RGB:
(53,113,201)
(21%,44%,79%)

RGB channels and saturation

R 53 of 255 = 21%
G 113 of 255 = 44%
B 201 of 255 = 79%

53
113
201

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

Portions of RGB colors in percentages

R + G + B =
53 + 113 + 201 = 367 (100%)
R 53 of 367 ~ 14.44%
G 113 of 367 ~ 30.79%
B 201 of 367 ~ 54.77%

%14.44
%30.79
%54.77

CMYK color model

#3571C9 color CMYK value is (74,44,0,21).

  • cyan value is 73.63%
  • magenta value is 43.78%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(74,44,0,21)
C74M44Y0K21 
(74%,44%,0%,21%)
(0.74/0.44/0.00/0.21)	

CMYK percentages

%73.63
%43.78
%0
%21.18

Codes

Color #3571C9 in popluar color models

3571C9
RGB53113201
HSL216°58.27%49.80%
HSB/HSV216°73.63%78.82%
CMYK73.63%43.78%0.00%
21.18%

Color #3571C9 in popluar number systems.

HEX3571C9
Decimal53113201
Binary110101111000111001001
Octal65161311

Shades and tints

Shades of #3571C9

#3571C9
(53,113,201)
#3167B7
(49,103,183)
#2D5DA5
(45,93,165)
#295393
(41,83,147)
#254981
(37,73,129)
#213F6F
(33,63,111)
#1D355D
(29,53,93)
#192B4B
(25,43,75)
#152139
(21,33,57)
#111727
(17,23,39)
#0D0D15
(13,13,21)
#000000
(0,0,0)

Tints of #3571C9

#3571C9
(53,113,201)
#477DCD
(71,125,205)
#5989D1
(89,137,209)
#6B95D5
(107,149,213)
#7DA1D9
(125,161,217)
#8FADDD
(143,173,221)
#A1B9E1
(161,185,225)
#B3C5E5
(179,197,229)
#C5D1E9
(197,209,233)
#D7DDED
(215,221,237)
#E9E9F1
(233,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3571C9; }

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

This text font color is #3571C9.


Background Color

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

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

This div background color is #3571C9.


Border color

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

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

This div border color is #3571C9.


Opacity

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

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

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

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

This text has shadow with #3571C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3571C9 on black background.


Color preview on white background

This text has color #3571C9 on white background.



Black color preview on #3571C9 background

This text has black color on #3571C9 background.


White color preview on #3571C9 background

This text has white color on #3571C9 background.