COLOR #3A6186

HEX: #3A6186
RGB: (58,97,134)

Color info

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

RGB color model

#3A6186 color RGB value is (58,97,134).

  • red value is 58;
  • green value is 97;
  • blue value is 134.
RGB:
(58,97,134)
(23%,38%,53%)

RGB channels and saturation

R 58 of 255 = 23%
G 97 of 255 = 38%
B 134 of 255 = 53%

58
97
134

R + G + B ~ 38%. #3A6186 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 97 + 134 = 289 (100%)
R 58 of 289 ~ 20.07%
G 97 of 289 ~ 33.56%
B 134 of 289 ~ 46.37%

%20.07
%33.56
%46.37

CMYK color model

#3A6186 color CMYK value is (57,28,0,47).

  • cyan value is 56.72%
  • magenta value is 27.61%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(57,28,0,47)
C57M28Y0K47 
(57%,28%,0%,47%)
(0.57/0.28/0.00/0.47)	

CMYK percentages

%56.72
%27.61
%0
%47.45

Codes

Color #3A6186 in popluar color models

3A6186
RGB5897134
HSL209°39.58%37.65%
HSB/HSV209°56.72%52.55%
CMYK56.72%27.61%0.00%
47.45%

Color #3A6186 in popluar number systems.

HEX3A6186
Decimal5897134
Binary111010110000110000110
Octal72141206

Shades and tints

Shades of #3A6186

#3A6186
(58,97,134)
#35597A
(53,89,122)
#30516E
(48,81,110)
#2B4962
(43,73,98)
#264156
(38,65,86)
#21394A
(33,57,74)
#1C313E
(28,49,62)
#172932
(23,41,50)
#122126
(18,33,38)
#0D191A
(13,25,26)
#08110E
(8,17,14)
#000000
(0,0,0)

Tints of #3A6186

#3A6186
(58,97,134)
#4B6F91
(75,111,145)
#5C7D9C
(92,125,156)
#6D8BA7
(109,139,167)
#7E99B2
(126,153,178)
#8FA7BD
(143,167,189)
#A0B5C8
(160,181,200)
#B1C3D3
(177,195,211)
#C2D1DE
(194,209,222)
#D3DFE9
(211,223,233)
#E4EDF4
(228,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6186 color. Also use rgb(58,97,134) instead hex code.

Text Font Color

.myTextColor { color: #3A6186; }

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

This text font color is #3A6186.


Background Color

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

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

This div background color is #3A6186.


Border color

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

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

This div border color is #3A6186.


Opacity

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

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

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

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

This text has shadow with #3A6186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6186 on black background.


Color preview on white background

This text has color #3A6186 on white background.



Black color preview on #3A6186 background

This text has black color on #3A6186 background.


White color preview on #3A6186 background

This text has white color on #3A6186 background.