COLOR #3A4599

HEX: #3A4599
RGB: (58,69,153)

Color info

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

RGB color model

#3A4599 color RGB value is (58,69,153).

  • red value is 58;
  • green value is 69;
  • blue value is 153.
RGB:
(58,69,153)
(23%,27%,60%)

RGB channels and saturation

R 58 of 255 = 23%
G 69 of 255 = 27%
B 153 of 255 = 60%

58
69
153

R + G + B ~ 37%. #3A4599 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 69 + 153 = 280 (100%)
R 58 of 280 ~ 20.71%
G 69 of 280 ~ 24.64%
B 153 of 280 ~ 54.64%

%20.71
%24.64
%54.64

CMYK color model

#3A4599 color CMYK value is (62,55,0,40).

  • cyan value is 62.09%
  • magenta value is 54.90%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(62,55,0,40)
C62M55Y0K40 
(62%,55%,0%,40%)
(0.62/0.55/0.00/0.40)	

CMYK percentages

%62.09
%54.9
%0
%40

Codes

Color #3A4599 in popluar color models

3A4599
RGB5869153
HSL233°45.02%41.37%
HSB/HSV233°62.09%60.00%
CMYK62.09%54.90%0.00%
40.00%

Color #3A4599 in popluar number systems.

HEX3A4599
Decimal5869153
Binary111010100010110011001
Octal72105231

Shades and tints

Shades of #3A4599

#3A4599
(58,69,153)
#353F8C
(53,63,140)
#30397F
(48,57,127)
#2B3372
(43,51,114)
#262D65
(38,45,101)
#212758
(33,39,88)
#1C214B
(28,33,75)
#171B3E
(23,27,62)
#121531
(18,21,49)
#0D0F24
(13,15,36)
#080917
(8,9,23)
#000000
(0,0,0)

Tints of #3A4599

#3A4599
(58,69,153)
#4B55A2
(75,85,162)
#5C65AB
(92,101,171)
#6D75B4
(109,117,180)
#7E85BD
(126,133,189)
#8F95C6
(143,149,198)
#A0A5CF
(160,165,207)
#B1B5D8
(177,181,216)
#C2C5E1
(194,197,225)
#D3D5EA
(211,213,234)
#E4E5F3
(228,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A4599 color. Also use rgb(58,69,153) instead hex code.

Text Font Color

.myTextColor { color: #3A4599; }

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

This text font color is #3A4599.


Background Color

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

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

This div background color is #3A4599.


Border color

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

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

This div border color is #3A4599.


Opacity

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

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

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

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

This text has shadow with #3A4599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A4599 on black background.


Color preview on white background

This text has color #3A4599 on white background.



Black color preview on #3A4599 background

This text has black color on #3A4599 background.


White color preview on #3A4599 background

This text has white color on #3A4599 background.