COLOR #3C5A9A

HEX: #3C5A9A RGB: (60,90,154)

Color info

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

RGB color model

#3C5A9A color RGB value is (60,90,154).

RGB: (60,90,154) (24%, 35%, 60%)

RGB channels and saturation

R 60 of 255 = 24%
G 90 of 255 = 35%
B 154 of 255 = 60%

60
90
154

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

Portions of RGB colors in percentages

R + G + B = 60 + 90 + 154 = 304 (100%)
R 60 of 304 ~ 19.74%
G 90 of 304 ~ 29.61%
B 154 of 304 ~ 50.66'%

%19.74
%29.61
%50.66

CMYK color model

#3C5A9A color CMYK value is (61,42,0,40).

  • cyan value is 61.04%
  • magenta value is 41.56%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (61,42,0,40)
C61M42Y0K40 (61%, 42%, 0%, 40%)
(0.61 / 0.42 / 0.00 / 0.40)

CMYK percentages

%61.04
%41.56
%0
%39.61

Codes

Color #3C5A9A in popluar color models

3C 5A 9A
RGB 60 90 154
HSL 221° 43.93% 41.96%
HSB/HSV 221° 61.04% 60.39%
CMYK 61.04% 41.56% 0.00%
39.61%

Color #3C5A9A in popluar number systems.

HEX 3C 5A 9A
Decimal 60 90 154
Binary 111100 1011010 10011010
Octal 74 132 232

Shades and tints

Shades of #3C5A9A

#3C5A9A
(60,90,154)
#37528C
(55,82,140)
#324A7E
(50,74,126)
#2D4270
(45,66,112)
#283A62
(40,58,98)
#233254
(35,50,84)
#1E2A46
(30,42,70)
#192238
(25,34,56)
#141A2A
(20,26,42)
#0F121C
(15,18,28)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #3C5A9A

#3C5A9A
(60,90,154)
#4D69A3
(77,105,163)
#5E78AC
(94,120,172)
#6F87B5
(111,135,181)
#8096BE
(128,150,190)
#91A5C7
(145,165,199)
#A2B4D0
(162,180,208)
#B3C3D9
(179,195,217)
#C4D2E2
(196,210,226)
#D5E1EB
(213,225,235)
#E6F0F4
(230,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5A9A; }

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

This text font color is #3C5A9A.

Background Color

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

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

This div background color is #3C5A9A.

Border color

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

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

This div border color is #3C5A9A.

Opacity

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

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

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

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

This text has shadow with #3C5A9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C5A9A.

Preview

Color preview on black background

This text has color #3C5A9A on black background.


Color preview on white background

This text has color #3C5A9A on white background.


Black color preview on #3C5A9A background

This text has black color on #3C5A9A background.


White color preview on #3C5A9A background

This text has white color on #3C5A9A background.


Related colors

Complementary color

Complementary color for #hex is #C3A565.


I love getcolorcode.com

Triadic colors

1 #9A3C5A and #5A9A3C with #3C5A9A are triadic colors.

2 #9A5A3C and #5A3C9A with #3C5A9A are triadic colors.