COLOR #3C4B7F

HEX: #3C4B7F RGB: (60,75,127)

Color info

#3C4B7F contains mainly green and blue colors. Web safe color of #3C4B7F is #333366 (or #336).

RGB color model

#3C4B7F color RGB value is (60,75,127).

RGB: (60,75,127) (24%, 29%, 50%)

RGB channels and saturation

R 60 of 255 = 24%
G 75 of 255 = 29%
B 127 of 255 = 50%

60
75
127

R + G + B ~ 34%. #3C4B7F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 75 + 127 = 262 (100%)
R 60 of 262 ~ 22.9%
G 75 of 262 ~ 28.63%
B 127 of 262 ~ 48.47'%

%22.9
%28.63
%48.47

CMYK color model

#3C4B7F color CMYK value is (53,41,0,50).

  • cyan value is 52.76%
  • magenta value is 40.94%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK: (53,41,0,50) C53M41Y0K50 (53%,41%,0%,50%) (0.53/0.41/0.00/0.50) 

CMYK percentages

%52.76
%40.94
%0
%50.2

Codes

Color #3C4B7F in popluar color models

3C 4B 7F
RGB 60 75 127
HSL 227° 35.83% 36.67%
HSB/HSV 227° 52.76% 49.80%
CMYK 52.76% 40.94% 0.00%
50.20%

Color #3C4B7F in popluar number systems.

HEX 3C 4B 7F
Decimal 60 75 127
Binary 111100 1001011 1111111
Octal 74 113 177

Shades and tints

Shades of #3C4B7F

#3C4B7F
(60,75,127)
#374574
(55,69,116)
#323F69
(50,63,105)
#2D395E
(45,57,94)
#283353
(40,51,83)
#232D48
(35,45,72)
#1E273D
(30,39,61)
#192132
(25,33,50)
#141B27
(20,27,39)
#0F151C
(15,21,28)
#0A0F11
(10,15,17)
#000000
(0,0,0)

Tints of #3C4B7F

#3C4B7F
(60,75,127)
#4D5B8A
(77,91,138)
#5E6B95
(94,107,149)
#6F7BA0
(111,123,160)
#808BAB
(128,139,171)
#919BB6
(145,155,182)
#A2ABC1
(162,171,193)
#B3BBCC
(179,187,204)
#C4CBD7
(196,203,215)
#D5DBE2
(213,219,226)
#E6EBED
(230,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4B7F; }

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

This text font color is #3C4B7F.

Background Color

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

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

This div background color is #3C4B7F.

Border color

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

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

This div border color is #3C4B7F.

Opacity

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

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

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

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

This text has shadow with #3C4B7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C4B7F.

Preview

Color preview on black background

This text has color #3C4B7F on black background.


Color preview on white background

This text has color #3C4B7F on white background.


Black color preview on #3C4B7F background

This text has black color on #3C4B7F background.


White color preview on #3C4B7F background

This text has white color on #3C4B7F background.


Related colors

Complementary color

Complementary color for #hex is #C3B480.


I love getcolorcode.com

Triadic colors

1 #7F3C4B and #4B7F3C with #3C4B7F are triadic colors.

2 #7F4B3C and #4B3C7F with #3C4B7F are triadic colors.