COLOR #3D4B8D

HEX: #3D4B8D
RGB: (61,75,141)

Color info

#3D4B8D contains mainly blue color. Web safe color of #3D4B8D is #333399 (or #339).

RGB color model

#3D4B8D color RGB value is (61,75,141).

  • red value is 61;
  • green value is 75;
  • blue value is 141.
RGB:
(61,75,141)
(24%,29%,55%)

RGB channels and saturation

R 61 of 255 = 24%
G 75 of 255 = 29%
B 141 of 255 = 55%

61
75
141

R + G + B ~ 36%. #3D4B8D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 75 + 141 = 277 (100%)
R 61 of 277 ~ 22.02%
G 75 of 277 ~ 27.08%
B 141 of 277 ~ 50.9%

%22.02
%27.08
%50.9

CMYK color model

#3D4B8D color CMYK value is (57,47,0,45).

  • cyan value is 56.74%
  • magenta value is 46.81%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(57,47,0,45)
C57M47Y0K45 
(57%,47%,0%,45%)
(0.57/0.47/0.00/0.45)	

CMYK percentages

%56.74
%46.81
%0
%44.71

Codes

Color #3D4B8D in popluar color models

3D4B8D
RGB6175141
HSL230°39.60%39.61%
HSB/HSV230°56.74%55.29%
CMYK56.74%46.81%0.00%
44.71%

Color #3D4B8D in popluar number systems.

HEX3D4B8D
Decimal6175141
Binary111101100101110001101
Octal75113215

Shades and tints

Shades of #3D4B8D

#3D4B8D
(61,75,141)
#384581
(56,69,129)
#333F75
(51,63,117)
#2E3969
(46,57,105)
#29335D
(41,51,93)
#242D51
(36,45,81)
#1F2745
(31,39,69)
#1A2139
(26,33,57)
#151B2D
(21,27,45)
#101521
(16,21,33)
#0B0F15
(11,15,21)
#000000
(0,0,0)

Tints of #3D4B8D

#3D4B8D
(61,75,141)
#4E5B97
(78,91,151)
#5F6BA1
(95,107,161)
#707BAB
(112,123,171)
#818BB5
(129,139,181)
#929BBF
(146,155,191)
#A3ABC9
(163,171,201)
#B4BBD3
(180,187,211)
#C5CBDD
(197,203,221)
#D6DBE7
(214,219,231)
#E7EBF1
(231,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D4B8D color. Also use rgb(61,75,141) instead hex code.

Text Font Color

.myTextColor { color: #3D4B8D; }

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

This text font color is #3D4B8D.


Background Color

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

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

This div background color is #3D4B8D.


Border color

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

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

This div border color is #3D4B8D.


Opacity

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

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

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

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

This text has shadow with #3D4B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4B8D on black background.


Color preview on white background

This text has color #3D4B8D on white background.



Black color preview on #3D4B8D background

This text has black color on #3D4B8D background.


White color preview on #3D4B8D background

This text has white color on #3D4B8D background.