COLOR #3B446E

HEX: #3B446E RGB: (59,68,110)

Color info

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

RGB color model

#3B446E color RGB value is (59,68,110).

RGB: (59,68,110) (23%, 27%, 43%)

RGB channels and saturation

R 59 of 255 = 23%
G 68 of 255 = 27%
B 110 of 255 = 43%

59
68
110

R + G + B ~ 31%. #3B446E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 68 + 110 = 237 (100%)
R 59 of 237 ~ 24.89%
G 68 of 237 ~ 28.69%
B 110 of 237 ~ 46.41'%

%24.89
%28.69
%46.41

CMYK color model

#3B446E color CMYK value is (46,38,0,57).

  • cyan value is 46.36%
  • magenta value is 38.18%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK: (46,38,0,57) C46M38Y0K57 (46%,38%,0%,57%) (0.46/0.38/0.00/0.57) 

CMYK percentages

%46.36
%38.18
%0
%56.86

Codes

Color #3B446E in popluar color models

3B 44 6E
RGB 59 68 110
HSL 229° 30.18% 33.14%
HSB/HSV 229° 46.36% 43.14%
CMYK 46.36% 38.18% 0.00%
56.86%

Color #3B446E in popluar number systems.

HEX 3B 44 6E
Decimal 59 68 110
Binary 111011 1000100 1101110
Octal 73 104 156

Shades and tints

Shades of #3B446E

#3B446E
(59,68,110)
#363E64
(54,62,100)
#31385A
(49,56,90)
#2C3250
(44,50,80)
#272C46
(39,44,70)
#22263C
(34,38,60)
#1D2032
(29,32,50)
#181A28
(24,26,40)
#13141E
(19,20,30)
#0E0E14
(14,14,20)
#09080A
(9,8,10)
#000000
(0,0,0)

Tints of #3B446E

#3B446E
(59,68,110)
#4C557B
(76,85,123)
#5D6688
(93,102,136)
#6E7795
(110,119,149)
#7F88A2
(127,136,162)
#9099AF
(144,153,175)
#A1AABC
(161,170,188)
#B2BBC9
(178,187,201)
#C3CCD6
(195,204,214)
#D4DDE3
(212,221,227)
#E5EEF0
(229,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B446E; }

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

This text font color is #3B446E.

Background Color

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

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

This div background color is #3B446E.

Border color

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

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

This div border color is #3B446E.

Opacity

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

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

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

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

This text has shadow with #3B446E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B446E.

Preview

Color preview on black background

This text has color #3B446E on black background.


Color preview on white background

This text has color #3B446E on white background.


Black color preview on #3B446E background

This text has black color on #3B446E background.


White color preview on #3B446E background

This text has white color on #3B446E background.


Related colors

Complementary color

Complementary color for #hex is #C4BB91.


I love getcolorcode.com

Triadic colors

1 #6E3B44 and #446E3B with #3B446E are triadic colors.

2 #6E443B and #443B6E with #3B446E are triadic colors.