COLOR #3B6992

HEX: #3B6992 RGB: (59,105,146)

Color info

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

RGB color model

#3B6992 color RGB value is (59,105,146).

RGB: (59,105,146) (23%, 41%, 57%)

RGB channels and saturation

R 59 of 255 = 23%
G 105 of 255 = 41%
B 146 of 255 = 57%

59
105
146

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

Portions of RGB colors in percentages

R + G + B = 59 + 105 + 146 = 310 (100%)
R 59 of 310 ~ 19.03%
G 105 of 310 ~ 33.87%
B 146 of 310 ~ 47.1'%

%19.03
%33.87
%47.1

CMYK color model

#3B6992 color CMYK value is (60,28,0,43).

  • cyan value is 59.59%
  • magenta value is 28.08%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (60,28,0,43)
C60M28Y0K43 (60%, 28%, 0%, 43%)
(0.60 / 0.28 / 0.00 / 0.43)

CMYK percentages

%59.59
%28.08
%0
%42.75

Codes

Color #3B6992 in popluar color models

3B 69 92
RGB 59 105 146
HSL 208° 42.44% 40.20%
HSB/HSV 208° 59.59% 57.25%
CMYK 59.59% 28.08% 0.00%
42.75%

Color #3B6992 in popluar number systems.

HEX 3B 69 92
Decimal 59 105 146
Binary 111011 1101001 10010010
Octal 73 151 222

Shades and tints

Shades of #3B6992

#3B6992
(59,105,146)
#366085
(54,96,133)
#315778
(49,87,120)
#2C4E6B
(44,78,107)
#27455E
(39,69,94)
#223C51
(34,60,81)
#1D3344
(29,51,68)
#182A37
(24,42,55)
#13212A
(19,33,42)
#0E181D
(14,24,29)
#090F10
(9,15,16)
#000000
(0,0,0)

Tints of #3B6992

#3B6992
(59,105,146)
#4C769B
(76,118,155)
#5D83A4
(93,131,164)
#6E90AD
(110,144,173)
#7F9DB6
(127,157,182)
#90AABF
(144,170,191)
#A1B7C8
(161,183,200)
#B2C4D1
(178,196,209)
#C3D1DA
(195,209,218)
#D4DEE3
(212,222,227)
#E5EBEC
(229,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B6992; }

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

This text font color is #3B6992.

Background Color

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

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

This div background color is #3B6992.

Border color

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

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

This div border color is #3B6992.

Opacity

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

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

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

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

This text has shadow with #3B6992 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B6992.

Preview

Color preview on black background

This text has color #3B6992 on black background.


Color preview on white background

This text has color #3B6992 on white background.


Black color preview on #3B6992 background

This text has black color on #3B6992 background.


White color preview on #3B6992 background

This text has white color on #3B6992 background.


Related colors

Complementary color

Complementary color for #hex is #C4966D.


I love getcolorcode.com

Triadic colors

1 #923B69 and #69923B with #3B6992 are triadic colors.

2 #92693B and #693B92 with #3B6992 are triadic colors.