COLOR #3B3765

HEX: #3B3765
RGB: (59,55,101)

Color info

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

RGB color model

#3B3765 color RGB value is (59,55,101).

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

RGB channels and saturation

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

59
55
101

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

Portions of RGB colors in percentages

R + G + B =
59 + 55 + 101 = 215 (100%)
R 59 of 215 ~ 27.44%
G 55 of 215 ~ 25.58%
B 101 of 215 ~ 46.98%

%27.44
%25.58
%46.98

CMYK color model

#3B3765 color CMYK value is (42,46,0,60).

  • cyan value is 41.58%
  • magenta value is 45.54%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(42,46,0,60)
C42M46Y0K60 
(42%,46%,0%,60%)
(0.42/0.46/0.00/0.60)	

CMYK percentages

%41.58
%45.54
%0
%60.39

Codes

Color #3B3765 in popluar color models

3B3765
RGB5955101
HSL245°29.49%30.59%
HSB/HSV245°45.54%39.61%
CMYK41.58%45.54%0.00%
60.39%

Color #3B3765 in popluar number systems.

HEX3B3765
Decimal5955101
Binary1110111101111100101
Octal7367145

Shades and tints

Shades of #3B3765

#3B3765
(59,55,101)
#36325C
(54,50,92)
#312D53
(49,45,83)
#2C284A
(44,40,74)
#272341
(39,35,65)
#221E38
(34,30,56)
#1D192F
(29,25,47)
#181426
(24,20,38)
#130F1D
(19,15,29)
#0E0A14
(14,10,20)
#09050B
(9,5,11)
#000000
(0,0,0)

Tints of #3B3765

#3B3765
(59,55,101)
#4C4973
(76,73,115)
#5D5B81
(93,91,129)
#6E6D8F
(110,109,143)
#7F7F9D
(127,127,157)
#9091AB
(144,145,171)
#A1A3B9
(161,163,185)
#B2B5C7
(178,181,199)
#C3C7D5
(195,199,213)
#D4D9E3
(212,217,227)
#E5EBF1
(229,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3765; }

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

This text font color is #3B3765.


Background Color

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

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

This div background color is #3B3765.


Border color

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

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

This div border color is #3B3765.


Opacity

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

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

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

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

This text has shadow with #3B3765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3765 on black background.


Color preview on white background

This text has color #3B3765 on white background.



Black color preview on #3B3765 background

This text has black color on #3B3765 background.


White color preview on #3B3765 background

This text has white color on #3B3765 background.