COLOR #3D49B0

HEX: #3D49B0
RGB: (61,73,176)

Color info

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

RGB color model

#3D49B0 color RGB value is (61,73,176).

  • red value is 61;
  • green value is 73;
  • blue value is 176.
RGB:
(61,73,176)
(24%,29%,69%)

RGB channels and saturation

R 61 of 255 = 24%
G 73 of 255 = 29%
B 176 of 255 = 69%

61
73
176

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

Portions of RGB colors in percentages

R + G + B =
61 + 73 + 176 = 310 (100%)
R 61 of 310 ~ 19.68%
G 73 of 310 ~ 23.55%
B 176 of 310 ~ 56.77%

%19.68
%23.55
%56.77

CMYK color model

#3D49B0 color CMYK value is (65,59,0,31).

  • cyan value is 65.34%
  • magenta value is 58.52%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(65,59,0,31)
C65M59Y0K31 
(65%,59%,0%,31%)
(0.65/0.59/0.00/0.31)	

CMYK percentages

%65.34
%58.52
%0
%30.98

Codes

Color #3D49B0 in popluar color models

3D49B0
RGB6173176
HSL234°48.52%46.47%
HSB/HSV234°65.34%69.02%
CMYK65.34%58.52%0.00%
30.98%

Color #3D49B0 in popluar number systems.

HEX3D49B0
Decimal6173176
Binary111101100100110110000
Octal75111260

Shades and tints

Shades of #3D49B0

#3D49B0
(61,73,176)
#3843A0
(56,67,160)
#333D90
(51,61,144)
#2E3780
(46,55,128)
#293170
(41,49,112)
#242B60
(36,43,96)
#1F2550
(31,37,80)
#1A1F40
(26,31,64)
#151930
(21,25,48)
#101320
(16,19,32)
#0B0D10
(11,13,16)
#000000
(0,0,0)

Tints of #3D49B0

#3D49B0
(61,73,176)
#4E59B7
(78,89,183)
#5F69BE
(95,105,190)
#7079C5
(112,121,197)
#8189CC
(129,137,204)
#9299D3
(146,153,211)
#A3A9DA
(163,169,218)
#B4B9E1
(180,185,225)
#C5C9E8
(197,201,232)
#D6D9EF
(214,217,239)
#E7E9F6
(231,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D49B0 color. Also use rgb(61,73,176) instead hex code.

Text Font Color

.myTextColor { color: #3D49B0; }

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

This text font color is #3D49B0.


Background Color

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

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

This div background color is #3D49B0.


Border color

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

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

This div border color is #3D49B0.


Opacity

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

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

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

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

This text has shadow with #3D49B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D49B0 on black background.


Color preview on white background

This text has color #3D49B0 on white background.



Black color preview on #3D49B0 background

This text has black color on #3D49B0 background.


White color preview on #3D49B0 background

This text has white color on #3D49B0 background.