COLOR #3B3865

HEX: #3B3865
RGB: (59,56,101)

Color info

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

RGB color model

#3B3865 color RGB value is (59,56,101).

  • red value is 59;
  • green value is 56;
  • blue value is 101.
RGB:
(59,56,101)
(23%,22%,40%)

RGB channels and saturation

R 59 of 255 = 23%
G 56 of 255 = 22%
B 101 of 255 = 40%

59
56
101

R + G + B ~ 28%. #3B3865 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 56 + 101 = 216 (100%)
R 59 of 216 ~ 27.31%
G 56 of 216 ~ 25.93%
B 101 of 216 ~ 46.76%

%27.31
%25.93
%46.76

CMYK color model

#3B3865 color CMYK value is (42,45,0,60).

  • cyan value is 41.58%
  • magenta value is 44.55%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(42,45,0,60)
C42M45Y0K60 
(42%,45%,0%,60%)
(0.42/0.45/0.00/0.60)	

CMYK percentages

%41.58
%44.55
%0
%60.39

Codes

Color #3B3865 in popluar color models

3B3865
RGB5956101
HSL244°28.66%30.78%
HSB/HSV244°44.55%39.61%
CMYK41.58%44.55%0.00%
60.39%

Color #3B3865 in popluar number systems.

HEX3B3865
Decimal5956101
Binary1110111110001100101
Octal7370145

Shades and tints

Shades of #3B3865

#3B3865
(59,56,101)
#36335C
(54,51,92)
#312E53
(49,46,83)
#2C294A
(44,41,74)
#272441
(39,36,65)
#221F38
(34,31,56)
#1D1A2F
(29,26,47)
#181526
(24,21,38)
#13101D
(19,16,29)
#0E0B14
(14,11,20)
#09060B
(9,6,11)
#000000
(0,0,0)

Tints of #3B3865

#3B3865
(59,56,101)
#4C4A73
(76,74,115)
#5D5C81
(93,92,129)
#6E6E8F
(110,110,143)
#7F809D
(127,128,157)
#9092AB
(144,146,171)
#A1A4B9
(161,164,185)
#B2B6C7
(178,182,199)
#C3C8D5
(195,200,213)
#D4DAE3
(212,218,227)
#E5ECF1
(229,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3865; }

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

This text font color is #3B3865.


Background Color

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

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

This div background color is #3B3865.


Border color

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

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

This div border color is #3B3865.


Opacity

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

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

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

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

This text has shadow with #3B3865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3865 on black background.


Color preview on white background

This text has color #3B3865 on white background.



Black color preview on #3B3865 background

This text has black color on #3B3865 background.


White color preview on #3B3865 background

This text has white color on #3B3865 background.