COLOR #3D5BA2

HEX: #3D5BA2
RGB: (61,91,162)

Color info

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

RGB color model

#3D5BA2 color RGB value is (61,91,162).

  • red value is 61;
  • green value is 91;
  • blue value is 162.
RGB:
(61,91,162)
(24%,36%,64%)

RGB channels and saturation

R 61 of 255 = 24%
G 91 of 255 = 36%
B 162 of 255 = 64%

61
91
162

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

Portions of RGB colors in percentages

R + G + B =
61 + 91 + 162 = 314 (100%)
R 61 of 314 ~ 19.43%
G 91 of 314 ~ 28.98%
B 162 of 314 ~ 51.59%

%19.43
%28.98
%51.59

CMYK color model

#3D5BA2 color CMYK value is (62,44,0,36).

  • cyan value is 62.35%
  • magenta value is 43.83%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(62,44,0,36)
C62M44Y0K36 
(62%,44%,0%,36%)
(0.62/0.44/0.00/0.36)	

CMYK percentages

%62.35
%43.83
%0
%36.47

Codes

Color #3D5BA2 in popluar color models

3D5BA2
RGB6191162
HSL222°45.29%43.73%
HSB/HSV222°62.35%63.53%
CMYK62.35%43.83%0.00%
36.47%

Color #3D5BA2 in popluar number systems.

HEX3D5BA2
Decimal6191162
Binary111101101101110100010
Octal75133242

Shades and tints

Shades of #3D5BA2

#3D5BA2
(61,91,162)
#385394
(56,83,148)
#334B86
(51,75,134)
#2E4378
(46,67,120)
#293B6A
(41,59,106)
#24335C
(36,51,92)
#1F2B4E
(31,43,78)
#1A2340
(26,35,64)
#151B32
(21,27,50)
#101324
(16,19,36)
#0B0B16
(11,11,22)
#000000
(0,0,0)

Tints of #3D5BA2

#3D5BA2
(61,91,162)
#4E69AA
(78,105,170)
#5F77B2
(95,119,178)
#7085BA
(112,133,186)
#8193C2
(129,147,194)
#92A1CA
(146,161,202)
#A3AFD2
(163,175,210)
#B4BDDA
(180,189,218)
#C5CBE2
(197,203,226)
#D6D9EA
(214,217,234)
#E7E7F2
(231,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D5BA2 color. Also use rgb(61,91,162) instead hex code.

Text Font Color

.myTextColor { color: #3D5BA2; }

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

This text font color is #3D5BA2.


Background Color

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

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

This div background color is #3D5BA2.


Border color

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

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

This div border color is #3D5BA2.


Opacity

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

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

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

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

This text has shadow with #3D5BA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D5BA2 on black background.


Color preview on white background

This text has color #3D5BA2 on white background.



Black color preview on #3D5BA2 background

This text has black color on #3D5BA2 background.


White color preview on #3D5BA2 background

This text has white color on #3D5BA2 background.