COLOR #3B5A78

HEX: #3B5A78 RGB: (59,90,120)

Color info

#3B5A78 contains mainly green and blue colors. Web safe color of #3B5A78 is #336666 (or #366).

RGB color model

#3B5A78 color RGB value is (59,90,120).

RGB: (59,90,120) (23%, 35%, 47%)

RGB channels and saturation

R 59 of 255 = 23%
G 90 of 255 = 35%
B 120 of 255 = 47%

59
90
120

R + G + B ~ 35%. #3B5A78 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 90 + 120 = 269 (100%)
R 59 of 269 ~ 21.93%
G 90 of 269 ~ 33.46%
B 120 of 269 ~ 44.61'%

%21.93
%33.46
%44.61

CMYK color model

#3B5A78 color CMYK value is (51,25,0,53).

  • cyan value is 50.83%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (51,25,0,53)
C51M25Y0K53 (51%, 25%, 0%, 53%)
(0.51 / 0.25 / 0.00 / 0.53)

CMYK percentages

%50.83
%25
%0
%52.94

Codes

Color #3B5A78 in popluar color models

3B 5A 78
RGB 59 90 120
HSL 210° 34.08% 35.10%
HSB/HSV 210° 50.83% 47.06%
CMYK 50.83% 25.00% 0.00%
52.94%

Color #3B5A78 in popluar number systems.

HEX 3B 5A 78
Decimal 59 90 120
Binary 111011 1011010 1111000
Octal 73 132 170

Shades and tints

Shades of #3B5A78

#3B5A78
(59,90,120)
#36526E
(54,82,110)
#314A64
(49,74,100)
#2C425A
(44,66,90)
#273A50
(39,58,80)
#223246
(34,50,70)
#1D2A3C
(29,42,60)
#182232
(24,34,50)
#131A28
(19,26,40)
#0E121E
(14,18,30)
#090A14
(9,10,20)
#000000
(0,0,0)

Tints of #3B5A78

#3B5A78
(59,90,120)
#4C6984
(76,105,132)
#5D7890
(93,120,144)
#6E879C
(110,135,156)
#7F96A8
(127,150,168)
#90A5B4
(144,165,180)
#A1B4C0
(161,180,192)
#B2C3CC
(178,195,204)
#C3D2D8
(195,210,216)
#D4E1E4
(212,225,228)
#E5F0F0
(229,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5A78 color. Also use rgb(59,90,120) instead hex code.

Text Font Color

.myTextColor { color: #3B5A78; }

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

This text font color is #3B5A78.

Background Color

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

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

This div background color is #3B5A78.

Border color

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

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

This div border color is #3B5A78.

Opacity

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

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

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

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

This text has shadow with #3B5A78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B5A78.

Preview

Color preview on black background

This text has color #3B5A78 on black background.


Color preview on white background

This text has color #3B5A78 on white background.


Black color preview on #3B5A78 background

This text has black color on #3B5A78 background.


White color preview on #3B5A78 background

This text has white color on #3B5A78 background.


Related colors

Complementary color

Complementary color for #hex is #C4A587.


I love getcolorcode.com

Triadic colors

1 #783B5A and #5A783B with #3B5A78 are triadic colors.

2 #785A3B and #5A3B78 with #3B5A78 are triadic colors.