COLOR #3B396E

HEX: #3B396E RGB: (59,57,110)

Color info

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

RGB color model

#3B396E color RGB value is (59,57,110).

RGB: (59,57,110) (23%, 22%, 43%)

RGB channels and saturation

R 59 of 255 = 23%
G 57 of 255 = 22%
B 110 of 255 = 43%

59
57
110

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

Portions of RGB colors in percentages

R + G + B = 59 + 57 + 110 = 226 (100%)
R 59 of 226 ~ 26.11%
G 57 of 226 ~ 25.22%
B 110 of 226 ~ 48.67'%

%26.11
%25.22
%48.67

CMYK color model

#3B396E color CMYK value is (46,48,0,57).

  • cyan value is 46.36%
  • magenta value is 48.18%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (46,48,0,57)
C46M48Y0K57 (46%, 48%, 0%, 57%)
(0.46 / 0.48 / 0.00 / 0.57)

CMYK percentages

%46.36
%48.18
%0
%56.86

Codes

Color #3B396E in popluar color models

3B 39 6E
RGB 59 57 110
HSL 242° 31.74% 32.75%
HSB/HSV 242° 48.18% 43.14%
CMYK 46.36% 48.18% 0.00%
56.86%

Color #3B396E in popluar number systems.

HEX 3B 39 6E
Decimal 59 57 110
Binary 111011 111001 1101110
Octal 73 71 156

Shades and tints

Shades of #3B396E

#3B396E
(59,57,110)
#363464
(54,52,100)
#312F5A
(49,47,90)
#2C2A50
(44,42,80)
#272546
(39,37,70)
#22203C
(34,32,60)
#1D1B32
(29,27,50)
#181628
(24,22,40)
#13111E
(19,17,30)
#0E0C14
(14,12,20)
#09070A
(9,7,10)
#000000
(0,0,0)

Tints of #3B396E

#3B396E
(59,57,110)
#4C4B7B
(76,75,123)
#5D5D88
(93,93,136)
#6E6F95
(110,111,149)
#7F81A2
(127,129,162)
#9093AF
(144,147,175)
#A1A5BC
(161,165,188)
#B2B7C9
(178,183,201)
#C3C9D6
(195,201,214)
#D4DBE3
(212,219,227)
#E5EDF0
(229,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B396E; }

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

This text font color is #3B396E.

Background Color

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

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

This div background color is #3B396E.

Border color

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

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

This div border color is #3B396E.

Opacity

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

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

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

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

This text has shadow with #3B396E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B396E.

Preview

Color preview on black background

This text has color #3B396E on black background.


Color preview on white background

This text has color #3B396E on white background.


Black color preview on #3B396E background

This text has black color on #3B396E background.


White color preview on #3B396E background

This text has white color on #3B396E background.


Related colors

Complementary color

Complementary color for #hex is #C4C691.


I love getcolorcode.com

Triadic colors

1 #6E3B39 and #396E3B with #3B396E are triadic colors.

2 #6E393B and #393B6E with #3B396E are triadic colors.