COLOR #3A599B

HEX: #3A599B
RGB: (58,89,155)

Color info

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

RGB color model

#3A599B color RGB value is (58,89,155).

  • red value is 58;
  • green value is 89;
  • blue value is 155.
RGB:
(58,89,155)
(23%,35%,61%)

RGB channels and saturation

R 58 of 255 = 23%
G 89 of 255 = 35%
B 155 of 255 = 61%

58
89
155

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

Portions of RGB colors in percentages

R + G + B =
58 + 89 + 155 = 302 (100%)
R 58 of 302 ~ 19.21%
G 89 of 302 ~ 29.47%
B 155 of 302 ~ 51.32%

%19.21
%29.47
%51.32

CMYK color model

#3A599B color CMYK value is (63,43,0,39).

  • cyan value is 62.58%
  • magenta value is 42.58%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(63,43,0,39)
C63M43Y0K39 
(63%,43%,0%,39%)
(0.63/0.43/0.00/0.39)	

CMYK percentages

%62.58
%42.58
%0
%39.22

Codes

Color #3A599B in popluar color models

3A599B
RGB5889155
HSL221°45.54%41.76%
HSB/HSV221°62.58%60.78%
CMYK62.58%42.58%0.00%
39.22%

Color #3A599B in popluar number systems.

HEX3A599B
Decimal5889155
Binary111010101100110011011
Octal72131233

Shades and tints

Shades of #3A599B

#3A599B
(58,89,155)
#35518D
(53,81,141)
#30497F
(48,73,127)
#2B4171
(43,65,113)
#263963
(38,57,99)
#213155
(33,49,85)
#1C2947
(28,41,71)
#172139
(23,33,57)
#12192B
(18,25,43)
#0D111D
(13,17,29)
#08090F
(8,9,15)
#000000
(0,0,0)

Tints of #3A599B

#3A599B
(58,89,155)
#4B68A4
(75,104,164)
#5C77AD
(92,119,173)
#6D86B6
(109,134,182)
#7E95BF
(126,149,191)
#8FA4C8
(143,164,200)
#A0B3D1
(160,179,209)
#B1C2DA
(177,194,218)
#C2D1E3
(194,209,227)
#D3E0EC
(211,224,236)
#E4EFF5
(228,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A599B color. Also use rgb(58,89,155) instead hex code.

Text Font Color

.myTextColor { color: #3A599B; }

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

This text font color is #3A599B.


Background Color

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

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

This div background color is #3A599B.


Border color

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

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

This div border color is #3A599B.


Opacity

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

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

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

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

This text has shadow with #3A599B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A599B on black background.


Color preview on white background

This text has color #3A599B on white background.



Black color preview on #3A599B background

This text has black color on #3A599B background.


White color preview on #3A599B background

This text has white color on #3A599B background.