COLOR #3E55C3

HEX: #3E55C3 RGB: (62,85,195)

Color info

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

RGB color model

#3E55C3 color RGB value is (62,85,195).

RGB: (62,85,195) (24%, 33%, 76%)

RGB channels and saturation

R 62 of 255 = 24%
G 85 of 255 = 33%
B 195 of 255 = 76%

62
85
195

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

Portions of RGB colors in percentages

R + G + B = 62 + 85 + 195 = 342 (100%)
R 62 of 342 ~ 18.13%
G 85 of 342 ~ 24.85%
B 195 of 342 ~ 57.02'%

%18.13
%24.85
%57.02

CMYK color model

#3E55C3 color CMYK value is (68,56,0,24).

  • cyan value is 68.21%
  • magenta value is 56.41%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (68,56,0,24)
C68M56Y0K24 (68%, 56%, 0%, 24%)
(0.68 / 0.56 / 0.00 / 0.24)

CMYK percentages

%68.21
%56.41
%0
%23.53

Codes

Color #3E55C3 in popluar color models

3E 55 C3
RGB 62 85 195
HSL 230° 52.57% 50.39%
HSB/HSV 230° 68.21% 76.47%
CMYK 68.21% 56.41% 0.00%
23.53%

Color #3E55C3 in popluar number systems.

HEX 3E 55 C3
Decimal 62 85 195
Binary 111110 1010101 11000011
Octal 76 125 303

Shades and tints

Shades of #3E55C3

#3E55C3
(62,85,195)
#394EB2
(57,78,178)
#3447A1
(52,71,161)
#2F4090
(47,64,144)
#2A397F
(42,57,127)
#25326E
(37,50,110)
#202B5D
(32,43,93)
#1B244C
(27,36,76)
#161D3B
(22,29,59)
#11162A
(17,22,42)
#0C0F19
(12,15,25)
#000000
(0,0,0)

Tints of #3E55C3

#3E55C3
(62,85,195)
#4F64C8
(79,100,200)
#6073CD
(96,115,205)
#7182D2
(113,130,210)
#8291D7
(130,145,215)
#93A0DC
(147,160,220)
#A4AFE1
(164,175,225)
#B5BEE6
(181,190,230)
#C6CDEB
(198,205,235)
#D7DCF0
(215,220,240)
#E8EBF5
(232,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E55C3; }

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

This text font color is #3E55C3.

Background Color

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

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

This div background color is #3E55C3.

Border color

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

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

This div border color is #3E55C3.

Opacity

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

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

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

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

This text has shadow with #3E55C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E55C3.

Preview

Color preview on black background

This text has color #3E55C3 on black background.


Color preview on white background

This text has color #3E55C3 on white background.


Black color preview on #3E55C3 background

This text has black color on #3E55C3 background.


White color preview on #3E55C3 background

This text has white color on #3E55C3 background.


Related colors

Complementary color

Complementary color for #hex is #C1AA3C.


I love getcolorcode.com

Triadic colors

1 #C33E55 and #55C33E with #3E55C3 are triadic colors.

2 #C3553E and #553EC3 with #3E55C3 are triadic colors.