COLOR #3C427E

HEX: #3C427E
RGB: (60,66,126)

Color info

#3C427E contains mainly blue color. Web safe color of #3C427E is #333366 (or #336).

RGB color model

#3C427E color RGB value is (60,66,126).

  • red value is 60;
  • green value is 66;
  • blue value is 126.
RGB:
(60,66,126)
(24%,26%,49%)

RGB channels and saturation

R 60 of 255 = 24%
G 66 of 255 = 26%
B 126 of 255 = 49%

60
66
126

R + G + B ~ 33%. #3C427E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 66 + 126 = 252 (100%)
R 60 of 252 ~ 23.81%
G 66 of 252 ~ 26.19%
B 126 of 252 ~ 50%

%23.81
%26.19
%50

CMYK color model

#3C427E color CMYK value is (52,48,0,51).

  • cyan value is 52.38%
  • magenta value is 47.62%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(52,48,0,51)
C52M48Y0K51 
(52%,48%,0%,51%)
(0.52/0.48/0.00/0.51)	

CMYK percentages

%52.38
%47.62
%0
%50.59

Codes

Color #3C427E in popluar color models

3C427E
RGB6066126
HSL235°35.48%36.47%
HSB/HSV235°52.38%49.41%
CMYK52.38%47.62%0.00%
50.59%

Color #3C427E in popluar number systems.

HEX3C427E
Decimal6066126
Binary11110010000101111110
Octal74102176

Shades and tints

Shades of #3C427E

#3C427E
(60,66,126)
#373C73
(55,60,115)
#323668
(50,54,104)
#2D305D
(45,48,93)
#282A52
(40,42,82)
#232447
(35,36,71)
#1E1E3C
(30,30,60)
#191831
(25,24,49)
#141226
(20,18,38)
#0F0C1B
(15,12,27)
#0A0610
(10,6,16)
#000000
(0,0,0)

Tints of #3C427E

#3C427E
(60,66,126)
#4D5389
(77,83,137)
#5E6494
(94,100,148)
#6F759F
(111,117,159)
#8086AA
(128,134,170)
#9197B5
(145,151,181)
#A2A8C0
(162,168,192)
#B3B9CB
(179,185,203)
#C4CAD6
(196,202,214)
#D5DBE1
(213,219,225)
#E6ECEC
(230,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C427E color. Also use rgb(60,66,126) instead hex code.

Text Font Color

.myTextColor { color: #3C427E; }

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

This text font color is #3C427E.


Background Color

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

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

This div background color is #3C427E.


Border color

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

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

This div border color is #3C427E.


Opacity

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

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

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

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

This text has shadow with #3C427E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C427E on black background.


Color preview on white background

This text has color #3C427E on white background.



Black color preview on #3C427E background

This text has black color on #3C427E background.


White color preview on #3C427E background

This text has white color on #3C427E background.