COLOR #3D4B94

HEX: #3D4B94
RGB: (61,75,148)

Color info

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

RGB color model

#3D4B94 color RGB value is (61,75,148).

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

RGB channels and saturation

R 61 of 255 = 24%
G 75 of 255 = 29%
B 148 of 255 = 58%

61
75
148

R + G + B ~ 37%. #3D4B94 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 75 + 148 = 284 (100%)
R 61 of 284 ~ 21.48%
G 75 of 284 ~ 26.41%
B 148 of 284 ~ 52.11%

%21.48
%26.41
%52.11

CMYK color model

#3D4B94 color CMYK value is (59,49,0,42).

  • cyan value is 58.78%
  • magenta value is 49.32%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(59,49,0,42)
C59M49Y0K42 
(59%,49%,0%,42%)
(0.59/0.49/0.00/0.42)	

CMYK percentages

%58.78
%49.32
%0
%41.96

Codes

Color #3D4B94 in popluar color models

3D4B94
RGB6175148
HSL230°41.63%40.98%
HSB/HSV230°58.78%58.04%
CMYK58.78%49.32%0.00%
41.96%

Color #3D4B94 in popluar number systems.

HEX3D4B94
Decimal6175148
Binary111101100101110010100
Octal75113224

Shades and tints

Shades of #3D4B94

#3D4B94
(61,75,148)
#384587
(56,69,135)
#333F7A
(51,63,122)
#2E396D
(46,57,109)
#293360
(41,51,96)
#242D53
(36,45,83)
#1F2746
(31,39,70)
#1A2139
(26,33,57)
#151B2C
(21,27,44)
#10151F
(16,21,31)
#0B0F12
(11,15,18)
#000000
(0,0,0)

Tints of #3D4B94

#3D4B94
(61,75,148)
#4E5B9D
(78,91,157)
#5F6BA6
(95,107,166)
#707BAF
(112,123,175)
#818BB8
(129,139,184)
#929BC1
(146,155,193)
#A3ABCA
(163,171,202)
#B4BBD3
(180,187,211)
#C5CBDC
(197,203,220)
#D6DBE5
(214,219,229)
#E7EBEE
(231,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D4B94; }

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

This text font color is #3D4B94.


Background Color

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

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

This div background color is #3D4B94.


Border color

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

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

This div border color is #3D4B94.


Opacity

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

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

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

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

This text has shadow with #3D4B94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4B94 on black background.


Color preview on white background

This text has color #3D4B94 on white background.



Black color preview on #3D4B94 background

This text has black color on #3D4B94 background.


White color preview on #3D4B94 background

This text has white color on #3D4B94 background.