COLOR #3B6692

HEX: #3B6692
RGB: (59,102,146)

Color info

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

RGB color model

#3B6692 color RGB value is (59,102,146).

  • red value is 59;
  • green value is 102;
  • blue value is 146.
RGB:
(59,102,146)
(23%,40%,57%)

RGB channels and saturation

R 59 of 255 = 23%
G 102 of 255 = 40%
B 146 of 255 = 57%

59
102
146

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

Portions of RGB colors in percentages

R + G + B =
59 + 102 + 146 = 307 (100%)
R 59 of 307 ~ 19.22%
G 102 of 307 ~ 33.22%
B 146 of 307 ~ 47.56%

%19.22
%33.22
%47.56

CMYK color model

#3B6692 color CMYK value is (60,30,0,43).

  • cyan value is 59.59%
  • magenta value is 30.14%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(60,30,0,43)
C60M30Y0K43 
(60%,30%,0%,43%)
(0.60/0.30/0.00/0.43)	

CMYK percentages

%59.59
%30.14
%0
%42.75

Codes

Color #3B6692 in popluar color models

3B6692
RGB59102146
HSL210°42.44%40.20%
HSB/HSV210°59.59%57.25%
CMYK59.59%30.14%0.00%
42.75%

Color #3B6692 in popluar number systems.

HEX3B6692
Decimal59102146
Binary111011110011010010010
Octal73146222

Shades and tints

Shades of #3B6692

#3B6692
(59,102,146)
#365D85
(54,93,133)
#315478
(49,84,120)
#2C4B6B
(44,75,107)
#27425E
(39,66,94)
#223951
(34,57,81)
#1D3044
(29,48,68)
#182737
(24,39,55)
#131E2A
(19,30,42)
#0E151D
(14,21,29)
#090C10
(9,12,16)
#000000
(0,0,0)

Tints of #3B6692

#3B6692
(59,102,146)
#4C739B
(76,115,155)
#5D80A4
(93,128,164)
#6E8DAD
(110,141,173)
#7F9AB6
(127,154,182)
#90A7BF
(144,167,191)
#A1B4C8
(161,180,200)
#B2C1D1
(178,193,209)
#C3CEDA
(195,206,218)
#D4DBE3
(212,219,227)
#E5E8EC
(229,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6692 color. Also use rgb(59,102,146) instead hex code.

Text Font Color

.myTextColor { color: #3B6692; }

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

This text font color is #3B6692.


Background Color

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

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

This div background color is #3B6692.


Border color

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

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

This div border color is #3B6692.


Opacity

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

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

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

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

This text has shadow with #3B6692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6692 on black background.


Color preview on white background

This text has color #3B6692 on white background.



Black color preview on #3B6692 background

This text has black color on #3B6692 background.


White color preview on #3B6692 background

This text has white color on #3B6692 background.