COLOR #3C5195

HEX: #3C5195
RGB: (60,81,149)

Color info

#3C5195 contains mainly blue color. Web safe color of #3C5195 is #336699 (or #369).

RGB color model

#3C5195 color RGB value is (60,81,149).

  • red value is 60;
  • green value is 81;
  • blue value is 149.
RGB:
(60,81,149)
(24%,32%,58%)

RGB channels and saturation

R 60 of 255 = 24%
G 81 of 255 = 32%
B 149 of 255 = 58%

60
81
149

R + G + B ~ 38%. #3C5195 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 81 + 149 = 290 (100%)
R 60 of 290 ~ 20.69%
G 81 of 290 ~ 27.93%
B 149 of 290 ~ 51.38%

%20.69
%27.93
%51.38

CMYK color model

#3C5195 color CMYK value is (60,46,0,42).

  • cyan value is 59.73%
  • magenta value is 45.64%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(60,46,0,42)
C60M46Y0K42 
(60%,46%,0%,42%)
(0.60/0.46/0.00/0.42)	

CMYK percentages

%59.73
%45.64
%0
%41.57

Codes

Color #3C5195 in popluar color models

3C5195
RGB6081149
HSL226°42.58%40.98%
HSB/HSV226°59.73%58.43%
CMYK59.73%45.64%0.00%
41.57%

Color #3C5195 in popluar number systems.

HEX3C5195
Decimal6081149
Binary111100101000110010101
Octal74121225

Shades and tints

Shades of #3C5195

#3C5195
(60,81,149)
#374A88
(55,74,136)
#32437B
(50,67,123)
#2D3C6E
(45,60,110)
#283561
(40,53,97)
#232E54
(35,46,84)
#1E2747
(30,39,71)
#19203A
(25,32,58)
#14192D
(20,25,45)
#0F1220
(15,18,32)
#0A0B13
(10,11,19)
#000000
(0,0,0)

Tints of #3C5195

#3C5195
(60,81,149)
#4D609E
(77,96,158)
#5E6FA7
(94,111,167)
#6F7EB0
(111,126,176)
#808DB9
(128,141,185)
#919CC2
(145,156,194)
#A2ABCB
(162,171,203)
#B3BAD4
(179,186,212)
#C4C9DD
(196,201,221)
#D5D8E6
(213,216,230)
#E6E7EF
(230,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5195 color. Also use rgb(60,81,149) instead hex code.

Text Font Color

.myTextColor { color: #3C5195; }

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

This text font color is #3C5195.


Background Color

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

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

This div background color is #3C5195.


Border color

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

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

This div border color is #3C5195.


Opacity

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

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

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

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

This text has shadow with #3C5195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5195 on black background.


Color preview on white background

This text has color #3C5195 on white background.



Black color preview on #3C5195 background

This text has black color on #3C5195 background.


White color preview on #3C5195 background

This text has white color on #3C5195 background.