COLOR #39479B

HEX: #39479B
RGB: (57,71,155)

Color info

#39479B contains mainly blue color. Web safe color of #39479B is #333399 (or #339).

RGB color model

#39479B color RGB value is (57,71,155).

  • red value is 57;
  • green value is 71;
  • blue value is 155.
RGB:
(57,71,155)
(22%,28%,61%)

RGB channels and saturation

R 57 of 255 = 22%
G 71 of 255 = 28%
B 155 of 255 = 61%

57
71
155

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

Portions of RGB colors in percentages

R + G + B =
57 + 71 + 155 = 283 (100%)
R 57 of 283 ~ 20.14%
G 71 of 283 ~ 25.09%
B 155 of 283 ~ 54.77%

%20.14
%25.09
%54.77

CMYK color model

#39479B color CMYK value is (63,54,0,39).

  • cyan value is 63.23%
  • magenta value is 54.19%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(63,54,0,39)
C63M54Y0K39 
(63%,54%,0%,39%)
(0.63/0.54/0.00/0.39)	

CMYK percentages

%63.23
%54.19
%0
%39.22

Codes

Color #39479B in popluar color models

39479B
RGB5771155
HSL231°46.23%41.57%
HSB/HSV231°63.23%60.78%
CMYK63.23%54.19%0.00%
39.22%

Color #39479B in popluar number systems.

HEX39479B
Decimal5771155
Binary111001100011110011011
Octal71107233

Shades and tints

Shades of #39479B

#39479B
(57,71,155)
#34418D
(52,65,141)
#2F3B7F
(47,59,127)
#2A3571
(42,53,113)
#252F63
(37,47,99)
#202955
(32,41,85)
#1B2347
(27,35,71)
#161D39
(22,29,57)
#11172B
(17,23,43)
#0C111D
(12,17,29)
#070B0F
(7,11,15)
#000000
(0,0,0)

Tints of #39479B

#39479B
(57,71,155)
#4B57A4
(75,87,164)
#5D67AD
(93,103,173)
#6F77B6
(111,119,182)
#8187BF
(129,135,191)
#9397C8
(147,151,200)
#A5A7D1
(165,167,209)
#B7B7DA
(183,183,218)
#C9C7E3
(201,199,227)
#DBD7EC
(219,215,236)
#EDE7F5
(237,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #39479B color. Also use rgb(57,71,155) instead hex code.

Text Font Color

.myTextColor { color: #39479B; }

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

This text font color is #39479B.


Background Color

.myBgColor { background-color: #39479B; }

<div style="background-color:#39479B">Inner text</div>

This div background color is #39479B.


Border color

.myBorderColor { border: 1px solid #39479B; }

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

This div border color is #39479B.


Opacity

.myOpacity80 { color: #39479B; opacity: 0.8; }

<p style="color:#39479B;opacity:0.8;">80%</p>

Text with #39479B 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 #39479B;}

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

This text has shadow with #39479B color.

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

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

This text has shadow with #39479B primary color and red secondary color.


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

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

This text has shadow with #39479B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #39479B on black background.


Color preview on white background

This text has color #39479B on white background.



Black color preview on #39479B background

This text has black color on #39479B background.


White color preview on #39479B background

This text has white color on #39479B background.