COLOR #3A5993

HEX: #3A5993 RGB: (58,89,147)

Color info

#3A5993 contains mainly green and blue colors. Web safe color of #3A5993 is #336699 (or #369).

RGB color model

#3A5993 color RGB value is (58,89,147).

RGB: (58,89,147) (23%, 35%, 58%)

RGB channels and saturation

R 58 of 255 = 23%
G 89 of 255 = 35%
B 147 of 255 = 58%

58
89
147

R + G + B ~ 39%. #3A5993 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 89 + 147 = 294 (100%)
R 58 of 294 ~ 19.73%
G 89 of 294 ~ 30.27%
B 147 of 294 ~ 50'%

%19.73
%30.27
%50

CMYK color model

#3A5993 color CMYK value is (61,39,0,42).

  • cyan value is 60.54%
  • magenta value is 39.46%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (61,39,0,42)
C61M39Y0K42 (61%, 39%, 0%, 42%)
(0.61 / 0.39 / 0.00 / 0.42)

CMYK percentages

%60.54
%39.46
%0
%42.35

Codes

Color #3A5993 in popluar color models

3A 59 93
RGB 58 89 147
HSL 219° 43.41% 40.20%
HSB/HSV 219° 60.54% 57.65%
CMYK 60.54% 39.46% 0.00%
42.35%

Color #3A5993 in popluar number systems.

HEX 3A 59 93
Decimal 58 89 147
Binary 111010 1011001 10010011
Octal 72 131 223

Shades and tints

Shades of #3A5993

#3A5993
(58,89,147)
#355186
(53,81,134)
#304979
(48,73,121)
#2B416C
(43,65,108)
#26395F
(38,57,95)
#213152
(33,49,82)
#1C2945
(28,41,69)
#172138
(23,33,56)
#12192B
(18,25,43)
#0D111E
(13,17,30)
#080911
(8,9,17)
#000000
(0,0,0)

Tints of #3A5993

#3A5993
(58,89,147)
#4B689C
(75,104,156)
#5C77A5
(92,119,165)
#6D86AE
(109,134,174)
#7E95B7
(126,149,183)
#8FA4C0
(143,164,192)
#A0B3C9
(160,179,201)
#B1C2D2
(177,194,210)
#C2D1DB
(194,209,219)
#D3E0E4
(211,224,228)
#E4EFED
(228,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5993 color. Also use rgb(58,89,147) instead hex code.

Text Font Color

.myTextColor { color: #3A5993; }

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

This text font color is #3A5993.

Background Color

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

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

This div background color is #3A5993.

Border color

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

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

This div border color is #3A5993.

Opacity

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

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

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

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

This text has shadow with #3A5993 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A5993.

Preview

Color preview on black background

This text has color #3A5993 on black background.


Color preview on white background

This text has color #3A5993 on white background.


Black color preview on #3A5993 background

This text has black color on #3A5993 background.


White color preview on #3A5993 background

This text has white color on #3A5993 background.


Related colors

Complementary color

Complementary color for #hex is #C5A66C.


I love getcolorcode.com

Triadic colors

1 #933A59 and #59933A with #3A5993 are triadic colors.

2 #93593A and #593A93 with #3A5993 are triadic colors.