COLOR #3D488B

HEX: #3D488B
RGB: (61,72,139)

Color info

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

RGB color model

#3D488B color RGB value is (61,72,139).

  • red value is 61;
  • green value is 72;
  • blue value is 139.
RGB:
(61,72,139)
(24%,28%,55%)

RGB channels and saturation

R 61 of 255 = 24%
G 72 of 255 = 28%
B 139 of 255 = 55%

61
72
139

R + G + B ~ 36%. #3D488B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 72 + 139 = 272 (100%)
R 61 of 272 ~ 22.43%
G 72 of 272 ~ 26.47%
B 139 of 272 ~ 51.1%

%22.43
%26.47
%51.1

CMYK color model

#3D488B color CMYK value is (56,48,0,45).

  • cyan value is 56.12%
  • magenta value is 48.20%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(56,48,0,45)
C56M48Y0K45 
(56%,48%,0%,45%)
(0.56/0.48/0.00/0.45)	

CMYK percentages

%56.12
%48.2
%0
%45.49

Codes

Color #3D488B in popluar color models

3D488B
RGB6172139
HSL232°39.00%39.22%
HSB/HSV232°56.12%54.51%
CMYK56.12%48.20%0.00%
45.49%

Color #3D488B in popluar number systems.

HEX3D488B
Decimal6172139
Binary111101100100010001011
Octal75110213

Shades and tints

Shades of #3D488B

#3D488B
(61,72,139)
#38427F
(56,66,127)
#333C73
(51,60,115)
#2E3667
(46,54,103)
#29305B
(41,48,91)
#242A4F
(36,42,79)
#1F2443
(31,36,67)
#1A1E37
(26,30,55)
#15182B
(21,24,43)
#10121F
(16,18,31)
#0B0C13
(11,12,19)
#000000
(0,0,0)

Tints of #3D488B

#3D488B
(61,72,139)
#4E5895
(78,88,149)
#5F689F
(95,104,159)
#7078A9
(112,120,169)
#8188B3
(129,136,179)
#9298BD
(146,152,189)
#A3A8C7
(163,168,199)
#B4B8D1
(180,184,209)
#C5C8DB
(197,200,219)
#D6D8E5
(214,216,229)
#E7E8EF
(231,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D488B color. Also use rgb(61,72,139) instead hex code.

Text Font Color

.myTextColor { color: #3D488B; }

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

This text font color is #3D488B.


Background Color

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

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

This div background color is #3D488B.


Border color

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

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

This div border color is #3D488B.


Opacity

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

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

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

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

This text has shadow with #3D488B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D488B on black background.


Color preview on white background

This text has color #3D488B on white background.



Black color preview on #3D488B background

This text has black color on #3D488B background.


White color preview on #3D488B background

This text has white color on #3D488B background.