COLOR #3C50A1

HEX: #3C50A1
RGB: (60,80,161)

Color info

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

RGB color model

#3C50A1 color RGB value is (60,80,161).

  • red value is 60;
  • green value is 80;
  • blue value is 161.
RGB:
(60,80,161)
(24%,31%,63%)

RGB channels and saturation

R 60 of 255 = 24%
G 80 of 255 = 31%
B 161 of 255 = 63%

60
80
161

R + G + B ~ 39%. #3C50A1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 80 + 161 = 301 (100%)
R 60 of 301 ~ 19.93%
G 80 of 301 ~ 26.58%
B 161 of 301 ~ 53.49%

%19.93
%26.58
%53.49

CMYK color model

#3C50A1 color CMYK value is (63,50,0,37).

  • cyan value is 62.73%
  • magenta value is 50.31%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(63,50,0,37)
C63M50Y0K37 
(63%,50%,0%,37%)
(0.63/0.50/0.00/0.37)	

CMYK percentages

%62.73
%50.31
%0
%36.86

Codes

Color #3C50A1 in popluar color models

3C50A1
RGB6080161
HSL228°45.70%43.33%
HSB/HSV228°62.73%63.14%
CMYK62.73%50.31%0.00%
36.86%

Color #3C50A1 in popluar number systems.

HEX3C50A1
Decimal6080161
Binary111100101000010100001
Octal74120241

Shades and tints

Shades of #3C50A1

#3C50A1
(60,80,161)
#374993
(55,73,147)
#324285
(50,66,133)
#2D3B77
(45,59,119)
#283469
(40,52,105)
#232D5B
(35,45,91)
#1E264D
(30,38,77)
#191F3F
(25,31,63)
#141831
(20,24,49)
#0F1123
(15,17,35)
#0A0A15
(10,10,21)
#000000
(0,0,0)

Tints of #3C50A1

#3C50A1
(60,80,161)
#4D5FA9
(77,95,169)
#5E6EB1
(94,110,177)
#6F7DB9
(111,125,185)
#808CC1
(128,140,193)
#919BC9
(145,155,201)
#A2AAD1
(162,170,209)
#B3B9D9
(179,185,217)
#C4C8E1
(196,200,225)
#D5D7E9
(213,215,233)
#E6E6F1
(230,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C50A1 color. Also use rgb(60,80,161) instead hex code.

Text Font Color

.myTextColor { color: #3C50A1; }

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

This text font color is #3C50A1.


Background Color

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

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

This div background color is #3C50A1.


Border color

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

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

This div border color is #3C50A1.


Opacity

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

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

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

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

This text has shadow with #3C50A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C50A1 on black background.


Color preview on white background

This text has color #3C50A1 on white background.



Black color preview on #3C50A1 background

This text has black color on #3C50A1 background.


White color preview on #3C50A1 background

This text has white color on #3C50A1 background.