COLOR #3B579B

HEX: #3B579B RGB: (59,87,155)

Color info

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

RGB color model

#3B579B color RGB value is (59,87,155).

RGB: (59,87,155) (23%, 34%, 61%)

RGB channels and saturation

R 59 of 255 = 23%
G 87 of 255 = 34%
B 155 of 255 = 61%

59
87
155

R + G + B ~ 39%. #3B579B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 87 + 155 = 301 (100%)
R 59 of 301 ~ 19.6%
G 87 of 301 ~ 28.9%
B 155 of 301 ~ 51.5'%

%19.6
%28.9
%51.5

CMYK color model

#3B579B color CMYK value is (62,44,0,39).

  • cyan value is 61.94%
  • magenta value is 43.87%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (62,44,0,39)
C62M44Y0K39 (62%, 44%, 0%, 39%)
(0.62 / 0.44 / 0.00 / 0.39)

CMYK percentages

%61.94
%43.87
%0
%39.22

Codes

Color #3B579B in popluar color models

3B 57 9B
RGB 59 87 155
HSL 223° 44.86% 41.96%
HSB/HSV 223° 61.94% 60.78%
CMYK 61.94% 43.87% 0.00%
39.22%

Color #3B579B in popluar number systems.

HEX 3B 57 9B
Decimal 59 87 155
Binary 111011 1010111 10011011
Octal 73 127 233

Shades and tints

Shades of #3B579B

#3B579B
(59,87,155)
#36508D
(54,80,141)
#31497F
(49,73,127)
#2C4271
(44,66,113)
#273B63
(39,59,99)
#223455
(34,52,85)
#1D2D47
(29,45,71)
#182639
(24,38,57)
#131F2B
(19,31,43)
#0E181D
(14,24,29)
#09110F
(9,17,15)
#000000
(0,0,0)

Tints of #3B579B

#3B579B
(59,87,155)
#4C66A4
(76,102,164)
#5D75AD
(93,117,173)
#6E84B6
(110,132,182)
#7F93BF
(127,147,191)
#90A2C8
(144,162,200)
#A1B1D1
(161,177,209)
#B2C0DA
(178,192,218)
#C3CFE3
(195,207,227)
#D4DEEC
(212,222,236)
#E5EDF5
(229,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B579B color. Also use rgb(59,87,155) instead hex code.

Text Font Color

.myTextColor { color: #3B579B; }

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

This text font color is #3B579B.

Background Color

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

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

This div background color is #3B579B.

Border color

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

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

This div border color is #3B579B.

Opacity

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

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

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

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

This text has shadow with #3B579B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B579B.

Preview

Color preview on black background

This text has color #3B579B on black background.


Color preview on white background

This text has color #3B579B on white background.


Black color preview on #3B579B background

This text has black color on #3B579B background.


White color preview on #3B579B background

This text has white color on #3B579B background.


Related colors

Complementary color

Complementary color for #hex is #C4A864.


I love getcolorcode.com

Triadic colors

1 #9B3B57 and #579B3B with #3B579B are triadic colors.

2 #9B573B and #573B9B with #3B579B are triadic colors.