COLOR #3B657A

HEX: #3B657A RGB: (59,101,122)

Color info

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

RGB color model

#3B657A color RGB value is (59,101,122).

RGB: (59,101,122) (23%, 40%, 48%)

RGB channels and saturation

R 59 of 255 = 23%
G 101 of 255 = 40%
B 122 of 255 = 48%

59
101
122

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

Portions of RGB colors in percentages

R + G + B = 59 + 101 + 122 = 282 (100%)
R 59 of 282 ~ 20.92%
G 101 of 282 ~ 35.82%
B 122 of 282 ~ 43.26'%

%20.92
%35.82
%43.26

CMYK color model

#3B657A color CMYK value is (52,17,0,52).

  • cyan value is 51.64%
  • magenta value is 17.21%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK: (52,17,0,52) C52M17Y0K52 (52%,17%,0%,52%) (0.52/0.17/0.00/0.52) 

CMYK percentages

%51.64
%17.21
%0
%52.16

Codes

Color #3B657A in popluar color models

3B 65 7A
RGB 59 101 122
HSL 200° 34.81% 35.49%
HSB/HSV 200° 51.64% 47.84%
CMYK 51.64% 17.21% 0.00%
52.16%

Color #3B657A in popluar number systems.

HEX 3B 65 7A
Decimal 59 101 122
Binary 111011 1100101 1111010
Octal 73 145 172

Shades and tints

Shades of #3B657A

#3B657A
(59,101,122)
#365C6F
(54,92,111)
#315364
(49,83,100)
#2C4A59
(44,74,89)
#27414E
(39,65,78)
#223843
(34,56,67)
#1D2F38
(29,47,56)
#18262D
(24,38,45)
#131D22
(19,29,34)
#0E1417
(14,20,23)
#090B0C
(9,11,12)
#000000
(0,0,0)

Tints of #3B657A

#3B657A
(59,101,122)
#4C7386
(76,115,134)
#5D8192
(93,129,146)
#6E8F9E
(110,143,158)
#7F9DAA
(127,157,170)
#90ABB6
(144,171,182)
#A1B9C2
(161,185,194)
#B2C7CE
(178,199,206)
#C3D5DA
(195,213,218)
#D4E3E6
(212,227,230)
#E5F1F2
(229,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B657A color. Also use rgb(59,101,122) instead hex code.

Text Font Color

.myTextColor { color: #3B657A; }

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

This text font color is #3B657A.

Background Color

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

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

This div background color is #3B657A.

Border color

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

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

This div border color is #3B657A.

Opacity

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

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

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

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

This text has shadow with #3B657A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B657A.

Preview

Color preview on black background

This text has color #3B657A on black background.


Color preview on white background

This text has color #3B657A on white background.


Black color preview on #3B657A background

This text has black color on #3B657A background.


White color preview on #3B657A background

This text has white color on #3B657A background.


Related colors

Complementary color

Complementary color for #hex is #C49A85.


I love getcolorcode.com

Triadic colors

1 #7A3B65 and #657A3B with #3B657A are triadic colors.

2 #7A653B and #653B7A with #3B657A are triadic colors.