COLOR #3A568C

HEX: #3A568C
RGB: (58,86,140)

Color info

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

RGB color model

#3A568C color RGB value is (58,86,140).

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

RGB channels and saturation

R 58 of 255 = 23%
G 86 of 255 = 34%
B 140 of 255 = 55%

58
86
140

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

Portions of RGB colors in percentages

R + G + B =
58 + 86 + 140 = 284 (100%)
R 58 of 284 ~ 20.42%
G 86 of 284 ~ 30.28%
B 140 of 284 ~ 49.3%

%20.42
%30.28
%49.3

CMYK color model

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

  • cyan value is 58.57%
  • magenta value is 38.57%
  • 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
%38.57
%0
%45.1

Codes

Color #3A568C in popluar color models

3A568C
RGB5886140
HSL220°41.41%38.82%
HSB/HSV220°58.57%54.90%
CMYK58.57%38.57%0.00%
45.10%

Color #3A568C in popluar number systems.

HEX3A568C
Decimal5886140
Binary111010101011010001100
Octal72126214

Shades and tints

Shades of #3A568C

#3A568C
(58,86,140)
#354F80
(53,79,128)
#304874
(48,72,116)
#2B4168
(43,65,104)
#263A5C
(38,58,92)
#213350
(33,51,80)
#1C2C44
(28,44,68)
#172538
(23,37,56)
#121E2C
(18,30,44)
#0D1720
(13,23,32)
#081014
(8,16,20)
#000000
(0,0,0)

Tints of #3A568C

#3A568C
(58,86,140)
#4B6596
(75,101,150)
#5C74A0
(92,116,160)
#6D83AA
(109,131,170)
#7E92B4
(126,146,180)
#8FA1BE
(143,161,190)
#A0B0C8
(160,176,200)
#B1BFD2
(177,191,210)
#C2CEDC
(194,206,220)
#D3DDE6
(211,221,230)
#E4ECF0
(228,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A568C; }

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

This text font color is #3A568C.


Background Color

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

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

This div background color is #3A568C.


Border color

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

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

This div border color is #3A568C.


Opacity

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

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

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

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

This text has shadow with #3A568C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A568C on black background.


Color preview on white background

This text has color #3A568C on white background.



Black color preview on #3A568C background

This text has black color on #3A568C background.


White color preview on #3A568C background

This text has white color on #3A568C background.