COLOR #3A6CA0

HEX: #3A6CA0
RGB: (58,108,160)

Color info

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

RGB color model

#3A6CA0 color RGB value is (58,108,160).

  • red value is 58;
  • green value is 108;
  • blue value is 160.
RGB:
(58,108,160)
(23%,42%,63%)

RGB channels and saturation

R 58 of 255 = 23%
G 108 of 255 = 42%
B 160 of 255 = 63%

58
108
160

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

Portions of RGB colors in percentages

R + G + B =
58 + 108 + 160 = 326 (100%)
R 58 of 326 ~ 17.79%
G 108 of 326 ~ 33.13%
B 160 of 326 ~ 49.08%

%17.79
%33.13
%49.08

CMYK color model

#3A6CA0 color CMYK value is (64,33,0,37).

  • cyan value is 63.75%
  • magenta value is 32.50%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(64,33,0,37)
C64M33Y0K37 
(64%,33%,0%,37%)
(0.64/0.33/0.00/0.37)	

CMYK percentages

%63.75
%32.5
%0
%37.25

Codes

Color #3A6CA0 in popluar color models

3A6CA0
RGB58108160
HSL211°46.79%42.75%
HSB/HSV211°63.75%62.75%
CMYK63.75%32.50%0.00%
37.25%

Color #3A6CA0 in popluar number systems.

HEX3A6CA0
Decimal58108160
Binary111010110110010100000
Octal72154240

Shades and tints

Shades of #3A6CA0

#3A6CA0
(58,108,160)
#356392
(53,99,146)
#305A84
(48,90,132)
#2B5176
(43,81,118)
#264868
(38,72,104)
#213F5A
(33,63,90)
#1C364C
(28,54,76)
#172D3E
(23,45,62)
#122430
(18,36,48)
#0D1B22
(13,27,34)
#081214
(8,18,20)
#000000
(0,0,0)

Tints of #3A6CA0

#3A6CA0
(58,108,160)
#4B79A8
(75,121,168)
#5C86B0
(92,134,176)
#6D93B8
(109,147,184)
#7EA0C0
(126,160,192)
#8FADC8
(143,173,200)
#A0BAD0
(160,186,208)
#B1C7D8
(177,199,216)
#C2D4E0
(194,212,224)
#D3E1E8
(211,225,232)
#E4EEF0
(228,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6CA0 color. Also use rgb(58,108,160) instead hex code.

Text Font Color

.myTextColor { color: #3A6CA0; }

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

This text font color is #3A6CA0.


Background Color

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

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

This div background color is #3A6CA0.


Border color

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

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

This div border color is #3A6CA0.


Opacity

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

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

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

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

This text has shadow with #3A6CA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6CA0 on black background.


Color preview on white background

This text has color #3A6CA0 on white background.



Black color preview on #3A6CA0 background

This text has black color on #3A6CA0 background.


White color preview on #3A6CA0 background

This text has white color on #3A6CA0 background.