COLOR #3B688C

HEX: #3B688C
RGB: (59,104,140)

Color info

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

RGB color model

#3B688C color RGB value is (59,104,140).

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

RGB channels and saturation

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

59
104
140

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

Portions of RGB colors in percentages

R + G + B =
59 + 104 + 140 = 303 (100%)
R 59 of 303 ~ 19.47%
G 104 of 303 ~ 34.32%
B 140 of 303 ~ 46.2%

%19.47
%34.32
%46.2

CMYK color model

#3B688C color CMYK value is (58,26,0,45).

  • cyan value is 57.86%
  • magenta value is 25.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(58,26,0,45)
C58M26Y0K45 
(58%,26%,0%,45%)
(0.58/0.26/0.00/0.45)	

CMYK percentages

%57.86
%25.71
%0
%45.1

Codes

Color #3B688C in popluar color models

3B688C
RGB59104140
HSL207°40.70%39.02%
HSB/HSV207°57.86%54.90%
CMYK57.86%25.71%0.00%
45.10%

Color #3B688C in popluar number systems.

HEX3B688C
Decimal59104140
Binary111011110100010001100
Octal73150214

Shades and tints

Shades of #3B688C

#3B688C
(59,104,140)
#365F80
(54,95,128)
#315674
(49,86,116)
#2C4D68
(44,77,104)
#27445C
(39,68,92)
#223B50
(34,59,80)
#1D3244
(29,50,68)
#182938
(24,41,56)
#13202C
(19,32,44)
#0E1720
(14,23,32)
#090E14
(9,14,20)
#000000
(0,0,0)

Tints of #3B688C

#3B688C
(59,104,140)
#4C7596
(76,117,150)
#5D82A0
(93,130,160)
#6E8FAA
(110,143,170)
#7F9CB4
(127,156,180)
#90A9BE
(144,169,190)
#A1B6C8
(161,182,200)
#B2C3D2
(178,195,210)
#C3D0DC
(195,208,220)
#D4DDE6
(212,221,230)
#E5EAF0
(229,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B688C; }

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

This text font color is #3B688C.


Background Color

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

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

This div background color is #3B688C.


Border color

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

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

This div border color is #3B688C.


Opacity

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

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

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

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

This text has shadow with #3B688C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B688C on black background.


Color preview on white background

This text has color #3B688C on white background.



Black color preview on #3B688C background

This text has black color on #3B688C background.


White color preview on #3B688C background

This text has white color on #3B688C background.