COLOR #3D47B0

HEX: #3D47B0
RGB: (61,71,176)

Color info

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

RGB color model

#3D47B0 color RGB value is (61,71,176).

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

RGB channels and saturation

R 61 of 255 = 24%
G 71 of 255 = 28%
B 176 of 255 = 69%

61
71
176

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

Portions of RGB colors in percentages

R + G + B =
61 + 71 + 176 = 308 (100%)
R 61 of 308 ~ 19.81%
G 71 of 308 ~ 23.05%
B 176 of 308 ~ 57.14%

%19.81
%23.05
%57.14

CMYK color model

#3D47B0 color CMYK value is (65,60,0,31).

  • cyan value is 65.34%
  • magenta value is 59.66%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(65,60,0,31)
C65M60Y0K31 
(65%,60%,0%,31%)
(0.65/0.60/0.00/0.31)	

CMYK percentages

%65.34
%59.66
%0
%30.98

Codes

Color #3D47B0 in popluar color models

3D47B0
RGB6171176
HSL235°48.52%46.47%
HSB/HSV235°65.34%69.02%
CMYK65.34%59.66%0.00%
30.98%

Color #3D47B0 in popluar number systems.

HEX3D47B0
Decimal6171176
Binary111101100011110110000
Octal75107260

Shades and tints

Shades of #3D47B0

#3D47B0
(61,71,176)
#3841A0
(56,65,160)
#333B90
(51,59,144)
#2E3580
(46,53,128)
#292F70
(41,47,112)
#242960
(36,41,96)
#1F2350
(31,35,80)
#1A1D40
(26,29,64)
#151730
(21,23,48)
#101120
(16,17,32)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #3D47B0

#3D47B0
(61,71,176)
#4E57B7
(78,87,183)
#5F67BE
(95,103,190)
#7077C5
(112,119,197)
#8187CC
(129,135,204)
#9297D3
(146,151,211)
#A3A7DA
(163,167,218)
#B4B7E1
(180,183,225)
#C5C7E8
(197,199,232)
#D6D7EF
(214,215,239)
#E7E7F6
(231,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D47B0; }

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

This text font color is #3D47B0.


Background Color

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

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

This div background color is #3D47B0.


Border color

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

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

This div border color is #3D47B0.


Opacity

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

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

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

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

This text has shadow with #3D47B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D47B0 on black background.


Color preview on white background

This text has color #3D47B0 on white background.



Black color preview on #3D47B0 background

This text has black color on #3D47B0 background.


White color preview on #3D47B0 background

This text has white color on #3D47B0 background.