COLOR #3A5AAF

HEX: #3A5AAF RGB: (58,90,175)

Color info

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

RGB color model

#3A5AAF color RGB value is (58,90,175).

RGB: (58,90,175) (23%, 35%, 69%)

RGB channels and saturation

R 58 of 255 = 23%
G 90 of 255 = 35%
B 175 of 255 = 69%

58
90
175

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

Portions of RGB colors in percentages

R + G + B = 58 + 90 + 175 = 323 (100%)
R 58 of 323 ~ 17.96%
G 90 of 323 ~ 27.86%
B 175 of 323 ~ 54.18'%

%17.96
%27.86
%54.18

CMYK color model

#3A5AAF color CMYK value is (67,49,0,31).

  • cyan value is 66.86%
  • magenta value is 48.57%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (67,49,0,31)
C67M49Y0K31 (67%, 49%, 0%, 31%)
(0.67 / 0.49 / 0.00 / 0.31)

CMYK percentages

%66.86
%48.57
%0
%31.37

Codes

Color #3A5AAF in popluar color models

3A 5A AF
RGB 58 90 175
HSL 224° 50.21% 45.69%
HSB/HSV 224° 66.86% 68.63%
CMYK 66.86% 48.57% 0.00%
31.37%

Color #3A5AAF in popluar number systems.

HEX 3A 5A AF
Decimal 58 90 175
Binary 111010 1011010 10101111
Octal 72 132 257

Shades and tints

Shades of #3A5AAF

#3A5AAF
(58,90,175)
#3552A0
(53,82,160)
#304A91
(48,74,145)
#2B4282
(43,66,130)
#263A73
(38,58,115)
#213264
(33,50,100)
#1C2A55
(28,42,85)
#172246
(23,34,70)
#121A37
(18,26,55)
#0D1228
(13,18,40)
#080A19
(8,10,25)
#000000
(0,0,0)

Tints of #3A5AAF

#3A5AAF
(58,90,175)
#4B69B6
(75,105,182)
#5C78BD
(92,120,189)
#6D87C4
(109,135,196)
#7E96CB
(126,150,203)
#8FA5D2
(143,165,210)
#A0B4D9
(160,180,217)
#B1C3E0
(177,195,224)
#C2D2E7
(194,210,231)
#D3E1EE
(211,225,238)
#E4F0F5
(228,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A5AAF; }

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

This text font color is #3A5AAF.

Background Color

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

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

This div background color is #3A5AAF.

Border color

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

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

This div border color is #3A5AAF.

Opacity

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

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

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

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

This text has shadow with #3A5AAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A5AAF.

Preview

Color preview on black background

This text has color #3A5AAF on black background.


Color preview on white background

This text has color #3A5AAF on white background.


Black color preview on #3A5AAF background

This text has black color on #3A5AAF background.


White color preview on #3A5AAF background

This text has white color on #3A5AAF background.


Related colors

Complementary color

Complementary color for #hex is #C5A550.


I love getcolorcode.com

Triadic colors

1 #AF3A5A and #5AAF3A with #3A5AAF are triadic colors.

2 #AF5A3A and #5A3AAF with #3A5AAF are triadic colors.