COLOR #3C4586

HEX: #3C4586
RGB: (60,69,134)

Color info

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

RGB color model

#3C4586 color RGB value is (60,69,134).

  • red value is 60;
  • green value is 69;
  • blue value is 134.
RGB:
(60,69,134)
(24%,27%,53%)

RGB channels and saturation

R 60 of 255 = 24%
G 69 of 255 = 27%
B 134 of 255 = 53%

60
69
134

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

Portions of RGB colors in percentages

R + G + B =
60 + 69 + 134 = 263 (100%)
R 60 of 263 ~ 22.81%
G 69 of 263 ~ 26.24%
B 134 of 263 ~ 50.95%

%22.81
%26.24
%50.95

CMYK color model

#3C4586 color CMYK value is (55,49,0,47).

  • cyan value is 55.22%
  • magenta value is 48.51%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(55,49,0,47)
C55M49Y0K47 
(55%,49%,0%,47%)
(0.55/0.49/0.00/0.47)	

CMYK percentages

%55.22
%48.51
%0
%47.45

Codes

Color #3C4586 in popluar color models

3C4586
RGB6069134
HSL233°38.14%38.04%
HSB/HSV233°55.22%52.55%
CMYK55.22%48.51%0.00%
47.45%

Color #3C4586 in popluar number systems.

HEX3C4586
Decimal6069134
Binary111100100010110000110
Octal74105206

Shades and tints

Shades of #3C4586

#3C4586
(60,69,134)
#373F7A
(55,63,122)
#32396E
(50,57,110)
#2D3362
(45,51,98)
#282D56
(40,45,86)
#23274A
(35,39,74)
#1E213E
(30,33,62)
#191B32
(25,27,50)
#141526
(20,21,38)
#0F0F1A
(15,15,26)
#0A090E
(10,9,14)
#000000
(0,0,0)

Tints of #3C4586

#3C4586
(60,69,134)
#4D5591
(77,85,145)
#5E659C
(94,101,156)
#6F75A7
(111,117,167)
#8085B2
(128,133,178)
#9195BD
(145,149,189)
#A2A5C8
(162,165,200)
#B3B5D3
(179,181,211)
#C4C5DE
(196,197,222)
#D5D5E9
(213,213,233)
#E6E5F4
(230,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C4586 color. Also use rgb(60,69,134) instead hex code.

Text Font Color

.myTextColor { color: #3C4586; }

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

This text font color is #3C4586.


Background Color

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

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

This div background color is #3C4586.


Border color

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

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

This div border color is #3C4586.


Opacity

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

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

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

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

This text has shadow with #3C4586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4586 on black background.


Color preview on white background

This text has color #3C4586 on white background.



Black color preview on #3C4586 background

This text has black color on #3C4586 background.


White color preview on #3C4586 background

This text has white color on #3C4586 background.