COLOR #3B4466

HEX: #3B4466 RGB: (59,68,102)

Color info

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

RGB color model

#3B4466 color RGB value is (59,68,102).

RGB: (59,68,102) (23%, 27%, 40%)

RGB channels and saturation

R 59 of 255 = 23%
G 68 of 255 = 27%
B 102 of 255 = 40%

59
68
102

R + G + B ~ 30%. #3B4466 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 68 + 102 = 229 (100%)
R 59 of 229 ~ 25.76%
G 68 of 229 ~ 29.69%
B 102 of 229 ~ 44.54'%

%25.76
%29.69
%44.54

CMYK color model

#3B4466 color CMYK value is (42,33,0,60).

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

CMYK: (42,33,0,60)
C42M33Y0K60 (42%, 33%, 0%, 60%)
(0.42 / 0.33 / 0.00 / 0.60)

CMYK percentages

%42.16
%33.33
%0
%60

Codes

Color #3B4466 in popluar color models

3B 44 66
RGB 59 68 102
HSL 227° 26.71% 31.57%
HSB/HSV 227° 42.16% 40.00%
CMYK 42.16% 33.33% 0.00%
60.00%

Color #3B4466 in popluar number systems.

HEX 3B 44 66
Decimal 59 68 102
Binary 111011 1000100 1100110
Octal 73 104 146

Shades and tints

Shades of #3B4466

#3B4466
(59,68,102)
#363E5D
(54,62,93)
#313854
(49,56,84)
#2C324B
(44,50,75)
#272C42
(39,44,66)
#222639
(34,38,57)
#1D2030
(29,32,48)
#181A27
(24,26,39)
#13141E
(19,20,30)
#0E0E15
(14,14,21)
#09080C
(9,8,12)
#000000
(0,0,0)

Tints of #3B4466

#3B4466
(59,68,102)
#4C5573
(76,85,115)
#5D6680
(93,102,128)
#6E778D
(110,119,141)
#7F889A
(127,136,154)
#9099A7
(144,153,167)
#A1AAB4
(161,170,180)
#B2BBC1
(178,187,193)
#C3CCCE
(195,204,206)
#D4DDDB
(212,221,219)
#E5EEE8
(229,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4466; }

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

This text font color is #3B4466.

Background Color

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

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

This div background color is #3B4466.

Border color

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

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

This div border color is #3B4466.

Opacity

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

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

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

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

This text has shadow with #3B4466 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B4466.

Preview

Color preview on black background

This text has color #3B4466 on black background.


Color preview on white background

This text has color #3B4466 on white background.


Black color preview on #3B4466 background

This text has black color on #3B4466 background.


White color preview on #3B4466 background

This text has white color on #3B4466 background.


Related colors

Complementary color

Complementary color for #hex is #C4BB99.


I love getcolorcode.com

Triadic colors

1 #663B44 and #44663B with #3B4466 are triadic colors.

2 #66443B and #443B66 with #3B4466 are triadic colors.