COLOR #3C4B89

HEX: #3C4B89
RGB: (60,75,137)

Color info

#3C4B89 contains mainly blue color. Web safe color of #3C4B89 is #333399 (or #339).

RGB color model

#3C4B89 color RGB value is (60,75,137).

  • red value is 60;
  • green value is 75;
  • blue value is 137.
RGB:
(60,75,137)
(24%,29%,54%)

RGB channels and saturation

R 60 of 255 = 24%
G 75 of 255 = 29%
B 137 of 255 = 54%

60
75
137

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

Portions of RGB colors in percentages

R + G + B =
60 + 75 + 137 = 272 (100%)
R 60 of 272 ~ 22.06%
G 75 of 272 ~ 27.57%
B 137 of 272 ~ 50.37%

%22.06
%27.57
%50.37

CMYK color model

#3C4B89 color CMYK value is (56,45,0,46).

  • cyan value is 56.20%
  • magenta value is 45.26%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(56,45,0,46)
C56M45Y0K46 
(56%,45%,0%,46%)
(0.56/0.45/0.00/0.46)	

CMYK percentages

%56.2
%45.26
%0
%46.27

Codes

Color #3C4B89 in popluar color models

3C4B89
RGB6075137
HSL228°39.09%38.63%
HSB/HSV228°56.20%53.73%
CMYK56.20%45.26%0.00%
46.27%

Color #3C4B89 in popluar number systems.

HEX3C4B89
Decimal6075137
Binary111100100101110001001
Octal74113211

Shades and tints

Shades of #3C4B89

#3C4B89
(60,75,137)
#37457D
(55,69,125)
#323F71
(50,63,113)
#2D3965
(45,57,101)
#283359
(40,51,89)
#232D4D
(35,45,77)
#1E2741
(30,39,65)
#192135
(25,33,53)
#141B29
(20,27,41)
#0F151D
(15,21,29)
#0A0F11
(10,15,17)
#000000
(0,0,0)

Tints of #3C4B89

#3C4B89
(60,75,137)
#4D5B93
(77,91,147)
#5E6B9D
(94,107,157)
#6F7BA7
(111,123,167)
#808BB1
(128,139,177)
#919BBB
(145,155,187)
#A2ABC5
(162,171,197)
#B3BBCF
(179,187,207)
#C4CBD9
(196,203,217)
#D5DBE3
(213,219,227)
#E6EBED
(230,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C4B89 color. Also use rgb(60,75,137) instead hex code.

Text Font Color

.myTextColor { color: #3C4B89; }

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

This text font color is #3C4B89.


Background Color

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

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

This div background color is #3C4B89.


Border color

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

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

This div border color is #3C4B89.


Opacity

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

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

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

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

This text has shadow with #3C4B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4B89 on black background.


Color preview on white background

This text has color #3C4B89 on white background.



Black color preview on #3C4B89 background

This text has black color on #3C4B89 background.


White color preview on #3C4B89 background

This text has white color on #3C4B89 background.