COLOR #3D4684

HEX: #3D4684
RGB: (61,70,132)

Color info

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

RGB color model

#3D4684 color RGB value is (61,70,132).

  • red value is 61;
  • green value is 70;
  • blue value is 132.
RGB: (61,70,132) (24%,27%,52%)

RGB channels and saturation

R 61 of 255 = 24%
G 70 of 255 = 27%
B 132 of 255 = 52%

61
70
132

R + G + B ~ 34%. #3D4684 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 70 + 132 = 263 (100%)
R 61 of 263 ~ 23.19%
G 70 of 263 ~ 26.62%
B 132 of 263 ~ 50.19%

%23.19
%26.62
%50.19

CMYK color model

#3D4684 color CMYK value is (54,47,0,48).

  • cyan value is 53.79%
  • magenta value is 46.97%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK: (54,47,0,48) C54M47Y0K48 (54%,47%,0%,48%) (0.54/0.47/0.00/0.48)

CMYK percentages

%53.79
%46.97
%0
%48.24

Codes

Color #3D4684 in popluar color models

3D4684
RGB6170132
HSL232°36.79%37.84%
HSB/HSV232°53.79%51.76%
CMYK53.79%46.97%0.00%
48.24%

Color #3D4684 in popluar number systems.

HEX3D4684
Decimal6170132
Binary111101100011010000100
Octal75106204

Shades and tints

Shades of #3D4684

#3D4684
(61,70,132)
#384078
(56,64,120)
#333A6C
(51,58,108)
#2E3460
(46,52,96)
#292E54
(41,46,84)
#242848
(36,40,72)
#1F223C
(31,34,60)
#1A1C30
(26,28,48)
#151624
(21,22,36)
#101018
(16,16,24)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #3D4684

#3D4684
(61,70,132)
#4E568F
(78,86,143)
#5F669A
(95,102,154)
#7076A5
(112,118,165)
#8186B0
(129,134,176)
#9296BB
(146,150,187)
#A3A6C6
(163,166,198)
#B4B6D1
(180,182,209)
#C5C6DC
(197,198,220)
#D6D6E7
(214,214,231)
#E7E6F2
(231,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D4684 color. Also use rgb(61,70,132) instead hex code.

Text Font Color

.myTextColor { color: #3D4684; }

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

This text font color is #3D4684.


Background Color

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

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

This div background color is #3D4684.


Border color

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

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

This div border color is #3D4684.


Opacity

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

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

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

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

This text has shadow with #3D4684 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #3D4684 on black background.


Color preview on white background

This text has color #3D4684 on white background.



Black color preview on #3D4684 background

This text has black color on #3D4684 background.


White color preview on #3D4684 background

This text has white color on #3D4684 background.