COLOR #3B356C

HEX: #3B356C
RGB: (59,53,108)

Color info

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

RGB color model

#3B356C color RGB value is (59,53,108).

  • red value is 59;
  • green value is 53;
  • blue value is 108.
RGB:
(59,53,108)
(23%,21%,42%)

RGB channels and saturation

R 59 of 255 = 23%
G 53 of 255 = 21%
B 108 of 255 = 42%

59
53
108

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

Portions of RGB colors in percentages

R + G + B =
59 + 53 + 108 = 220 (100%)
R 59 of 220 ~ 26.82%
G 53 of 220 ~ 24.09%
B 108 of 220 ~ 49.09%

%26.82
%24.09
%49.09

CMYK color model

#3B356C color CMYK value is (45,51,0,58).

  • cyan value is 45.37%
  • magenta value is 50.93%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(45,51,0,58)
C45M51Y0K58 
(45%,51%,0%,58%)
(0.45/0.51/0.00/0.58)	

CMYK percentages

%45.37
%50.93
%0
%57.65

Codes

Color #3B356C in popluar color models

3B356C
RGB5953108
HSL247°34.16%31.57%
HSB/HSV247°50.93%42.35%
CMYK45.37%50.93%0.00%
57.65%

Color #3B356C in popluar number systems.

HEX3B356C
Decimal5953108
Binary1110111101011101100
Octal7365154

Shades and tints

Shades of #3B356C

#3B356C
(59,53,108)
#363163
(54,49,99)
#312D5A
(49,45,90)
#2C2951
(44,41,81)
#272548
(39,37,72)
#22213F
(34,33,63)
#1D1D36
(29,29,54)
#18192D
(24,25,45)
#131524
(19,21,36)
#0E111B
(14,17,27)
#090D12
(9,13,18)
#000000
(0,0,0)

Tints of #3B356C

#3B356C
(59,53,108)
#4C4779
(76,71,121)
#5D5986
(93,89,134)
#6E6B93
(110,107,147)
#7F7DA0
(127,125,160)
#908FAD
(144,143,173)
#A1A1BA
(161,161,186)
#B2B3C7
(178,179,199)
#C3C5D4
(195,197,212)
#D4D7E1
(212,215,225)
#E5E9EE
(229,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B356C color. Also use rgb(59,53,108) instead hex code.

Text Font Color

.myTextColor { color: #3B356C; }

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

This text font color is #3B356C.


Background Color

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

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

This div background color is #3B356C.


Border color

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

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

This div border color is #3B356C.


Opacity

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

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

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

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

This text has shadow with #3B356C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B356C on black background.


Color preview on white background

This text has color #3B356C on white background.



Black color preview on #3B356C background

This text has black color on #3B356C background.


White color preview on #3B356C background

This text has white color on #3B356C background.