COLOR #3C5BB1

HEX: #3C5BB1 RGB: (60,91,177)

Color info

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

RGB color model

#3C5BB1 color RGB value is (60,91,177).

RGB: (60,91,177) (24%, 36%, 69%)

RGB channels and saturation

R 60 of 255 = 24%
G 91 of 255 = 36%
B 177 of 255 = 69%

60
91
177

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

Portions of RGB colors in percentages

R + G + B = 60 + 91 + 177 = 328 (100%)
R 60 of 328 ~ 18.29%
G 91 of 328 ~ 27.74%
B 177 of 328 ~ 53.96'%

%18.29
%27.74
%53.96

CMYK color model

#3C5BB1 color CMYK value is (66,49,0,31).

  • cyan value is 66.10%
  • magenta value is 48.59%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (66,49,0,31)
C66M49Y0K31 (66%, 49%, 0%, 31%)
(0.66 / 0.49 / 0.00 / 0.31)

CMYK percentages

%66.1
%48.59
%0
%30.59

Codes

Color #3C5BB1 in popluar color models

3C 5B B1
RGB 60 91 177
HSL 224° 49.37% 46.47%
HSB/HSV 224° 66.10% 69.41%
CMYK 66.10% 48.59% 0.00%
30.59%

Color #3C5BB1 in popluar number systems.

HEX 3C 5B B1
Decimal 60 91 177
Binary 111100 1011011 10110001
Octal 74 133 261

Shades and tints

Shades of #3C5BB1

#3C5BB1
(60,91,177)
#3753A1
(55,83,161)
#324B91
(50,75,145)
#2D4381
(45,67,129)
#283B71
(40,59,113)
#233361
(35,51,97)
#1E2B51
(30,43,81)
#192341
(25,35,65)
#141B31
(20,27,49)
#0F1321
(15,19,33)
#0A0B11
(10,11,17)
#000000
(0,0,0)

Tints of #3C5BB1

#3C5BB1
(60,91,177)
#4D69B8
(77,105,184)
#5E77BF
(94,119,191)
#6F85C6
(111,133,198)
#8093CD
(128,147,205)
#91A1D4
(145,161,212)
#A2AFDB
(162,175,219)
#B3BDE2
(179,189,226)
#C4CBE9
(196,203,233)
#D5D9F0
(213,217,240)
#E6E7F7
(230,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5BB1 color. Also use rgb(60,91,177) instead hex code.

Text Font Color

.myTextColor { color: #3C5BB1; }

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

This text font color is #3C5BB1.

Background Color

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

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

This div background color is #3C5BB1.

Border color

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

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

This div border color is #3C5BB1.

Opacity

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

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

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

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

This text has shadow with #3C5BB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C5BB1.

Preview

Color preview on black background

This text has color #3C5BB1 on black background.


Color preview on white background

This text has color #3C5BB1 on white background.


Black color preview on #3C5BB1 background

This text has black color on #3C5BB1 background.


White color preview on #3C5BB1 background

This text has white color on #3C5BB1 background.


Related colors

Complementary color

Complementary color for #hex is #C3A44E.


I love getcolorcode.com

Triadic colors

1 #B13C5B and #5BB13C with #3C5BB1 are triadic colors.

2 #B15B3C and #5B3CB1 with #3C5BB1 are triadic colors.