COLOR #3E33A5

HEX: #3E33A5
RGB: (62,51,165)

Color info

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

RGB color model

#3E33A5 color RGB value is (62,51,165).

  • red value is 62;
  • green value is 51;
  • blue value is 165.
RGB:
(62,51,165)
(24%,20%,65%)

RGB channels and saturation

R 62 of 255 = 24%
G 51 of 255 = 20%
B 165 of 255 = 65%

62
51
165

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

Portions of RGB colors in percentages

R + G + B =
62 + 51 + 165 = 278 (100%)
R 62 of 278 ~ 22.3%
G 51 of 278 ~ 18.35%
B 165 of 278 ~ 59.35%

%22.3
%18.35
%59.35

CMYK color model

#3E33A5 color CMYK value is (62,69,0,35).

  • cyan value is 62.42%
  • magenta value is 69.09%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(62,69,0,35)
C62M69Y0K35 
(62%,69%,0%,35%)
(0.62/0.69/0.00/0.35)	

CMYK percentages

%62.42
%69.09
%0
%35.29

Codes

Color #3E33A5 in popluar color models

3E33A5
RGB6251165
HSL246°52.78%42.35%
HSB/HSV246°69.09%64.71%
CMYK62.42%69.09%0.00%
35.29%

Color #3E33A5 in popluar number systems.

HEX3E33A5
Decimal6251165
Binary11111011001110100101
Octal7663245

Shades and tints

Shades of #3E33A5

#3E33A5
(62,51,165)
#392F96
(57,47,150)
#342B87
(52,43,135)
#2F2778
(47,39,120)
#2A2369
(42,35,105)
#251F5A
(37,31,90)
#201B4B
(32,27,75)
#1B173C
(27,23,60)
#16132D
(22,19,45)
#110F1E
(17,15,30)
#0C0B0F
(12,11,15)
#000000
(0,0,0)

Tints of #3E33A5

#3E33A5
(62,51,165)
#4F45AD
(79,69,173)
#6057B5
(96,87,181)
#7169BD
(113,105,189)
#827BC5
(130,123,197)
#938DCD
(147,141,205)
#A49FD5
(164,159,213)
#B5B1DD
(181,177,221)
#C6C3E5
(198,195,229)
#D7D5ED
(215,213,237)
#E8E7F5
(232,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E33A5 color. Also use rgb(62,51,165) instead hex code.

Text Font Color

.myTextColor { color: #3E33A5; }

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

This text font color is #3E33A5.


Background Color

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

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

This div background color is #3E33A5.


Border color

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

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

This div border color is #3E33A5.


Opacity

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

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

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

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

This text has shadow with #3E33A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E33A5 on black background.


Color preview on white background

This text has color #3E33A5 on white background.



Black color preview on #3E33A5 background

This text has black color on #3E33A5 background.


White color preview on #3E33A5 background

This text has white color on #3E33A5 background.