COLOR #3961CD

HEX: #3961CD
RGB: (57,97,205)

Color info

#3961CD contains mainly blue color. Web safe color of #3961CD is #3366CC (or #36C).

RGB color model

#3961CD color RGB value is (57,97,205).

  • red value is 57;
  • green value is 97;
  • blue value is 205.
RGB:
(57,97,205)
(22%,38%,80%)

RGB channels and saturation

R 57 of 255 = 22%
G 97 of 255 = 38%
B 205 of 255 = 80%

57
97
205

R + G + B ~ 47%. #3961CD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
57 + 97 + 205 = 359 (100%)
R 57 of 359 ~ 15.88%
G 97 of 359 ~ 27.02%
B 205 of 359 ~ 57.1%

%15.88
%27.02
%57.1

CMYK color model

#3961CD color CMYK value is (72,53,0,20).

  • cyan value is 72.20%
  • magenta value is 52.68%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(72,53,0,20)
C72M53Y0K20 
(72%,53%,0%,20%)
(0.72/0.53/0.00/0.20)	

CMYK percentages

%72.2
%52.68
%0
%19.61

Codes

Color #3961CD in popluar color models

3961CD
RGB5797205
HSL224°59.68%51.37%
HSB/HSV224°72.20%80.39%
CMYK72.20%52.68%0.00%
19.61%

Color #3961CD in popluar number systems.

HEX3961CD
Decimal5797205
Binary111001110000111001101
Octal71141315

Shades and tints

Shades of #3961CD

#3961CD
(57,97,205)
#3459BB
(52,89,187)
#2F51A9
(47,81,169)
#2A4997
(42,73,151)
#254185
(37,65,133)
#203973
(32,57,115)
#1B3161
(27,49,97)
#16294F
(22,41,79)
#11213D
(17,33,61)
#0C192B
(12,25,43)
#071119
(7,17,25)
#000000
(0,0,0)

Tints of #3961CD

#3961CD
(57,97,205)
#4B6FD1
(75,111,209)
#5D7DD5
(93,125,213)
#6F8BD9
(111,139,217)
#8199DD
(129,153,221)
#93A7E1
(147,167,225)
#A5B5E5
(165,181,229)
#B7C3E9
(183,195,233)
#C9D1ED
(201,209,237)
#DBDFF1
(219,223,241)
#EDEDF5
(237,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3961CD color. Also use rgb(57,97,205) instead hex code.

Text Font Color

.myTextColor { color: #3961CD; }

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

This text font color is #3961CD.


Background Color

.myBgColor { background-color: #3961CD; }

<div style="background-color:#3961CD">Inner text</div>

This div background color is #3961CD.


Border color

.myBorderColor { border: 1px solid #3961CD; }

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

This div border color is #3961CD.


Opacity

.myOpacity80 { color: #3961CD; opacity: 0.8; }

<p style="color:#3961CD;opacity:0.8;">80%</p>

Text with #3961CD 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 #3961CD;}

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

This text has shadow with #3961CD color.

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

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

This text has shadow with #3961CD primary color and red secondary color.


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

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

This text has shadow with #3961CD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3961CD on black background.


Color preview on white background

This text has color #3961CD on white background.



Black color preview on #3961CD background

This text has black color on #3961CD background.


White color preview on #3961CD background

This text has white color on #3961CD background.