COLOR #3C5AA4

HEX: #3C5AA4
RGB: (60,90,164)

Color info

#3C5AA4 contains mainly blue color. Web safe color of #3C5AA4 is #336699 (or #369).

RGB color model

#3C5AA4 color RGB value is (60,90,164).

  • red value is 60;
  • green value is 90;
  • blue value is 164.
RGB: (60,90,164) (24%,35%,64%)

RGB channels and saturation

R 60 of 255 = 24%
G 90 of 255 = 35%
B 164 of 255 = 64%

60
90
164

R + G + B ~ 41%. #3C5AA4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
60 + 90 + 164 = 314 (100%)
R 60 of 314 ~ 19.11%
G 90 of 314 ~ 28.66%
B 164 of 314 ~ 52.23%

%19.11
%28.66
%52.23

CMYK color model

#3C5AA4 color CMYK value is (63,45,0,36).

  • cyan value is 63.41%
  • magenta value is 45.12%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK: (63,45,0,36) C63M45Y0K36 (63%,45%,0%,36%) (0.63/0.45/0.00/0.36)

CMYK percentages

%63.41
%45.12
%0
%35.69

Codes

Color #3C5AA4 in popluar color models

3C5AA4
RGB6090164
HSL223°46.43%43.92%
HSB/HSV223°63.41%64.31%
CMYK63.41%45.12%0.00%
35.69%

Color #3C5AA4 in popluar number systems.

HEX3C5AA4
Decimal6090164
Binary111100101101010100100
Octal74132244

Shades and tints

Shades of #3C5AA4

#3C5AA4
(60,90,164)
#375296
(55,82,150)
#324A88
(50,74,136)
#2D427A
(45,66,122)
#283A6C
(40,58,108)
#23325E
(35,50,94)
#1E2A50
(30,42,80)
#192242
(25,34,66)
#141A34
(20,26,52)
#0F1226
(15,18,38)
#0A0A18
(10,10,24)
#000000
(0,0,0)

Tints of #3C5AA4

#3C5AA4
(60,90,164)
#4D69AC
(77,105,172)
#5E78B4
(94,120,180)
#6F87BC
(111,135,188)
#8096C4
(128,150,196)
#91A5CC
(145,165,204)
#A2B4D4
(162,180,212)
#B3C3DC
(179,195,220)
#C4D2E4
(196,210,228)
#D5E1EC
(213,225,236)
#E6F0F4
(230,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5AA4 color. Also use rgb(60,90,164) instead hex code.

Text Font Color

.myTextColor { color: #3C5AA4; }

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

This text font color is #3C5AA4.


Background Color

.myBgColor { background-color: #3C5AA4; }

<div style="background-color:#3C5AA4">Inner text</div>

This div background color is #3C5AA4.


Border color

.myBorderColor { border: 1px solid #3C5AA4; }

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

This div border color is #3C5AA4.


Opacity

.myOpacity80 { color: #3C5AA4; opacity: 0.8; }

<p style="color:#3C5AA4;opacity:0.8;">80%</p>

Text with #3C5AA4 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 #3C5AA4;}

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

This text has shadow with #3C5AA4 color.

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

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

This text has shadow with #3C5AA4 primary color and red secondary color.


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

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

This text has shadow with #3C5AA4 and red colors in old Internet Explorer.


Div box shadow color

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

Preview

Color preview on black background

This text has color #3C5AA4 on black background.


Color preview on white background

This text has color #3C5AA4 on white background.



Black color preview on #3C5AA4 background

This text has black color on #3C5AA4 background.


White color preview on #3C5AA4 background

This text has white color on #3C5AA4 background.