COLOR #3C4AA7

HEX: #3C4AA7
RGB: (60,74,167)

Color info

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

RGB color model

#3C4AA7 color RGB value is (60,74,167).

  • red value is 60;
  • green value is 74;
  • blue value is 167.
RGB:
(60,74,167)
(24%,29%,65%)

RGB channels and saturation

R 60 of 255 = 24%
G 74 of 255 = 29%
B 167 of 255 = 65%

60
74
167

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

Portions of RGB colors in percentages

R + G + B =
60 + 74 + 167 = 301 (100%)
R 60 of 301 ~ 19.93%
G 74 of 301 ~ 24.58%
B 167 of 301 ~ 55.48%

%19.93
%24.58
%55.48

CMYK color model

#3C4AA7 color CMYK value is (64,56,0,35).

  • cyan value is 64.07%
  • magenta value is 55.69%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(64,56,0,35)
C64M56Y0K35 
(64%,56%,0%,35%)
(0.64/0.56/0.00/0.35)	

CMYK percentages

%64.07
%55.69
%0
%34.51

Codes

Color #3C4AA7 in popluar color models

3C4AA7
RGB6074167
HSL232°47.14%44.51%
HSB/HSV232°64.07%65.49%
CMYK64.07%55.69%0.00%
34.51%

Color #3C4AA7 in popluar number systems.

HEX3C4AA7
Decimal6074167
Binary111100100101010100111
Octal74112247

Shades and tints

Shades of #3C4AA7

#3C4AA7
(60,74,167)
#374498
(55,68,152)
#323E89
(50,62,137)
#2D387A
(45,56,122)
#28326B
(40,50,107)
#232C5C
(35,44,92)
#1E264D
(30,38,77)
#19203E
(25,32,62)
#141A2F
(20,26,47)
#0F1420
(15,20,32)
#0A0E11
(10,14,17)
#000000
(0,0,0)

Tints of #3C4AA7

#3C4AA7
(60,74,167)
#4D5AAF
(77,90,175)
#5E6AB7
(94,106,183)
#6F7ABF
(111,122,191)
#808AC7
(128,138,199)
#919ACF
(145,154,207)
#A2AAD7
(162,170,215)
#B3BADF
(179,186,223)
#C4CAE7
(196,202,231)
#D5DAEF
(213,218,239)
#E6EAF7
(230,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C4AA7 color. Also use rgb(60,74,167) instead hex code.

Text Font Color

.myTextColor { color: #3C4AA7; }

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

This text font color is #3C4AA7.


Background Color

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

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

This div background color is #3C4AA7.


Border color

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

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

This div border color is #3C4AA7.


Opacity

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

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

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

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

This text has shadow with #3C4AA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4AA7 on black background.


Color preview on white background

This text has color #3C4AA7 on white background.



Black color preview on #3C4AA7 background

This text has black color on #3C4AA7 background.


White color preview on #3C4AA7 background

This text has white color on #3C4AA7 background.