COLOR #3562C5

HEX: #3562C5
RGB: (53,98,197)

Color info

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

RGB color model

#3562C5 color RGB value is (53,98,197).

  • red value is 53;
  • green value is 98;
  • blue value is 197.
RGB:
(53,98,197)
(21%,38%,77%)

RGB channels and saturation

R 53 of 255 = 21%
G 98 of 255 = 38%
B 197 of 255 = 77%

53
98
197

R + G + B ~ 45%. #3562C5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
53 + 98 + 197 = 348 (100%)
R 53 of 348 ~ 15.23%
G 98 of 348 ~ 28.16%
B 197 of 348 ~ 56.61%

%15.23
%28.16
%56.61

CMYK color model

#3562C5 color CMYK value is (73,50,0,23).

  • cyan value is 73.10%
  • magenta value is 50.25%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(73,50,0,23)
C73M50Y0K23 
(73%,50%,0%,23%)
(0.73/0.50/0.00/0.23)	

CMYK percentages

%73.1
%50.25
%0
%22.75

Codes

Color #3562C5 in popluar color models

3562C5
RGB5398197
HSL221°57.60%49.02%
HSB/HSV221°73.10%77.25%
CMYK73.10%50.25%0.00%
22.75%

Color #3562C5 in popluar number systems.

HEX3562C5
Decimal5398197
Binary110101110001011000101
Octal65142305

Shades and tints

Shades of #3562C5

#3562C5
(53,98,197)
#315AB4
(49,90,180)
#2D52A3
(45,82,163)
#294A92
(41,74,146)
#254281
(37,66,129)
#213A70
(33,58,112)
#1D325F
(29,50,95)
#192A4E
(25,42,78)
#15223D
(21,34,61)
#111A2C
(17,26,44)
#0D121B
(13,18,27)
#000000
(0,0,0)

Tints of #3562C5

#3562C5
(53,98,197)
#4770CA
(71,112,202)
#597ECF
(89,126,207)
#6B8CD4
(107,140,212)
#7D9AD9
(125,154,217)
#8FA8DE
(143,168,222)
#A1B6E3
(161,182,227)
#B3C4E8
(179,196,232)
#C5D2ED
(197,210,237)
#D7E0F2
(215,224,242)
#E9EEF7
(233,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3562C5 color. Also use rgb(53,98,197) instead hex code.

Text Font Color

.myTextColor { color: #3562C5; }

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

This text font color is #3562C5.


Background Color

.myBgColor { background-color: #3562C5; }

<div style="background-color:#3562C5">Inner text</div>

This div background color is #3562C5.


Border color

.myBorderColor { border: 1px solid #3562C5; }

<div style="border:3px solid #3562C5">Div</div>

This div border color is #3562C5.


Opacity

.myOpacity80 { color: #3562C5; opacity: 0.8; }

<p style="color:#3562C5;opacity:0.8;">80%</p>

Text with #3562C5 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 #3562C5;}

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

This text has shadow with #3562C5 color.

.textShadow {text-shadow: 3px 3px 1px #3562C5, 3px 3px 1px red;}

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

This text has shadow with #3562C5 primary color and red secondary color.


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

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

This text has shadow with #3562C5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3562C5 on black background.


Color preview on white background

This text has color #3562C5 on white background.



Black color preview on #3562C5 background

This text has black color on #3562C5 background.


White color preview on #3562C5 background

This text has white color on #3562C5 background.