COLOR #3955CE

HEX: #3955CE
RGB: (57,85,206)

Color info

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

RGB color model

#3955CE color RGB value is (57,85,206).

  • red value is 57;
  • green value is 85;
  • blue value is 206.
RGB:
(57,85,206)
(22%,33%,81%)

RGB channels and saturation

R 57 of 255 = 22%
G 85 of 255 = 33%
B 206 of 255 = 81%

57
85
206

R + G + B ~ 45%. #3955CE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
57 + 85 + 206 = 348 (100%)
R 57 of 348 ~ 16.38%
G 85 of 348 ~ 24.43%
B 206 of 348 ~ 59.2%

%16.38
%24.43
%59.2

CMYK color model

#3955CE color CMYK value is (72,59,0,19).

  • cyan value is 72.33%
  • magenta value is 58.74%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(72,59,0,19)
C72M59Y0K19 
(72%,59%,0%,19%)
(0.72/0.59/0.00/0.19)	

CMYK percentages

%72.33
%58.74
%0
%19.22

Codes

Color #3955CE in popluar color models

3955CE
RGB5785206
HSL229°60.32%51.57%
HSB/HSV229°72.33%80.78%
CMYK72.33%58.74%0.00%
19.22%

Color #3955CE in popluar number systems.

HEX3955CE
Decimal5785206
Binary111001101010111001110
Octal71125316

Shades and tints

Shades of #3955CE

#3955CE
(57,85,206)
#344EBC
(52,78,188)
#2F47AA
(47,71,170)
#2A4098
(42,64,152)
#253986
(37,57,134)
#203274
(32,50,116)
#1B2B62
(27,43,98)
#162450
(22,36,80)
#111D3E
(17,29,62)
#0C162C
(12,22,44)
#070F1A
(7,15,26)
#000000
(0,0,0)

Tints of #3955CE

#3955CE
(57,85,206)
#4B64D2
(75,100,210)
#5D73D6
(93,115,214)
#6F82DA
(111,130,218)
#8191DE
(129,145,222)
#93A0E2
(147,160,226)
#A5AFE6
(165,175,230)
#B7BEEA
(183,190,234)
#C9CDEE
(201,205,238)
#DBDCF2
(219,220,242)
#EDEBF6
(237,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3955CE color. Also use rgb(57,85,206) instead hex code.

Text Font Color

.myTextColor { color: #3955CE; }

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

This text font color is #3955CE.


Background Color

.myBgColor { background-color: #3955CE; }

<div style="background-color:#3955CE">Inner text</div>

This div background color is #3955CE.


Border color

.myBorderColor { border: 1px solid #3955CE; }

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

This div border color is #3955CE.


Opacity

.myOpacity80 { color: #3955CE; opacity: 0.8; }

<p style="color:#3955CE;opacity:0.8;">80%</p>

Text with #3955CE 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 #3955CE;}

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

This text has shadow with #3955CE color.

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

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

This text has shadow with #3955CE primary color and red secondary color.


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

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

This text has shadow with #3955CE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3955CE on black background.


Color preview on white background

This text has color #3955CE on white background.



Black color preview on #3955CE background

This text has black color on #3955CE background.


White color preview on #3955CE background

This text has white color on #3955CE background.