COLOR #3A5CAF

HEX: #3A5CAF
RGB: (58,92,175)

Color info

#3A5CAF contains mainly blue color. Web safe color of #3A5CAF is #336699 (or #369).

RGB color model

#3A5CAF color RGB value is (58,92,175).

  • red value is 58;
  • green value is 92;
  • blue value is 175.
RGB:
(58,92,175)
(23%,36%,69%)

RGB channels and saturation

R 58 of 255 = 23%
G 92 of 255 = 36%
B 175 of 255 = 69%

58
92
175

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

Portions of RGB colors in percentages

R + G + B =
58 + 92 + 175 = 325 (100%)
R 58 of 325 ~ 17.85%
G 92 of 325 ~ 28.31%
B 175 of 325 ~ 53.85%

%17.85
%28.31
%53.85

CMYK color model

#3A5CAF color CMYK value is (67,47,0,31).

  • cyan value is 66.86%
  • magenta value is 47.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(67,47,0,31)
C67M47Y0K31 
(67%,47%,0%,31%)
(0.67/0.47/0.00/0.31)	

CMYK percentages

%66.86
%47.43
%0
%31.37

Codes

Color #3A5CAF in popluar color models

3A5CAF
RGB5892175
HSL223°50.21%45.69%
HSB/HSV223°66.86%68.63%
CMYK66.86%47.43%0.00%
31.37%

Color #3A5CAF in popluar number systems.

HEX3A5CAF
Decimal5892175
Binary111010101110010101111
Octal72134257

Shades and tints

Shades of #3A5CAF

#3A5CAF
(58,92,175)
#3554A0
(53,84,160)
#304C91
(48,76,145)
#2B4482
(43,68,130)
#263C73
(38,60,115)
#213464
(33,52,100)
#1C2C55
(28,44,85)
#172446
(23,36,70)
#121C37
(18,28,55)
#0D1428
(13,20,40)
#080C19
(8,12,25)
#000000
(0,0,0)

Tints of #3A5CAF

#3A5CAF
(58,92,175)
#4B6AB6
(75,106,182)
#5C78BD
(92,120,189)
#6D86C4
(109,134,196)
#7E94CB
(126,148,203)
#8FA2D2
(143,162,210)
#A0B0D9
(160,176,217)
#B1BEE0
(177,190,224)
#C2CCE7
(194,204,231)
#D3DAEE
(211,218,238)
#E4E8F5
(228,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5CAF color. Also use rgb(58,92,175) instead hex code.

Text Font Color

.myTextColor { color: #3A5CAF; }

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

This text font color is #3A5CAF.


Background Color

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

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

This div background color is #3A5CAF.


Border color

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

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

This div border color is #3A5CAF.


Opacity

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

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

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

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

This text has shadow with #3A5CAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5CAF on black background.


Color preview on white background

This text has color #3A5CAF on white background.



Black color preview on #3A5CAF background

This text has black color on #3A5CAF background.


White color preview on #3A5CAF background

This text has white color on #3A5CAF background.