COLOR #3E55C6

HEX: #3E55C6
RGB: (62,85,198)

Color info

#3E55C6 contains mainly blue color. Web safe color of #3E55C6 is #3366CC (or #36C).

RGB color model

#3E55C6 color RGB value is (62,85,198).

  • red value is 62;
  • green value is 85;
  • blue value is 198.
RGB:
(62,85,198)
(24%,33%,78%)

RGB channels and saturation

R 62 of 255 = 24%
G 85 of 255 = 33%
B 198 of 255 = 78%

62
85
198

R + G + B ~ 45%. #3E55C6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
62 + 85 + 198 = 345 (100%)
R 62 of 345 ~ 17.97%
G 85 of 345 ~ 24.64%
B 198 of 345 ~ 57.39%

%17.97
%24.64
%57.39

CMYK color model

#3E55C6 color CMYK value is (69,57,0,22).

  • cyan value is 68.69%
  • magenta value is 57.07%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(69,57,0,22)
C69M57Y0K22 
(69%,57%,0%,22%)
(0.69/0.57/0.00/0.22)	

CMYK percentages

%68.69
%57.07
%0
%22.35

Codes

Color #3E55C6 in popluar color models

3E55C6
RGB6285198
HSL230°54.40%50.98%
HSB/HSV230°68.69%77.65%
CMYK68.69%57.07%0.00%
22.35%

Color #3E55C6 in popluar number systems.

HEX3E55C6
Decimal6285198
Binary111110101010111000110
Octal76125306

Shades and tints

Shades of #3E55C6

#3E55C6
(62,85,198)
#394EB4
(57,78,180)
#3447A2
(52,71,162)
#2F4090
(47,64,144)
#2A397E
(42,57,126)
#25326C
(37,50,108)
#202B5A
(32,43,90)
#1B2448
(27,36,72)
#161D36
(22,29,54)
#111624
(17,22,36)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #3E55C6

#3E55C6
(62,85,198)
#4F64CB
(79,100,203)
#6073D0
(96,115,208)
#7182D5
(113,130,213)
#8291DA
(130,145,218)
#93A0DF
(147,160,223)
#A4AFE4
(164,175,228)
#B5BEE9
(181,190,233)
#C6CDEE
(198,205,238)
#D7DCF3
(215,220,243)
#E8EBF8
(232,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E55C6 color. Also use rgb(62,85,198) instead hex code.

Text Font Color

.myTextColor { color: #3E55C6; }

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

This text font color is #3E55C6.


Background Color

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

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

This div background color is #3E55C6.


Border color

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

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

This div border color is #3E55C6.


Opacity

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

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

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

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

This text has shadow with #3E55C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E55C6 on black background.


Color preview on white background

This text has color #3E55C6 on white background.



Black color preview on #3E55C6 background

This text has black color on #3E55C6 background.


White color preview on #3E55C6 background

This text has white color on #3E55C6 background.