COLOR #3B317C

HEX: #3B317C
RGB: (59,49,124)

Color info

#3B317C contains mainly blue color. Web safe color of #3B317C is #333366 (or #336).

RGB color model

#3B317C color RGB value is (59,49,124).

  • red value is 59;
  • green value is 49;
  • blue value is 124.
RGB:
(59,49,124)
(23%,19%,49%)

RGB channels and saturation

R 59 of 255 = 23%
G 49 of 255 = 19%
B 124 of 255 = 49%

59
49
124

R + G + B ~ 30%. #3B317C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 49 + 124 = 232 (100%)
R 59 of 232 ~ 25.43%
G 49 of 232 ~ 21.12%
B 124 of 232 ~ 53.45%

%25.43
%21.12
%53.45

CMYK color model

#3B317C color CMYK value is (52,60,0,51).

  • cyan value is 52.42%
  • magenta value is 60.48%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(52,60,0,51)
C52M60Y0K51 
(52%,60%,0%,51%)
(0.52/0.60/0.00/0.51)	

CMYK percentages

%52.42
%60.48
%0
%51.37

Codes

Color #3B317C in popluar color models

3B317C
RGB5949124
HSL248°43.35%33.92%
HSB/HSV248°60.48%48.63%
CMYK52.42%60.48%0.00%
51.37%

Color #3B317C in popluar number systems.

HEX3B317C
Decimal5949124
Binary1110111100011111100
Octal7361174

Shades and tints

Shades of #3B317C

#3B317C
(59,49,124)
#362D71
(54,45,113)
#312966
(49,41,102)
#2C255B
(44,37,91)
#272150
(39,33,80)
#221D45
(34,29,69)
#1D193A
(29,25,58)
#18152F
(24,21,47)
#131124
(19,17,36)
#0E0D19
(14,13,25)
#09090E
(9,9,14)
#000000
(0,0,0)

Tints of #3B317C

#3B317C
(59,49,124)
#4C4387
(76,67,135)
#5D5592
(93,85,146)
#6E679D
(110,103,157)
#7F79A8
(127,121,168)
#908BB3
(144,139,179)
#A19DBE
(161,157,190)
#B2AFC9
(178,175,201)
#C3C1D4
(195,193,212)
#D4D3DF
(212,211,223)
#E5E5EA
(229,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B317C color. Also use rgb(59,49,124) instead hex code.

Text Font Color

.myTextColor { color: #3B317C; }

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

This text font color is #3B317C.


Background Color

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

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

This div background color is #3B317C.


Border color

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

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

This div border color is #3B317C.


Opacity

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

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

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

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

This text has shadow with #3B317C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B317C on black background.


Color preview on white background

This text has color #3B317C on white background.



Black color preview on #3B317C background

This text has black color on #3B317C background.


White color preview on #3B317C background

This text has white color on #3B317C background.