COLOR #3A5FCE

HEX: #3A5FCE RGB: (58,95,206)

Color info

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

RGB color model

#3A5FCE color RGB value is (58,95,206).

RGB: (58,95,206) (23%, 37%, 81%)

RGB channels and saturation

R 58 of 255 = 23%
G 95 of 255 = 37%
B 206 of 255 = 81%

58
95
206

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

Portions of RGB colors in percentages

R + G + B = 58 + 95 + 206 = 359 (100%)
R 58 of 359 ~ 16.16%
G 95 of 359 ~ 26.46%
B 206 of 359 ~ 57.38'%

%16.16
%26.46
%57.38

CMYK color model

#3A5FCE color CMYK value is (72,54,0,19).

  • cyan value is 71.84%
  • magenta value is 53.88%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (72,54,0,19)
C72M54Y0K19 (72%, 54%, 0%, 19%)
(0.72 / 0.54 / 0.00 / 0.19)

CMYK percentages

%71.84
%53.88
%0
%19.22

Codes

Color #3A5FCE in popluar color models

3A 5F CE
RGB 58 95 206
HSL 225° 60.16% 51.76%
HSB/HSV 225° 71.84% 80.78%
CMYK 71.84% 53.88% 0.00%
19.22%

Color #3A5FCE in popluar number systems.

HEX 3A 5F CE
Decimal 58 95 206
Binary 111010 1011111 11001110
Octal 72 137 316

Shades and tints

Shades of #3A5FCE

#3A5FCE
(58,95,206)
#3557BC
(53,87,188)
#304FAA
(48,79,170)
#2B4798
(43,71,152)
#263F86
(38,63,134)
#213774
(33,55,116)
#1C2F62
(28,47,98)
#172750
(23,39,80)
#121F3E
(18,31,62)
#0D172C
(13,23,44)
#080F1A
(8,15,26)
#000000
(0,0,0)

Tints of #3A5FCE

#3A5FCE
(58,95,206)
#4B6DD2
(75,109,210)
#5C7BD6
(92,123,214)
#6D89DA
(109,137,218)
#7E97DE
(126,151,222)
#8FA5E2
(143,165,226)
#A0B3E6
(160,179,230)
#B1C1EA
(177,193,234)
#C2CFEE
(194,207,238)
#D3DDF2
(211,221,242)
#E4EBF6
(228,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A5FCE; }

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

This text font color is #3A5FCE.

Background Color

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

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

This div background color is #3A5FCE.

Border color

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

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

This div border color is #3A5FCE.

Opacity

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

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

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

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

This text has shadow with #3A5FCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A5FCE.

Preview

Color preview on black background

This text has color #3A5FCE on black background.


Color preview on white background

This text has color #3A5FCE on white background.


Black color preview on #3A5FCE background

This text has black color on #3A5FCE background.


White color preview on #3A5FCE background

This text has white color on #3A5FCE background.


Related colors

Complementary color

Complementary color for #hex is #C5A031.


I love getcolorcode.com

Triadic colors

1 #CE3A5F and #5FCE3A with #3A5FCE are triadic colors.

2 #CE5F3A and #5F3ACE with #3A5FCE are triadic colors.