COLOR #3A6889

HEX: #3A6889
RGB: (58,104,137)

Color info

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

RGB color model

#3A6889 color RGB value is (58,104,137).

  • red value is 58;
  • green value is 104;
  • blue value is 137.
RGB:
(58,104,137)
(23%,41%,54%)

RGB channels and saturation

R 58 of 255 = 23%
G 104 of 255 = 41%
B 137 of 255 = 54%

58
104
137

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

Portions of RGB colors in percentages

R + G + B =
58 + 104 + 137 = 299 (100%)
R 58 of 299 ~ 19.4%
G 104 of 299 ~ 34.78%
B 137 of 299 ~ 45.82%

%19.4
%34.78
%45.82

CMYK color model

#3A6889 color CMYK value is (58,24,0,46).

  • cyan value is 57.66%
  • magenta value is 24.09%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(58,24,0,46)
C58M24Y0K46 
(58%,24%,0%,46%)
(0.58/0.24/0.00/0.46)	

CMYK percentages

%57.66
%24.09
%0
%46.27

Codes

Color #3A6889 in popluar color models

3A6889
RGB58104137
HSL205°40.51%38.24%
HSB/HSV205°57.66%53.73%
CMYK57.66%24.09%0.00%
46.27%

Color #3A6889 in popluar number systems.

HEX3A6889
Decimal58104137
Binary111010110100010001001
Octal72150211

Shades and tints

Shades of #3A6889

#3A6889
(58,104,137)
#355F7D
(53,95,125)
#305671
(48,86,113)
#2B4D65
(43,77,101)
#264459
(38,68,89)
#213B4D
(33,59,77)
#1C3241
(28,50,65)
#172935
(23,41,53)
#122029
(18,32,41)
#0D171D
(13,23,29)
#080E11
(8,14,17)
#000000
(0,0,0)

Tints of #3A6889

#3A6889
(58,104,137)
#4B7593
(75,117,147)
#5C829D
(92,130,157)
#6D8FA7
(109,143,167)
#7E9CB1
(126,156,177)
#8FA9BB
(143,169,187)
#A0B6C5
(160,182,197)
#B1C3CF
(177,195,207)
#C2D0D9
(194,208,217)
#D3DDE3
(211,221,227)
#E4EAED
(228,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6889 color. Also use rgb(58,104,137) instead hex code.

Text Font Color

.myTextColor { color: #3A6889; }

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

This text font color is #3A6889.


Background Color

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

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

This div background color is #3A6889.


Border color

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

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

This div border color is #3A6889.


Opacity

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

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

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

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

This text has shadow with #3A6889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6889 on black background.


Color preview on white background

This text has color #3A6889 on white background.



Black color preview on #3A6889 background

This text has black color on #3A6889 background.


White color preview on #3A6889 background

This text has white color on #3A6889 background.