COLOR #3A4388

HEX: #3A4388
RGB: (58,67,136)

Color info

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

RGB color model

#3A4388 color RGB value is (58,67,136).

  • red value is 58;
  • green value is 67;
  • blue value is 136.
RGB:
(58,67,136)
(23%,26%,53%)

RGB channels and saturation

R 58 of 255 = 23%
G 67 of 255 = 26%
B 136 of 255 = 53%

58
67
136

R + G + B ~ 34%. #3A4388 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 67 + 136 = 261 (100%)
R 58 of 261 ~ 22.22%
G 67 of 261 ~ 25.67%
B 136 of 261 ~ 52.11%

%22.22
%25.67
%52.11

CMYK color model

#3A4388 color CMYK value is (57,51,0,47).

  • cyan value is 57.35%
  • magenta value is 50.74%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(57,51,0,47)
C57M51Y0K47 
(57%,51%,0%,47%)
(0.57/0.51/0.00/0.47)	

CMYK percentages

%57.35
%50.74
%0
%46.67

Codes

Color #3A4388 in popluar color models

3A4388
RGB5867136
HSL233°40.21%38.04%
HSB/HSV233°57.35%53.33%
CMYK57.35%50.74%0.00%
46.67%

Color #3A4388 in popluar number systems.

HEX3A4388
Decimal5867136
Binary111010100001110001000
Octal72103210

Shades and tints

Shades of #3A4388

#3A4388
(58,67,136)
#353D7C
(53,61,124)
#303770
(48,55,112)
#2B3164
(43,49,100)
#262B58
(38,43,88)
#21254C
(33,37,76)
#1C1F40
(28,31,64)
#171934
(23,25,52)
#121328
(18,19,40)
#0D0D1C
(13,13,28)
#080710
(8,7,16)
#000000
(0,0,0)

Tints of #3A4388

#3A4388
(58,67,136)
#4B5492
(75,84,146)
#5C659C
(92,101,156)
#6D76A6
(109,118,166)
#7E87B0
(126,135,176)
#8F98BA
(143,152,186)
#A0A9C4
(160,169,196)
#B1BACE
(177,186,206)
#C2CBD8
(194,203,216)
#D3DCE2
(211,220,226)
#E4EDEC
(228,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A4388 color. Also use rgb(58,67,136) instead hex code.

Text Font Color

.myTextColor { color: #3A4388; }

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

This text font color is #3A4388.


Background Color

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

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

This div background color is #3A4388.


Border color

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

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

This div border color is #3A4388.


Opacity

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

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

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

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

This text has shadow with #3A4388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A4388 on black background.


Color preview on white background

This text has color #3A4388 on white background.



Black color preview on #3A4388 background

This text has black color on #3A4388 background.


White color preview on #3A4388 background

This text has white color on #3A4388 background.