COLOR #3C367E

HEX: #3C367E
RGB: (60,54,126)

Color info

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

RGB color model

#3C367E color RGB value is (60,54,126).

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

RGB channels and saturation

R 60 of 255 = 24%
G 54 of 255 = 21%
B 126 of 255 = 49%

60
54
126

R + G + B ~ 31%. #3C367E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 54 + 126 = 240 (100%)
R 60 of 240 ~ 25%
G 54 of 240 ~ 22.5%
B 126 of 240 ~ 52.5%

%25
%22.5
%52.5

CMYK color model

#3C367E color CMYK value is (52,57,0,51).

  • cyan value is 52.38%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(52,57,0,51)
C52M57Y0K51 
(52%,57%,0%,51%)
(0.52/0.57/0.00/0.51)	

CMYK percentages

%52.38
%57.14
%0
%50.59

Codes

Color #3C367E in popluar color models

3C367E
RGB6054126
HSL245°40.00%35.29%
HSB/HSV245°57.14%49.41%
CMYK52.38%57.14%0.00%
50.59%

Color #3C367E in popluar number systems.

HEX3C367E
Decimal6054126
Binary1111001101101111110
Octal7466176

Shades and tints

Shades of #3C367E

#3C367E
(60,54,126)
#373273
(55,50,115)
#322E68
(50,46,104)
#2D2A5D
(45,42,93)
#282652
(40,38,82)
#232247
(35,34,71)
#1E1E3C
(30,30,60)
#191A31
(25,26,49)
#141626
(20,22,38)
#0F121B
(15,18,27)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #3C367E

#3C367E
(60,54,126)
#4D4889
(77,72,137)
#5E5A94
(94,90,148)
#6F6C9F
(111,108,159)
#807EAA
(128,126,170)
#9190B5
(145,144,181)
#A2A2C0
(162,162,192)
#B3B4CB
(179,180,203)
#C4C6D6
(196,198,214)
#D5D8E1
(213,216,225)
#E6EAEC
(230,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C367E; }

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

This text font color is #3C367E.


Background Color

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

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

This div background color is #3C367E.


Border color

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

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

This div border color is #3C367E.


Opacity

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

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

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

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

This text has shadow with #3C367E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C367E on black background.


Color preview on white background

This text has color #3C367E on white background.



Black color preview on #3C367E background

This text has black color on #3C367E background.


White color preview on #3C367E background

This text has white color on #3C367E background.