COLOR #3A5FE3

HEX: #3A5FE3
RGB: (58,95,227)

Color info

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

RGB color model

#3A5FE3 color RGB value is (58,95,227).

  • red value is 58;
  • green value is 95;
  • blue value is 227.
RGB:
(58,95,227)
(23%,37%,89%)

RGB channels and saturation

R 58 of 255 = 23%
G 95 of 255 = 37%
B 227 of 255 = 89%

58
95
227

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

Portions of RGB colors in percentages

R + G + B =
58 + 95 + 227 = 380 (100%)
R 58 of 380 ~ 15.26%
G 95 of 380 ~ 25%
B 227 of 380 ~ 59.74%

%15.26
%25
%59.74

CMYK color model

#3A5FE3 color CMYK value is (74,58,0,11).

  • cyan value is 74.45%
  • magenta value is 58.15%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(74,58,0,11)
C74M58Y0K11 
(74%,58%,0%,11%)
(0.74/0.58/0.00/0.11)	

CMYK percentages

%74.45
%58.15
%0
%10.98

Codes

Color #3A5FE3 in popluar color models

3A5FE3
RGB5895227
HSL227°75.11%55.88%
HSB/HSV227°74.45%89.02%
CMYK74.45%58.15%0.00%
10.98%

Color #3A5FE3 in popluar number systems.

HEX3A5FE3
Decimal5895227
Binary111010101111111100011
Octal72137343

Shades and tints

Shades of #3A5FE3

#3A5FE3
(58,95,227)
#3557CF
(53,87,207)
#304FBB
(48,79,187)
#2B47A7
(43,71,167)
#263F93
(38,63,147)
#21377F
(33,55,127)
#1C2F6B
(28,47,107)
#172757
(23,39,87)
#121F43
(18,31,67)
#0D172F
(13,23,47)
#080F1B
(8,15,27)
#000000
(0,0,0)

Tints of #3A5FE3

#3A5FE3
(58,95,227)
#4B6DE5
(75,109,229)
#5C7BE7
(92,123,231)
#6D89E9
(109,137,233)
#7E97EB
(126,151,235)
#8FA5ED
(143,165,237)
#A0B3EF
(160,179,239)
#B1C1F1
(177,193,241)
#C2CFF3
(194,207,243)
#D3DDF5
(211,221,245)
#E4EBF7
(228,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5FE3 color. Also use rgb(58,95,227) instead hex code.

Text Font Color

.myTextColor { color: #3A5FE3; }

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

This text font color is #3A5FE3.


Background Color

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

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

This div background color is #3A5FE3.


Border color

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

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

This div border color is #3A5FE3.


Opacity

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

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

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

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

This text has shadow with #3A5FE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5FE3 on black background.


Color preview on white background

This text has color #3A5FE3 on white background.



Black color preview on #3A5FE3 background

This text has black color on #3A5FE3 background.


White color preview on #3A5FE3 background

This text has white color on #3A5FE3 background.