COLOR #3A688C

HEX: #3A688C
RGB: (58,104,140)

Color info

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

RGB color model

#3A688C color RGB value is (58,104,140).

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

RGB channels and saturation

R 58 of 255 = 23%
G 104 of 255 = 41%
B 140 of 255 = 55%

58
104
140

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

Portions of RGB colors in percentages

R + G + B =
58 + 104 + 140 = 302 (100%)
R 58 of 302 ~ 19.21%
G 104 of 302 ~ 34.44%
B 140 of 302 ~ 46.36%

%19.21
%34.44
%46.36

CMYK color model

#3A688C color CMYK value is (59,26,0,45).

  • cyan value is 58.57%
  • magenta value is 25.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(59,26,0,45)
C59M26Y0K45 
(59%,26%,0%,45%)
(0.59/0.26/0.00/0.45)	

CMYK percentages

%58.57
%25.71
%0
%45.1

Codes

Color #3A688C in popluar color models

3A688C
RGB58104140
HSL206°41.41%38.82%
HSB/HSV206°58.57%54.90%
CMYK58.57%25.71%0.00%
45.10%

Color #3A688C in popluar number systems.

HEX3A688C
Decimal58104140
Binary111010110100010001100
Octal72150214

Shades and tints

Shades of #3A688C

#3A688C
(58,104,140)
#355F80
(53,95,128)
#305674
(48,86,116)
#2B4D68
(43,77,104)
#26445C
(38,68,92)
#213B50
(33,59,80)
#1C3244
(28,50,68)
#172938
(23,41,56)
#12202C
(18,32,44)
#0D1720
(13,23,32)
#080E14
(8,14,20)
#000000
(0,0,0)

Tints of #3A688C

#3A688C
(58,104,140)
#4B7596
(75,117,150)
#5C82A0
(92,130,160)
#6D8FAA
(109,143,170)
#7E9CB4
(126,156,180)
#8FA9BE
(143,169,190)
#A0B6C8
(160,182,200)
#B1C3D2
(177,195,210)
#C2D0DC
(194,208,220)
#D3DDE6
(211,221,230)
#E4EAF0
(228,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A688C; }

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

This text font color is #3A688C.


Background Color

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

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

This div background color is #3A688C.


Border color

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

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

This div border color is #3A688C.


Opacity

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

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

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

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

This text has shadow with #3A688C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A688C on black background.


Color preview on white background

This text has color #3A688C on white background.



Black color preview on #3A688C background

This text has black color on #3A688C background.


White color preview on #3A688C background

This text has white color on #3A688C background.