COLOR #3A558C

HEX: #3A558C
RGB: (58,85,140)

Color info

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

RGB color model

#3A558C color RGB value is (58,85,140).

  • red value is 58;
  • green value is 85;
  • blue value is 140.
RGB:
(58,85,140)
(23%,33%,55%)

RGB channels and saturation

R 58 of 255 = 23%
G 85 of 255 = 33%
B 140 of 255 = 55%

58
85
140

R + G + B ~ 37%. #3A558C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 85 + 140 = 283 (100%)
R 58 of 283 ~ 20.49%
G 85 of 283 ~ 30.04%
B 140 of 283 ~ 49.47%

%20.49
%30.04
%49.47

CMYK color model

#3A558C color CMYK value is (59,39,0,45).

  • cyan value is 58.57%
  • magenta value is 39.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(59,39,0,45)
C59M39Y0K45 
(59%,39%,0%,45%)
(0.59/0.39/0.00/0.45)	

CMYK percentages

%58.57
%39.29
%0
%45.1

Codes

Color #3A558C in popluar color models

3A558C
RGB5885140
HSL220°41.41%38.82%
HSB/HSV220°58.57%54.90%
CMYK58.57%39.29%0.00%
45.10%

Color #3A558C in popluar number systems.

HEX3A558C
Decimal5885140
Binary111010101010110001100
Octal72125214

Shades and tints

Shades of #3A558C

#3A558C
(58,85,140)
#354E80
(53,78,128)
#304774
(48,71,116)
#2B4068
(43,64,104)
#26395C
(38,57,92)
#213250
(33,50,80)
#1C2B44
(28,43,68)
#172438
(23,36,56)
#121D2C
(18,29,44)
#0D1620
(13,22,32)
#080F14
(8,15,20)
#000000
(0,0,0)

Tints of #3A558C

#3A558C
(58,85,140)
#4B6496
(75,100,150)
#5C73A0
(92,115,160)
#6D82AA
(109,130,170)
#7E91B4
(126,145,180)
#8FA0BE
(143,160,190)
#A0AFC8
(160,175,200)
#B1BED2
(177,190,210)
#C2CDDC
(194,205,220)
#D3DCE6
(211,220,230)
#E4EBF0
(228,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A558C color. Also use rgb(58,85,140) instead hex code.

Text Font Color

.myTextColor { color: #3A558C; }

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

This text font color is #3A558C.


Background Color

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

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

This div background color is #3A558C.


Border color

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

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

This div border color is #3A558C.


Opacity

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

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

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

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

This text has shadow with #3A558C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A558C on black background.


Color preview on white background

This text has color #3A558C on white background.



Black color preview on #3A558C background

This text has black color on #3A558C background.


White color preview on #3A558C background

This text has white color on #3A558C background.