COLOR #3C39B3

HEX: #3C39B3
RGB: (60,57,179)

Color info

#3C39B3 contains mainly blue color. Web safe color of #3C39B3 is #333399 (or #339).

RGB color model

#3C39B3 color RGB value is (60,57,179).

  • red value is 60;
  • green value is 57;
  • blue value is 179.
RGB:
(60,57,179)
(24%,22%,70%)

RGB channels and saturation

R 60 of 255 = 24%
G 57 of 255 = 22%
B 179 of 255 = 70%

60
57
179

R + G + B ~ 39%. #3C39B3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 57 + 179 = 296 (100%)
R 60 of 296 ~ 20.27%
G 57 of 296 ~ 19.26%
B 179 of 296 ~ 60.47%

%20.27
%19.26
%60.47

CMYK color model

#3C39B3 color CMYK value is (66,68,0,30).

  • cyan value is 66.48%
  • magenta value is 68.16%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(66,68,0,30)
C66M68Y0K30 
(66%,68%,0%,30%)
(0.66/0.68/0.00/0.30)	

CMYK percentages

%66.48
%68.16
%0
%29.8

Codes

Color #3C39B3 in popluar color models

3C39B3
RGB6057179
HSL241°51.69%46.27%
HSB/HSV241°68.16%70.20%
CMYK66.48%68.16%0.00%
29.80%

Color #3C39B3 in popluar number systems.

HEX3C39B3
Decimal6057179
Binary11110011100110110011
Octal7471263

Shades and tints

Shades of #3C39B3

#3C39B3
(60,57,179)
#3734A3
(55,52,163)
#322F93
(50,47,147)
#2D2A83
(45,42,131)
#282573
(40,37,115)
#232063
(35,32,99)
#1E1B53
(30,27,83)
#191643
(25,22,67)
#141133
(20,17,51)
#0F0C23
(15,12,35)
#0A0713
(10,7,19)
#000000
(0,0,0)

Tints of #3C39B3

#3C39B3
(60,57,179)
#4D4BB9
(77,75,185)
#5E5DBF
(94,93,191)
#6F6FC5
(111,111,197)
#8081CB
(128,129,203)
#9193D1
(145,147,209)
#A2A5D7
(162,165,215)
#B3B7DD
(179,183,221)
#C4C9E3
(196,201,227)
#D5DBE9
(213,219,233)
#E6EDEF
(230,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C39B3 color. Also use rgb(60,57,179) instead hex code.

Text Font Color

.myTextColor { color: #3C39B3; }

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

This text font color is #3C39B3.


Background Color

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

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

This div background color is #3C39B3.


Border color

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

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

This div border color is #3C39B3.


Opacity

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

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

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

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

This text has shadow with #3C39B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C39B3 on black background.


Color preview on white background

This text has color #3C39B3 on white background.



Black color preview on #3C39B3 background

This text has black color on #3C39B3 background.


White color preview on #3C39B3 background

This text has white color on #3C39B3 background.