COLOR #3B3C65

HEX: #3B3C65
RGB: (59,60,101)

Color info

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

RGB color model

#3B3C65 color RGB value is (59,60,101).

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

RGB channels and saturation

R 59 of 255 = 23%
G 60 of 255 = 24%
B 101 of 255 = 40%

59
60
101

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

Portions of RGB colors in percentages

R + G + B =
59 + 60 + 101 = 220 (100%)
R 59 of 220 ~ 26.82%
G 60 of 220 ~ 27.27%
B 101 of 220 ~ 45.91%

%26.82
%27.27
%45.91

CMYK color model

#3B3C65 color CMYK value is (42,41,0,60).

  • cyan value is 41.58%
  • magenta value is 40.59%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(42,41,0,60)
C42M41Y0K60 
(42%,41%,0%,60%)
(0.42/0.41/0.00/0.60)	

CMYK percentages

%41.58
%40.59
%0
%60.39

Codes

Color #3B3C65 in popluar color models

3B3C65
RGB5960101
HSL239°26.25%31.37%
HSB/HSV239°41.58%39.61%
CMYK41.58%40.59%0.00%
60.39%

Color #3B3C65 in popluar number systems.

HEX3B3C65
Decimal5960101
Binary1110111111001100101
Octal7374145

Shades and tints

Shades of #3B3C65

#3B3C65
(59,60,101)
#36375C
(54,55,92)
#313253
(49,50,83)
#2C2D4A
(44,45,74)
#272841
(39,40,65)
#222338
(34,35,56)
#1D1E2F
(29,30,47)
#181926
(24,25,38)
#13141D
(19,20,29)
#0E0F14
(14,15,20)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #3B3C65

#3B3C65
(59,60,101)
#4C4D73
(76,77,115)
#5D5E81
(93,94,129)
#6E6F8F
(110,111,143)
#7F809D
(127,128,157)
#9091AB
(144,145,171)
#A1A2B9
(161,162,185)
#B2B3C7
(178,179,199)
#C3C4D5
(195,196,213)
#D4D5E3
(212,213,227)
#E5E6F1
(229,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3C65; }

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

This text font color is #3B3C65.


Background Color

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

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

This div background color is #3B3C65.


Border color

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

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

This div border color is #3B3C65.


Opacity

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

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

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

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

This text has shadow with #3B3C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3C65 on black background.


Color preview on white background

This text has color #3B3C65 on white background.



Black color preview on #3B3C65 background

This text has black color on #3B3C65 background.


White color preview on #3B3C65 background

This text has white color on #3B3C65 background.