COLOR #3B5096

HEX: #3B5096 RGB: (59,80,150)

Color info

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

RGB color model

#3B5096 color RGB value is (59,80,150).

RGB: (59,80,150) (23%, 31%, 59%)

RGB channels and saturation

R 59 of 255 = 23%
G 80 of 255 = 31%
B 150 of 255 = 59%

59
80
150

R + G + B ~ 38%. #3B5096 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 80 + 150 = 289 (100%)
R 59 of 289 ~ 20.42%
G 80 of 289 ~ 27.68%
B 150 of 289 ~ 51.9'%

%20.42
%27.68
%51.9

CMYK color model

#3B5096 color CMYK value is (61,47,0,41).

  • cyan value is 60.67%
  • magenta value is 46.67%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (61,47,0,41)
C61M47Y0K41 (61%, 47%, 0%, 41%)
(0.61 / 0.47 / 0.00 / 0.41)

CMYK percentages

%60.67
%46.67
%0
%41.18

Codes

Color #3B5096 in popluar color models

3B 50 96
RGB 59 80 150
HSL 226° 43.54% 40.98%
HSB/HSV 226° 60.67% 58.82%
CMYK 60.67% 46.67% 0.00%
41.18%

Color #3B5096 in popluar number systems.

HEX 3B 50 96
Decimal 59 80 150
Binary 111011 1010000 10010110
Octal 73 120 226

Shades and tints

Shades of #3B5096

#3B5096
(59,80,150)
#364989
(54,73,137)
#31427C
(49,66,124)
#2C3B6F
(44,59,111)
#273462
(39,52,98)
#222D55
(34,45,85)
#1D2648
(29,38,72)
#181F3B
(24,31,59)
#13182E
(19,24,46)
#0E1121
(14,17,33)
#090A14
(9,10,20)
#000000
(0,0,0)

Tints of #3B5096

#3B5096
(59,80,150)
#4C5F9F
(76,95,159)
#5D6EA8
(93,110,168)
#6E7DB1
(110,125,177)
#7F8CBA
(127,140,186)
#909BC3
(144,155,195)
#A1AACC
(161,170,204)
#B2B9D5
(178,185,213)
#C3C8DE
(195,200,222)
#D4D7E7
(212,215,231)
#E5E6F0
(229,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5096 color. Also use rgb(59,80,150) instead hex code.

Text Font Color

.myTextColor { color: #3B5096; }

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

This text font color is #3B5096.

Background Color

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

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

This div background color is #3B5096.

Border color

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

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

This div border color is #3B5096.

Opacity

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

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

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

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

This text has shadow with #3B5096 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B5096.

Preview

Color preview on black background

This text has color #3B5096 on black background.


Color preview on white background

This text has color #3B5096 on white background.


Black color preview on #3B5096 background

This text has black color on #3B5096 background.


White color preview on #3B5096 background

This text has white color on #3B5096 background.


Related colors

Complementary color

Complementary color for #hex is #C4AF69.


I love getcolorcode.com

Triadic colors

1 #963B50 and #50963B with #3B5096 are triadic colors.

2 #96503B and #503B96 with #3B5096 are triadic colors.