COLOR #3C408A

HEX: #3C408A
RGB: (60,64,138)

Color info

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

RGB color model

#3C408A color RGB value is (60,64,138).

  • red value is 60;
  • green value is 64;
  • blue value is 138.
RGB:
(60,64,138)
(24%,25%,54%)

RGB channels and saturation

R 60 of 255 = 24%
G 64 of 255 = 25%
B 138 of 255 = 54%

60
64
138

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

Portions of RGB colors in percentages

R + G + B =
60 + 64 + 138 = 262 (100%)
R 60 of 262 ~ 22.9%
G 64 of 262 ~ 24.43%
B 138 of 262 ~ 52.67%

%22.9
%24.43
%52.67

CMYK color model

#3C408A color CMYK value is (57,54,0,46).

  • cyan value is 56.52%
  • magenta value is 53.62%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(57,54,0,46)
C57M54Y0K46 
(57%,54%,0%,46%)
(0.57/0.54/0.00/0.46)	

CMYK percentages

%56.52
%53.62
%0
%45.88

Codes

Color #3C408A in popluar color models

3C408A
RGB6064138
HSL237°39.39%38.82%
HSB/HSV237°56.52%54.12%
CMYK56.52%53.62%0.00%
45.88%

Color #3C408A in popluar number systems.

HEX3C408A
Decimal6064138
Binary111100100000010001010
Octal74100212

Shades and tints

Shades of #3C408A

#3C408A
(60,64,138)
#373B7E
(55,59,126)
#323672
(50,54,114)
#2D3166
(45,49,102)
#282C5A
(40,44,90)
#23274E
(35,39,78)
#1E2242
(30,34,66)
#191D36
(25,29,54)
#14182A
(20,24,42)
#0F131E
(15,19,30)
#0A0E12
(10,14,18)
#000000
(0,0,0)

Tints of #3C408A

#3C408A
(60,64,138)
#4D5194
(77,81,148)
#5E629E
(94,98,158)
#6F73A8
(111,115,168)
#8084B2
(128,132,178)
#9195BC
(145,149,188)
#A2A6C6
(162,166,198)
#B3B7D0
(179,183,208)
#C4C8DA
(196,200,218)
#D5D9E4
(213,217,228)
#E6EAEE
(230,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C408A color. Also use rgb(60,64,138) instead hex code.

Text Font Color

.myTextColor { color: #3C408A; }

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

This text font color is #3C408A.


Background Color

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

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

This div background color is #3C408A.


Border color

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

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

This div border color is #3C408A.


Opacity

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

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

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

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

This text has shadow with #3C408A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C408A on black background.


Color preview on white background

This text has color #3C408A on white background.



Black color preview on #3C408A background

This text has black color on #3C408A background.


White color preview on #3C408A background

This text has white color on #3C408A background.