COLOR #3967B1

HEX: #3967B1
RGB: (57,103,177)

Color info

#3967B1 contains mainly blue color. Web safe color of #3967B1 is #336699 (or #369).

RGB color model

#3967B1 color RGB value is (57,103,177).

  • red value is 57;
  • green value is 103;
  • blue value is 177.
RGB:
(57,103,177)
(22%,40%,69%)

RGB channels and saturation

R 57 of 255 = 22%
G 103 of 255 = 40%
B 177 of 255 = 69%

57
103
177

R + G + B ~ 44%. #3967B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
57 + 103 + 177 = 337 (100%)
R 57 of 337 ~ 16.91%
G 103 of 337 ~ 30.56%
B 177 of 337 ~ 52.52%

%16.91
%30.56
%52.52

CMYK color model

#3967B1 color CMYK value is (68,42,0,31).

  • cyan value is 67.80%
  • magenta value is 41.81%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(68,42,0,31)
C68M42Y0K31 
(68%,42%,0%,31%)
(0.68/0.42/0.00/0.31)	

CMYK percentages

%67.8
%41.81
%0
%30.59

Codes

Color #3967B1 in popluar color models

3967B1
RGB57103177
HSL217°51.28%45.88%
HSB/HSV217°67.80%69.41%
CMYK67.80%41.81%0.00%
30.59%

Color #3967B1 in popluar number systems.

HEX3967B1
Decimal57103177
Binary111001110011110110001
Octal71147261

Shades and tints

Shades of #3967B1

#3967B1
(57,103,177)
#345EA1
(52,94,161)
#2F5591
(47,85,145)
#2A4C81
(42,76,129)
#254371
(37,67,113)
#203A61
(32,58,97)
#1B3151
(27,49,81)
#162841
(22,40,65)
#111F31
(17,31,49)
#0C1621
(12,22,33)
#070D11
(7,13,17)
#000000
(0,0,0)

Tints of #3967B1

#3967B1
(57,103,177)
#4B74B8
(75,116,184)
#5D81BF
(93,129,191)
#6F8EC6
(111,142,198)
#819BCD
(129,155,205)
#93A8D4
(147,168,212)
#A5B5DB
(165,181,219)
#B7C2E2
(183,194,226)
#C9CFE9
(201,207,233)
#DBDCF0
(219,220,240)
#EDE9F7
(237,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3967B1 color. Also use rgb(57,103,177) instead hex code.

Text Font Color

.myTextColor { color: #3967B1; }

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

This text font color is #3967B1.


Background Color

.myBgColor { background-color: #3967B1; }

<div style="background-color:#3967B1">Inner text</div>

This div background color is #3967B1.


Border color

.myBorderColor { border: 1px solid #3967B1; }

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

This div border color is #3967B1.


Opacity

.myOpacity80 { color: #3967B1; opacity: 0.8; }

<p style="color:#3967B1;opacity:0.8;">80%</p>

Text with #3967B1 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 #3967B1;}

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

This text has shadow with #3967B1 color.

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

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

This text has shadow with #3967B1 primary color and red secondary color.


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

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

This text has shadow with #3967B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3967B1 on black background.


Color preview on white background

This text has color #3967B1 on white background.



Black color preview on #3967B1 background

This text has black color on #3967B1 background.


White color preview on #3967B1 background

This text has white color on #3967B1 background.