COLOR #3B3857

HEX: #3B3857 RGB: (59,56,87)

Color info

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

RGB color model

#3B3857 color RGB value is (59,56,87).

RGB: (59,56,87) (23%, 22%, 34%)

RGB channels and saturation

R 59 of 255 = 23%
G 56 of 255 = 22%
B 87 of 255 = 34%

59
56
87

R + G + B ~ 26%. #3B3857 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 56 + 87 = 202 (100%)
R 59 of 202 ~ 29.21%
G 56 of 202 ~ 27.72%
B 87 of 202 ~ 43.07'%

%29.21
%27.72
%43.07

CMYK color model

#3B3857 color CMYK value is (32,36,0,66).

  • cyan value is 32.18%
  • magenta value is 35.63%
  • yellow value is 0.00%
  • key color value is 65.88%

CMYK: (32,36,0,66)
C32M36Y0K66 (32%, 36%, 0%, 66%)
(0.32 / 0.36 / 0.00 / 0.66)

CMYK percentages

%32.18
%35.63
%0
%65.88

Codes

Color #3B3857 in popluar color models

3B 38 57
RGB 59 56 87
HSL 246° 21.68% 28.04%
HSB/HSV 246° 35.63% 34.12%
CMYK 32.18% 35.63% 0.00%
65.88%

Color #3B3857 in popluar number systems.

HEX 3B 38 57
Decimal 59 56 87
Binary 111011 111000 1010111
Octal 73 70 127

Shades and tints

Shades of #3B3857

#3B3857
(59,56,87)
#363350
(54,51,80)
#312E49
(49,46,73)
#2C2942
(44,41,66)
#27243B
(39,36,59)
#221F34
(34,31,52)
#1D1A2D
(29,26,45)
#181526
(24,21,38)
#13101F
(19,16,31)
#0E0B18
(14,11,24)
#090611
(9,6,17)
#000000
(0,0,0)

Tints of #3B3857

#3B3857
(59,56,87)
#4C4A66
(76,74,102)
#5D5C75
(93,92,117)
#6E6E84
(110,110,132)
#7F8093
(127,128,147)
#9092A2
(144,146,162)
#A1A4B1
(161,164,177)
#B2B6C0
(178,182,192)
#C3C8CF
(195,200,207)
#D4DADE
(212,218,222)
#E5ECED
(229,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B3857 color. Also use rgb(59,56,87) instead hex code.

Text Font Color

.myTextColor { color: #3B3857; }

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

This text font color is #3B3857.

Background Color

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

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

This div background color is #3B3857.

Border color

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

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

This div border color is #3B3857.

Opacity

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

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

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

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

This text has shadow with #3B3857 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B3857.

Preview

Color preview on black background

This text has color #3B3857 on black background.


Color preview on white background

This text has color #3B3857 on white background.


Black color preview on #3B3857 background

This text has black color on #3B3857 background.


White color preview on #3B3857 background

This text has white color on #3B3857 background.


Related colors

Complementary color

Complementary color for #hex is #C4C7A8.


I love getcolorcode.com

Triadic colors

1 #573B38 and #38573B with #3B3857 are triadic colors.

2 #57383B and #383B57 with #3B3857 are triadic colors.