COLOR #3A5ED5

HEX: #3A5ED5
RGB: (58,94,213)

Color info

#3A5ED5 contains mainly blue color. Web safe color of #3A5ED5 is #3366CC (or #36C).

RGB color model

#3A5ED5 color RGB value is (58,94,213).

  • red value is 58;
  • green value is 94;
  • blue value is 213.
RGB:
(58,94,213)
(23%,37%,84%)

RGB channels and saturation

R 58 of 255 = 23%
G 94 of 255 = 37%
B 213 of 255 = 84%

58
94
213

R + G + B ~ 48%. #3A5ED5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
58 + 94 + 213 = 365 (100%)
R 58 of 365 ~ 15.89%
G 94 of 365 ~ 25.75%
B 213 of 365 ~ 58.36%

%15.89
%25.75
%58.36

CMYK color model

#3A5ED5 color CMYK value is (73,56,0,16).

  • cyan value is 72.77%
  • magenta value is 55.87%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(73,56,0,16)
C73M56Y0K16 
(73%,56%,0%,16%)
(0.73/0.56/0.00/0.16)	

CMYK percentages

%72.77
%55.87
%0
%16.47

Codes

Color #3A5ED5 in popluar color models

3A5ED5
RGB5894213
HSL226°64.85%53.14%
HSB/HSV226°72.77%83.53%
CMYK72.77%55.87%0.00%
16.47%

Color #3A5ED5 in popluar number systems.

HEX3A5ED5
Decimal5894213
Binary111010101111011010101
Octal72136325

Shades and tints

Shades of #3A5ED5

#3A5ED5
(58,94,213)
#3556C2
(53,86,194)
#304EAF
(48,78,175)
#2B469C
(43,70,156)
#263E89
(38,62,137)
#213676
(33,54,118)
#1C2E63
(28,46,99)
#172650
(23,38,80)
#121E3D
(18,30,61)
#0D162A
(13,22,42)
#080E17
(8,14,23)
#000000
(0,0,0)

Tints of #3A5ED5

#3A5ED5
(58,94,213)
#4B6CD8
(75,108,216)
#5C7ADB
(92,122,219)
#6D88DE
(109,136,222)
#7E96E1
(126,150,225)
#8FA4E4
(143,164,228)
#A0B2E7
(160,178,231)
#B1C0EA
(177,192,234)
#C2CEED
(194,206,237)
#D3DCF0
(211,220,240)
#E4EAF3
(228,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5ED5 color. Also use rgb(58,94,213) instead hex code.

Text Font Color

.myTextColor { color: #3A5ED5; }

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

This text font color is #3A5ED5.


Background Color

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

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

This div background color is #3A5ED5.


Border color

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

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

This div border color is #3A5ED5.


Opacity

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

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

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

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

This text has shadow with #3A5ED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5ED5 on black background.


Color preview on white background

This text has color #3A5ED5 on white background.



Black color preview on #3A5ED5 background

This text has black color on #3A5ED5 background.


White color preview on #3A5ED5 background

This text has white color on #3A5ED5 background.