COLOR #3D4A8F

HEX: #3D4A8F
RGB: (61,74,143)

Color info

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

RGB color model

#3D4A8F color RGB value is (61,74,143).

  • red value is 61;
  • green value is 74;
  • blue value is 143.
RGB:
(61,74,143)
(24%,29%,56%)

RGB channels and saturation

R 61 of 255 = 24%
G 74 of 255 = 29%
B 143 of 255 = 56%

61
74
143

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

Portions of RGB colors in percentages

R + G + B =
61 + 74 + 143 = 278 (100%)
R 61 of 278 ~ 21.94%
G 74 of 278 ~ 26.62%
B 143 of 278 ~ 51.44%

%21.94
%26.62
%51.44

CMYK color model

#3D4A8F color CMYK value is (57,48,0,44).

  • cyan value is 57.34%
  • magenta value is 48.25%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(57,48,0,44)
C57M48Y0K44 
(57%,48%,0%,44%)
(0.57/0.48/0.00/0.44)	

CMYK percentages

%57.34
%48.25
%0
%43.92

Codes

Color #3D4A8F in popluar color models

3D4A8F
RGB6174143
HSL230°40.20%40.00%
HSB/HSV230°57.34%56.08%
CMYK57.34%48.25%0.00%
43.92%

Color #3D4A8F in popluar number systems.

HEX3D4A8F
Decimal6174143
Binary111101100101010001111
Octal75112217

Shades and tints

Shades of #3D4A8F

#3D4A8F
(61,74,143)
#384482
(56,68,130)
#333E75
(51,62,117)
#2E3868
(46,56,104)
#29325B
(41,50,91)
#242C4E
(36,44,78)
#1F2641
(31,38,65)
#1A2034
(26,32,52)
#151A27
(21,26,39)
#10141A
(16,20,26)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #3D4A8F

#3D4A8F
(61,74,143)
#4E5A99
(78,90,153)
#5F6AA3
(95,106,163)
#707AAD
(112,122,173)
#818AB7
(129,138,183)
#929AC1
(146,154,193)
#A3AACB
(163,170,203)
#B4BAD5
(180,186,213)
#C5CADF
(197,202,223)
#D6DAE9
(214,218,233)
#E7EAF3
(231,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D4A8F color. Also use rgb(61,74,143) instead hex code.

Text Font Color

.myTextColor { color: #3D4A8F; }

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

This text font color is #3D4A8F.


Background Color

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

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

This div background color is #3D4A8F.


Border color

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

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

This div border color is #3D4A8F.


Opacity

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

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

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

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

This text has shadow with #3D4A8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4A8F on black background.


Color preview on white background

This text has color #3D4A8F on white background.



Black color preview on #3D4A8F background

This text has black color on #3D4A8F background.


White color preview on #3D4A8F background

This text has white color on #3D4A8F background.