COLOR #3837C1

HEX: #3837C1
RGB: (56,55,193)

Color info

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

RGB color model

#3837C1 color RGB value is (56,55,193).

  • red value is 56;
  • green value is 55;
  • blue value is 193.
RGB:
(56,55,193)
(22%,22%,76%)

RGB channels and saturation

R 56 of 255 = 22%
G 55 of 255 = 22%
B 193 of 255 = 76%

56
55
193

R + G + B ~ 40%. #3837C1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
56 + 55 + 193 = 304 (100%)
R 56 of 304 ~ 18.42%
G 55 of 304 ~ 18.09%
B 193 of 304 ~ 63.49%

%18.42
%18.09
%63.49

CMYK color model

#3837C1 color CMYK value is (71,72,0,24).

  • cyan value is 70.98%
  • magenta value is 71.50%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(71,72,0,24)
C71M72Y0K24 
(71%,72%,0%,24%)
(0.71/0.72/0.00/0.24)	

CMYK percentages

%70.98
%71.5
%0
%24.31

Codes

Color #3837C1 in popluar color models

3837C1
RGB5655193
HSL240°55.65%48.63%
HSB/HSV240°71.50%75.69%
CMYK70.98%71.50%0.00%
24.31%

Color #3837C1 in popluar number systems.

HEX3837C1
Decimal5655193
Binary11100011011111000001
Octal7067301

Shades and tints

Shades of #3837C1

#3837C1
(56,55,193)
#3332B0
(51,50,176)
#2E2D9F
(46,45,159)
#29288E
(41,40,142)
#24237D
(36,35,125)
#1F1E6C
(31,30,108)
#1A195B
(26,25,91)
#15144A
(21,20,74)
#100F39
(16,15,57)
#0B0A28
(11,10,40)
#060517
(6,5,23)
#000000
(0,0,0)

Tints of #3837C1

#3837C1
(56,55,193)
#4A49C6
(74,73,198)
#5C5BCB
(92,91,203)
#6E6DD0
(110,109,208)
#807FD5
(128,127,213)
#9291DA
(146,145,218)
#A4A3DF
(164,163,223)
#B6B5E4
(182,181,228)
#C8C7E9
(200,199,233)
#DAD9EE
(218,217,238)
#ECEBF3
(236,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3837C1 color. Also use rgb(56,55,193) instead hex code.

Text Font Color

.myTextColor { color: #3837C1; }

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

This text font color is #3837C1.


Background Color

.myBgColor { background-color: #3837C1; }

<div style="background-color:#3837C1">Inner text</div>

This div background color is #3837C1.


Border color

.myBorderColor { border: 1px solid #3837C1; }

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

This div border color is #3837C1.


Opacity

.myOpacity80 { color: #3837C1; opacity: 0.8; }

<p style="color:#3837C1;opacity:0.8;">80%</p>

Text with #3837C1 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 #3837C1;}

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

This text has shadow with #3837C1 color.

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

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

This text has shadow with #3837C1 primary color and red secondary color.


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

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

This text has shadow with #3837C1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3837C1 on black background.


Color preview on white background

This text has color #3837C1 on white background.



Black color preview on #3837C1 background

This text has black color on #3837C1 background.


White color preview on #3837C1 background

This text has white color on #3837C1 background.