COLOR #3C4DA8

HEX: #3C4DA8
RGB: (60,77,168)

Color info

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

RGB color model

#3C4DA8 color RGB value is (60,77,168).

  • red value is 60;
  • green value is 77;
  • blue value is 168.
RGB:
(60,77,168)
(24%,30%,66%)

RGB channels and saturation

R 60 of 255 = 24%
G 77 of 255 = 30%
B 168 of 255 = 66%

60
77
168

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

Portions of RGB colors in percentages

R + G + B =
60 + 77 + 168 = 305 (100%)
R 60 of 305 ~ 19.67%
G 77 of 305 ~ 25.25%
B 168 of 305 ~ 55.08%

%19.67
%25.25
%55.08

CMYK color model

#3C4DA8 color CMYK value is (64,54,0,34).

  • cyan value is 64.29%
  • magenta value is 54.17%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(64,54,0,34)
C64M54Y0K34 
(64%,54%,0%,34%)
(0.64/0.54/0.00/0.34)	

CMYK percentages

%64.29
%54.17
%0
%34.12

Codes

Color #3C4DA8 in popluar color models

3C4DA8
RGB6077168
HSL231°47.37%44.71%
HSB/HSV231°64.29%65.88%
CMYK64.29%54.17%0.00%
34.12%

Color #3C4DA8 in popluar number systems.

HEX3C4DA8
Decimal6077168
Binary111100100110110101000
Octal74115250

Shades and tints

Shades of #3C4DA8

#3C4DA8
(60,77,168)
#374699
(55,70,153)
#323F8A
(50,63,138)
#2D387B
(45,56,123)
#28316C
(40,49,108)
#232A5D
(35,42,93)
#1E234E
(30,35,78)
#191C3F
(25,28,63)
#141530
(20,21,48)
#0F0E21
(15,14,33)
#0A0712
(10,7,18)
#000000
(0,0,0)

Tints of #3C4DA8

#3C4DA8
(60,77,168)
#4D5DAF
(77,93,175)
#5E6DB6
(94,109,182)
#6F7DBD
(111,125,189)
#808DC4
(128,141,196)
#919DCB
(145,157,203)
#A2ADD2
(162,173,210)
#B3BDD9
(179,189,217)
#C4CDE0
(196,205,224)
#D5DDE7
(213,221,231)
#E6EDEE
(230,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C4DA8 color. Also use rgb(60,77,168) instead hex code.

Text Font Color

.myTextColor { color: #3C4DA8; }

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

This text font color is #3C4DA8.


Background Color

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

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

This div background color is #3C4DA8.


Border color

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

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

This div border color is #3C4DA8.


Opacity

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

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

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

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

This text has shadow with #3C4DA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4DA8 on black background.


Color preview on white background

This text has color #3C4DA8 on white background.



Black color preview on #3C4DA8 background

This text has black color on #3C4DA8 background.


White color preview on #3C4DA8 background

This text has white color on #3C4DA8 background.