COLOR #3B657E

HEX: #3B657E
RGB: (59,101,126)

Color info

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

RGB color model

#3B657E color RGB value is (59,101,126).

  • red value is 59;
  • green value is 101;
  • blue value is 126.
RGB:
(59,101,126)
(23%,40%,49%)

RGB channels and saturation

R 59 of 255 = 23%
G 101 of 255 = 40%
B 126 of 255 = 49%

59
101
126

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

Portions of RGB colors in percentages

R + G + B =
59 + 101 + 126 = 286 (100%)
R 59 of 286 ~ 20.63%
G 101 of 286 ~ 35.31%
B 126 of 286 ~ 44.06%

%20.63
%35.31
%44.06

CMYK color model

#3B657E color CMYK value is (53,20,0,51).

  • cyan value is 53.17%
  • magenta value is 19.84%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(53,20,0,51)
C53M20Y0K51 
(53%,20%,0%,51%)
(0.53/0.20/0.00/0.51)	

CMYK percentages

%53.17
%19.84
%0
%50.59

Codes

Color #3B657E in popluar color models

3B657E
RGB59101126
HSL202°36.22%36.27%
HSB/HSV202°53.17%49.41%
CMYK53.17%19.84%0.00%
50.59%

Color #3B657E in popluar number systems.

HEX3B657E
Decimal59101126
Binary11101111001011111110
Octal73145176

Shades and tints

Shades of #3B657E

#3B657E
(59,101,126)
#365C73
(54,92,115)
#315368
(49,83,104)
#2C4A5D
(44,74,93)
#274152
(39,65,82)
#223847
(34,56,71)
#1D2F3C
(29,47,60)
#182631
(24,38,49)
#131D26
(19,29,38)
#0E141B
(14,20,27)
#090B10
(9,11,16)
#000000
(0,0,0)

Tints of #3B657E

#3B657E
(59,101,126)
#4C7389
(76,115,137)
#5D8194
(93,129,148)
#6E8F9F
(110,143,159)
#7F9DAA
(127,157,170)
#90ABB5
(144,171,181)
#A1B9C0
(161,185,192)
#B2C7CB
(178,199,203)
#C3D5D6
(195,213,214)
#D4E3E1
(212,227,225)
#E5F1EC
(229,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B657E; }

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

This text font color is #3B657E.


Background Color

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

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

This div background color is #3B657E.


Border color

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

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

This div border color is #3B657E.


Opacity

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

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

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

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

This text has shadow with #3B657E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B657E on black background.


Color preview on white background

This text has color #3B657E on white background.



Black color preview on #3B657E background

This text has black color on #3B657E background.


White color preview on #3B657E background

This text has white color on #3B657E background.