COLOR #3A3E98

HEX: #3A3E98
RGB: (58,62,152)

Color info

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

RGB color model

#3A3E98 color RGB value is (58,62,152).

  • red value is 58;
  • green value is 62;
  • blue value is 152.
RGB:
(58,62,152)
(23%,24%,60%)

RGB channels and saturation

R 58 of 255 = 23%
G 62 of 255 = 24%
B 152 of 255 = 60%

58
62
152

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

Portions of RGB colors in percentages

R + G + B =
58 + 62 + 152 = 272 (100%)
R 58 of 272 ~ 21.32%
G 62 of 272 ~ 22.79%
B 152 of 272 ~ 55.88%

%21.32
%22.79
%55.88

CMYK color model

#3A3E98 color CMYK value is (62,59,0,40).

  • cyan value is 61.84%
  • magenta value is 59.21%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(62,59,0,40)
C62M59Y0K40 
(62%,59%,0%,40%)
(0.62/0.59/0.00/0.40)	

CMYK percentages

%61.84
%59.21
%0
%40.39

Codes

Color #3A3E98 in popluar color models

3A3E98
RGB5862152
HSL237°44.76%41.18%
HSB/HSV237°61.84%59.61%
CMYK61.84%59.21%0.00%
40.39%

Color #3A3E98 in popluar number systems.

HEX3A3E98
Decimal5862152
Binary11101011111010011000
Octal7276230

Shades and tints

Shades of #3A3E98

#3A3E98
(58,62,152)
#35398B
(53,57,139)
#30347E
(48,52,126)
#2B2F71
(43,47,113)
#262A64
(38,42,100)
#212557
(33,37,87)
#1C204A
(28,32,74)
#171B3D
(23,27,61)
#121630
(18,22,48)
#0D1123
(13,17,35)
#080C16
(8,12,22)
#000000
(0,0,0)

Tints of #3A3E98

#3A3E98
(58,62,152)
#4B4FA1
(75,79,161)
#5C60AA
(92,96,170)
#6D71B3
(109,113,179)
#7E82BC
(126,130,188)
#8F93C5
(143,147,197)
#A0A4CE
(160,164,206)
#B1B5D7
(177,181,215)
#C2C6E0
(194,198,224)
#D3D7E9
(211,215,233)
#E4E8F2
(228,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A3E98 color. Also use rgb(58,62,152) instead hex code.

Text Font Color

.myTextColor { color: #3A3E98; }

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

This text font color is #3A3E98.


Background Color

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

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

This div background color is #3A3E98.


Border color

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

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

This div border color is #3A3E98.


Opacity

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

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

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

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

This text has shadow with #3A3E98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A3E98 on black background.


Color preview on white background

This text has color #3A3E98 on white background.



Black color preview on #3A3E98 background

This text has black color on #3A3E98 background.


White color preview on #3A3E98 background

This text has white color on #3A3E98 background.