COLOR #3B647E

HEX: #3B647E RGB: (59,100,126)

Color info

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

RGB color model

#3B647E color RGB value is (59,100,126).

RGB: (59,100,126) (23%, 39%, 49%)

RGB channels and saturation

R 59 of 255 = 23%
G 100 of 255 = 39%
B 126 of 255 = 49%

59
100
126

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

Portions of RGB colors in percentages

R + G + B = 59 + 100 + 126 = 285 (100%)
R 59 of 285 ~ 20.7%
G 100 of 285 ~ 35.09%
B 126 of 285 ~ 44.21'%

%20.7
%35.09
%44.21

CMYK color model

#3B647E color CMYK value is (53,21,0,51).

  • cyan value is 53.17%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (53,21,0,51)
C53M21Y0K51 (53%, 21%, 0%, 51%)
(0.53 / 0.21 / 0.00 / 0.51)

CMYK percentages

%53.17
%20.63
%0
%50.59

Codes

Color #3B647E in popluar color models

3B 64 7E
RGB 59 100 126
HSL 203° 36.22% 36.27%
HSB/HSV 203° 53.17% 49.41%
CMYK 53.17% 20.63% 0.00%
50.59%

Color #3B647E in popluar number systems.

HEX 3B 64 7E
Decimal 59 100 126
Binary 111011 1100100 1111110
Octal 73 144 176

Shades and tints

Shades of #3B647E

#3B647E
(59,100,126)
#365B73
(54,91,115)
#315268
(49,82,104)
#2C495D
(44,73,93)
#274052
(39,64,82)
#223747
(34,55,71)
#1D2E3C
(29,46,60)
#182531
(24,37,49)
#131C26
(19,28,38)
#0E131B
(14,19,27)
#090A10
(9,10,16)
#000000
(0,0,0)

Tints of #3B647E

#3B647E
(59,100,126)
#4C7289
(76,114,137)
#5D8094
(93,128,148)
#6E8E9F
(110,142,159)
#7F9CAA
(127,156,170)
#90AAB5
(144,170,181)
#A1B8C0
(161,184,192)
#B2C6CB
(178,198,203)
#C3D4D6
(195,212,214)
#D4E2E1
(212,226,225)
#E5F0EC
(229,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B647E; }

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

This text font color is #3B647E.

Background Color

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

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

This div background color is #3B647E.

Border color

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

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

This div border color is #3B647E.

Opacity

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

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

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

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

This text has shadow with #3B647E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B647E.

Preview

Color preview on black background

This text has color #3B647E on black background.


Color preview on white background

This text has color #3B647E on white background.


Black color preview on #3B647E background

This text has black color on #3B647E background.


White color preview on #3B647E background

This text has white color on #3B647E background.


Related colors

Complementary color

Complementary color for #hex is #C49B81.


I love getcolorcode.com

Triadic colors

1 #7E3B64 and #647E3B with #3B647E are triadic colors.

2 #7E643B and #643B7E with #3B647E are triadic colors.