COLOR #3C31BE

HEX: #3C31BE
RGB: (60,49,190)

Color info

#3C31BE contains mainly blue color. Web safe color of #3C31BE is #3333CC (or #33C).

RGB color model

#3C31BE color RGB value is (60,49,190).

  • red value is 60;
  • green value is 49;
  • blue value is 190.
RGB:
(60,49,190)
(24%,19%,75%)

RGB channels and saturation

R 60 of 255 = 24%
G 49 of 255 = 19%
B 190 of 255 = 75%

60
49
190

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

Portions of RGB colors in percentages

R + G + B =
60 + 49 + 190 = 299 (100%)
R 60 of 299 ~ 20.07%
G 49 of 299 ~ 16.39%
B 190 of 299 ~ 63.55%

%20.07
%16.39
%63.55

CMYK color model

#3C31BE color CMYK value is (68,74,0,25).

  • cyan value is 68.42%
  • magenta value is 74.21%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(68,74,0,25)
C68M74Y0K25 
(68%,74%,0%,25%)
(0.68/0.74/0.00/0.25)	

CMYK percentages

%68.42
%74.21
%0
%25.49

Codes

Color #3C31BE in popluar color models

3C31BE
RGB6049190
HSL245°59.00%46.86%
HSB/HSV245°74.21%74.51%
CMYK68.42%74.21%0.00%
25.49%

Color #3C31BE in popluar number systems.

HEX3C31BE
Decimal6049190
Binary11110011000110111110
Octal7461276

Shades and tints

Shades of #3C31BE

#3C31BE
(60,49,190)
#372DAD
(55,45,173)
#32299C
(50,41,156)
#2D258B
(45,37,139)
#28217A
(40,33,122)
#231D69
(35,29,105)
#1E1958
(30,25,88)
#191547
(25,21,71)
#141136
(20,17,54)
#0F0D25
(15,13,37)
#0A0914
(10,9,20)
#000000
(0,0,0)

Tints of #3C31BE

#3C31BE
(60,49,190)
#4D43C3
(77,67,195)
#5E55C8
(94,85,200)
#6F67CD
(111,103,205)
#8079D2
(128,121,210)
#918BD7
(145,139,215)
#A29DDC
(162,157,220)
#B3AFE1
(179,175,225)
#C4C1E6
(196,193,230)
#D5D3EB
(213,211,235)
#E6E5F0
(230,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C31BE color. Also use rgb(60,49,190) instead hex code.

Text Font Color

.myTextColor { color: #3C31BE; }

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

This text font color is #3C31BE.


Background Color

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

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

This div background color is #3C31BE.


Border color

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

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

This div border color is #3C31BE.


Opacity

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

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

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

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

This text has shadow with #3C31BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C31BE on black background.


Color preview on white background

This text has color #3C31BE on white background.



Black color preview on #3C31BE background

This text has black color on #3C31BE background.


White color preview on #3C31BE background

This text has white color on #3C31BE background.