COLOR #3C5D90

HEX: #3C5D90 RGB: (60,93,144)

Color info

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

RGB color model

#3C5D90 color RGB value is (60,93,144).

RGB: (60,93,144) (24%, 36%, 56%)

RGB channels and saturation

R 60 of 255 = 24%
G 93 of 255 = 36%
B 144 of 255 = 56%

60
93
144

R + G + B ~ 39%. #3C5D90 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 93 + 144 = 297 (100%)
R 60 of 297 ~ 20.2%
G 93 of 297 ~ 31.31%
B 144 of 297 ~ 48.48'%

%20.2
%31.31
%48.48

CMYK color model

#3C5D90 color CMYK value is (58,35,0,44).

  • cyan value is 58.33%
  • magenta value is 35.42%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (58,35,0,44)
C58M35Y0K44 (58%, 35%, 0%, 44%)
(0.58 / 0.35 / 0.00 / 0.44)

CMYK percentages

%58.33
%35.42
%0
%43.53

Codes

Color #3C5D90 in popluar color models

3C 5D 90
RGB 60 93 144
HSL 216° 41.18% 40.00%
HSB/HSV 216° 58.33% 56.47%
CMYK 58.33% 35.42% 0.00%
43.53%

Color #3C5D90 in popluar number systems.

HEX 3C 5D 90
Decimal 60 93 144
Binary 111100 1011101 10010000
Octal 74 135 220

Shades and tints

Shades of #3C5D90

#3C5D90
(60,93,144)
#375583
(55,85,131)
#324D76
(50,77,118)
#2D4569
(45,69,105)
#283D5C
(40,61,92)
#23354F
(35,53,79)
#1E2D42
(30,45,66)
#192535
(25,37,53)
#141D28
(20,29,40)
#0F151B
(15,21,27)
#0A0D0E
(10,13,14)
#000000
(0,0,0)

Tints of #3C5D90

#3C5D90
(60,93,144)
#4D6B9A
(77,107,154)
#5E79A4
(94,121,164)
#6F87AE
(111,135,174)
#8095B8
(128,149,184)
#91A3C2
(145,163,194)
#A2B1CC
(162,177,204)
#B3BFD6
(179,191,214)
#C4CDE0
(196,205,224)
#D5DBEA
(213,219,234)
#E6E9F4
(230,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5D90 color. Also use rgb(60,93,144) instead hex code.

Text Font Color

.myTextColor { color: #3C5D90; }

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

This text font color is #3C5D90.

Background Color

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

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

This div background color is #3C5D90.

Border color

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

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

This div border color is #3C5D90.

Opacity

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

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

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

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

This text has shadow with #3C5D90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C5D90.

Preview

Color preview on black background

This text has color #3C5D90 on black background.


Color preview on white background

This text has color #3C5D90 on white background.


Black color preview on #3C5D90 background

This text has black color on #3C5D90 background.


White color preview on #3C5D90 background

This text has white color on #3C5D90 background.


Related colors

Complementary color

Complementary color for #hex is #C3A26F.


I love getcolorcode.com

Triadic colors

1 #903C5D and #5D903C with #3C5D90 are triadic colors.

2 #905D3C and #5D3C90 with #3C5D90 are triadic colors.