COLOR #3D4EB1

HEX: #3D4EB1
RGB: (61,78,177)

Color info

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

RGB color model

#3D4EB1 color RGB value is (61,78,177).

  • red value is 61;
  • green value is 78;
  • blue value is 177.
RGB:
(61,78,177)
(24%,31%,69%)

RGB channels and saturation

R 61 of 255 = 24%
G 78 of 255 = 31%
B 177 of 255 = 69%

61
78
177

R + G + B ~ 41%. #3D4EB1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
61 + 78 + 177 = 316 (100%)
R 61 of 316 ~ 19.3%
G 78 of 316 ~ 24.68%
B 177 of 316 ~ 56.01%

%19.3
%24.68
%56.01

CMYK color model

#3D4EB1 color CMYK value is (66,56,0,31).

  • cyan value is 65.54%
  • magenta value is 55.93%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(66,56,0,31)
C66M56Y0K31 
(66%,56%,0%,31%)
(0.66/0.56/0.00/0.31)	

CMYK percentages

%65.54
%55.93
%0
%30.59

Codes

Color #3D4EB1 in popluar color models

3D4EB1
RGB6178177
HSL231°48.74%46.67%
HSB/HSV231°65.54%69.41%
CMYK65.54%55.93%0.00%
30.59%

Color #3D4EB1 in popluar number systems.

HEX3D4EB1
Decimal6178177
Binary111101100111010110001
Octal75116261

Shades and tints

Shades of #3D4EB1

#3D4EB1
(61,78,177)
#3847A1
(56,71,161)
#334091
(51,64,145)
#2E3981
(46,57,129)
#293271
(41,50,113)
#242B61
(36,43,97)
#1F2451
(31,36,81)
#1A1D41
(26,29,65)
#151631
(21,22,49)
#100F21
(16,15,33)
#0B0811
(11,8,17)
#000000
(0,0,0)

Tints of #3D4EB1

#3D4EB1
(61,78,177)
#4E5EB8
(78,94,184)
#5F6EBF
(95,110,191)
#707EC6
(112,126,198)
#818ECD
(129,142,205)
#929ED4
(146,158,212)
#A3AEDB
(163,174,219)
#B4BEE2
(180,190,226)
#C5CEE9
(197,206,233)
#D6DEF0
(214,222,240)
#E7EEF7
(231,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D4EB1 color. Also use rgb(61,78,177) instead hex code.

Text Font Color

.myTextColor { color: #3D4EB1; }

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

This text font color is #3D4EB1.


Background Color

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

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

This div background color is #3D4EB1.


Border color

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

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

This div border color is #3D4EB1.


Opacity

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

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

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

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

This text has shadow with #3D4EB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4EB1 on black background.


Color preview on white background

This text has color #3D4EB1 on white background.



Black color preview on #3D4EB1 background

This text has black color on #3D4EB1 background.


White color preview on #3D4EB1 background

This text has white color on #3D4EB1 background.