COLOR #3E36A1

HEX: #3E36A1
RGB: (62,54,161)

Color info

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

RGB color model

#3E36A1 color RGB value is (62,54,161).

  • red value is 62;
  • green value is 54;
  • blue value is 161.
RGB:
(62,54,161)
(24%,21%,63%)

RGB channels and saturation

R 62 of 255 = 24%
G 54 of 255 = 21%
B 161 of 255 = 63%

62
54
161

R + G + B ~ 36%. #3E36A1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 54 + 161 = 277 (100%)
R 62 of 277 ~ 22.38%
G 54 of 277 ~ 19.49%
B 161 of 277 ~ 58.12%

%22.38
%19.49
%58.12

CMYK color model

#3E36A1 color CMYK value is (61,66,0,37).

  • cyan value is 61.49%
  • magenta value is 66.46%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(61,66,0,37)
C61M66Y0K37 
(61%,66%,0%,37%)
(0.61/0.66/0.00/0.37)	

CMYK percentages

%61.49
%66.46
%0
%36.86

Codes

Color #3E36A1 in popluar color models

3E36A1
RGB6254161
HSL244°49.77%42.16%
HSB/HSV244°66.46%63.14%
CMYK61.49%66.46%0.00%
36.86%

Color #3E36A1 in popluar number systems.

HEX3E36A1
Decimal6254161
Binary11111011011010100001
Octal7666241

Shades and tints

Shades of #3E36A1

#3E36A1
(62,54,161)
#393293
(57,50,147)
#342E85
(52,46,133)
#2F2A77
(47,42,119)
#2A2669
(42,38,105)
#25225B
(37,34,91)
#201E4D
(32,30,77)
#1B1A3F
(27,26,63)
#161631
(22,22,49)
#111223
(17,18,35)
#0C0E15
(12,14,21)
#000000
(0,0,0)

Tints of #3E36A1

#3E36A1
(62,54,161)
#4F48A9
(79,72,169)
#605AB1
(96,90,177)
#716CB9
(113,108,185)
#827EC1
(130,126,193)
#9390C9
(147,144,201)
#A4A2D1
(164,162,209)
#B5B4D9
(181,180,217)
#C6C6E1
(198,198,225)
#D7D8E9
(215,216,233)
#E8EAF1
(232,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E36A1 color. Also use rgb(62,54,161) instead hex code.

Text Font Color

.myTextColor { color: #3E36A1; }

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

This text font color is #3E36A1.


Background Color

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

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

This div background color is #3E36A1.


Border color

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

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

This div border color is #3E36A1.


Opacity

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

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

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

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

This text has shadow with #3E36A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E36A1 on black background.


Color preview on white background

This text has color #3E36A1 on white background.



Black color preview on #3E36A1 background

This text has black color on #3E36A1 background.


White color preview on #3E36A1 background

This text has white color on #3E36A1 background.