COLOR #3B4166

HEX: #3B4166 RGB: (59,65,102)

Color info

#3B4166 contains red, green and blue colors in about the same proportion. Web safe color of #3B4166 is #333366 (or #336).

RGB color model

#3B4166 color RGB value is (59,65,102).

RGB: (59,65,102) (23%, 25%, 40%)

RGB channels and saturation

R 59 of 255 = 23%
G 65 of 255 = 25%
B 102 of 255 = 40%

59
65
102

R + G + B ~ 29%. #3B4166 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 65 + 102 = 226 (100%)
R 59 of 226 ~ 26.11%
G 65 of 226 ~ 28.76%
B 102 of 226 ~ 45.13'%

%26.11
%28.76
%45.13

CMYK color model

#3B4166 color CMYK value is (42,36,0,60).

  • cyan value is 42.16%
  • magenta value is 36.27%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (42,36,0,60)
C42M36Y0K60 (42%, 36%, 0%, 60%)
(0.42 / 0.36 / 0.00 / 0.60)

CMYK percentages

%42.16
%36.27
%0
%60

Codes

Color #3B4166 in popluar color models

3B 41 66
RGB 59 65 102
HSL 232° 26.71% 31.57%
HSB/HSV 232° 42.16% 40.00%
CMYK 42.16% 36.27% 0.00%
60.00%

Color #3B4166 in popluar number systems.

HEX 3B 41 66
Decimal 59 65 102
Binary 111011 1000001 1100110
Octal 73 101 146

Shades and tints

Shades of #3B4166

#3B4166
(59,65,102)
#363C5D
(54,60,93)
#313754
(49,55,84)
#2C324B
(44,50,75)
#272D42
(39,45,66)
#222839
(34,40,57)
#1D2330
(29,35,48)
#181E27
(24,30,39)
#13191E
(19,25,30)
#0E1415
(14,20,21)
#090F0C
(9,15,12)
#000000
(0,0,0)

Tints of #3B4166

#3B4166
(59,65,102)
#4C5273
(76,82,115)
#5D6380
(93,99,128)
#6E748D
(110,116,141)
#7F859A
(127,133,154)
#9096A7
(144,150,167)
#A1A7B4
(161,167,180)
#B2B8C1
(178,184,193)
#C3C9CE
(195,201,206)
#D4DADB
(212,218,219)
#E5EBE8
(229,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4166 color. Also use rgb(59,65,102) instead hex code.

Text Font Color

.myTextColor { color: #3B4166; }

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

This text font color is #3B4166.

Background Color

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

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

This div background color is #3B4166.

Border color

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

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

This div border color is #3B4166.

Opacity

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

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

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

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

This text has shadow with #3B4166 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B4166.

Preview

Color preview on black background

This text has color #3B4166 on black background.


Color preview on white background

This text has color #3B4166 on white background.


Black color preview on #3B4166 background

This text has black color on #3B4166 background.


White color preview on #3B4166 background

This text has white color on #3B4166 background.


Related colors

Complementary color

Complementary color for #hex is #C4BE99.


I love getcolorcode.com

Triadic colors

1 #663B41 and #41663B with #3B4166 are triadic colors.

2 #66413B and #413B66 with #3B4166 are triadic colors.