COLOR #3C4090

HEX: #3C4090
RGB: (60,64,144)

Color info

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

RGB color model

#3C4090 color RGB value is (60,64,144).

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

RGB channels and saturation

R 60 of 255 = 24%
G 64 of 255 = 25%
B 144 of 255 = 56%

60
64
144

R + G + B ~ 35%. #3C4090 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 64 + 144 = 268 (100%)
R 60 of 268 ~ 22.39%
G 64 of 268 ~ 23.88%
B 144 of 268 ~ 53.73%

%22.39
%23.88
%53.73

CMYK color model

#3C4090 color CMYK value is (58,56,0,44).

  • cyan value is 58.33%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(58,56,0,44)
C58M56Y0K44 
(58%,56%,0%,44%)
(0.58/0.56/0.00/0.44)	

CMYK percentages

%58.33
%55.56
%0
%43.53

Codes

Color #3C4090 in popluar color models

3C4090
RGB6064144
HSL237°41.18%40.00%
HSB/HSV237°58.33%56.47%
CMYK58.33%55.56%0.00%
43.53%

Color #3C4090 in popluar number systems.

HEX3C4090
Decimal6064144
Binary111100100000010010000
Octal74100220

Shades and tints

Shades of #3C4090

#3C4090
(60,64,144)
#373B83
(55,59,131)
#323676
(50,54,118)
#2D3169
(45,49,105)
#282C5C
(40,44,92)
#23274F
(35,39,79)
#1E2242
(30,34,66)
#191D35
(25,29,53)
#141828
(20,24,40)
#0F131B
(15,19,27)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #3C4090

#3C4090
(60,64,144)
#4D519A
(77,81,154)
#5E62A4
(94,98,164)
#6F73AE
(111,115,174)
#8084B8
(128,132,184)
#9195C2
(145,149,194)
#A2A6CC
(162,166,204)
#B3B7D6
(179,183,214)
#C4C8E0
(196,200,224)
#D5D9EA
(213,217,234)
#E6EAF4
(230,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4090; }

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

This text font color is #3C4090.


Background Color

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

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

This div background color is #3C4090.


Border color

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

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

This div border color is #3C4090.


Opacity

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

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

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

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

This text has shadow with #3C4090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4090 on black background.


Color preview on white background

This text has color #3C4090 on white background.



Black color preview on #3C4090 background

This text has black color on #3C4090 background.


White color preview on #3C4090 background

This text has white color on #3C4090 background.