COLOR #3C5583

HEX: #3C5583 RGB: (60,85,131)

Color info

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

RGB color model

#3C5583 color RGB value is (60,85,131).

RGB: (60,85,131) (24%, 33%, 51%)

RGB channels and saturation

R 60 of 255 = 24%
G 85 of 255 = 33%
B 131 of 255 = 51%

60
85
131

R + G + B ~ 36%. #3C5583 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 85 + 131 = 276 (100%)
R 60 of 276 ~ 21.74%
G 85 of 276 ~ 30.8%
B 131 of 276 ~ 47.46'%

%21.74
%30.8
%47.46

CMYK color model

#3C5583 color CMYK value is (54,35,0,49).

  • cyan value is 54.20%
  • magenta value is 35.11%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (54,35,0,49)
C54M35Y0K49 (54%, 35%, 0%, 49%)
(0.54 / 0.35 / 0.00 / 0.49)

CMYK percentages

%54.2
%35.11
%0
%48.63

Codes

Color #3C5583 in popluar color models

3C 55 83
RGB 60 85 131
HSL 219° 37.17% 37.45%
HSB/HSV 219° 54.20% 51.37%
CMYK 54.20% 35.11% 0.00%
48.63%

Color #3C5583 in popluar number systems.

HEX 3C 55 83
Decimal 60 85 131
Binary 111100 1010101 10000011
Octal 74 125 203

Shades and tints

Shades of #3C5583

#3C5583
(60,85,131)
#374E78
(55,78,120)
#32476D
(50,71,109)
#2D4062
(45,64,98)
#283957
(40,57,87)
#23324C
(35,50,76)
#1E2B41
(30,43,65)
#192436
(25,36,54)
#141D2B
(20,29,43)
#0F1620
(15,22,32)
#0A0F15
(10,15,21)
#000000
(0,0,0)

Tints of #3C5583

#3C5583
(60,85,131)
#4D648E
(77,100,142)
#5E7399
(94,115,153)
#6F82A4
(111,130,164)
#8091AF
(128,145,175)
#91A0BA
(145,160,186)
#A2AFC5
(162,175,197)
#B3BED0
(179,190,208)
#C4CDDB
(196,205,219)
#D5DCE6
(213,220,230)
#E6EBF1
(230,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5583 color. Also use rgb(60,85,131) instead hex code.

Text Font Color

.myTextColor { color: #3C5583; }

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

This text font color is #3C5583.

Background Color

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

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

This div background color is #3C5583.

Border color

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

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

This div border color is #3C5583.

Opacity

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

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

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

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

This text has shadow with #3C5583 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C5583.

Preview

Color preview on black background

This text has color #3C5583 on black background.


Color preview on white background

This text has color #3C5583 on white background.


Black color preview on #3C5583 background

This text has black color on #3C5583 background.


White color preview on #3C5583 background

This text has white color on #3C5583 background.


Related colors

Complementary color

Complementary color for #hex is #C3AA7C.


I love getcolorcode.com

Triadic colors

1 #833C55 and #55833C with #3C5583 are triadic colors.

2 #83553C and #553C83 with #3C5583 are triadic colors.