COLOR #3E6C96

HEX: #3E6C96 RGB: (62,108,150)

Color info

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

RGB color model

#3E6C96 color RGB value is (62,108,150).

RGB: (62,108,150) (24%, 42%, 59%)

RGB channels and saturation

R 62 of 255 = 24%
G 108 of 255 = 42%
B 150 of 255 = 59%

62
108
150

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

Portions of RGB colors in percentages

R + G + B = 62 + 108 + 150 = 320 (100%)
R 62 of 320 ~ 19.38%
G 108 of 320 ~ 33.75%
B 150 of 320 ~ 46.88'%

%19.38
%33.75
%46.88

CMYK color model

#3E6C96 color CMYK value is (59,28,0,41).

  • cyan value is 58.67%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (59,28,0,41)
C59M28Y0K41 (59%, 28%, 0%, 41%)
(0.59 / 0.28 / 0.00 / 0.41)

CMYK percentages

%58.67
%28
%0
%41.18

Codes

Color #3E6C96 in popluar color models

3E 6C 96
RGB 62 108 150
HSL 209° 41.51% 41.57%
HSB/HSV 209° 58.67% 58.82%
CMYK 58.67% 28.00% 0.00%
41.18%

Color #3E6C96 in popluar number systems.

HEX 3E 6C 96
Decimal 62 108 150
Binary 111110 1101100 10010110
Octal 76 154 226

Shades and tints

Shades of #3E6C96

#3E6C96
(62,108,150)
#396389
(57,99,137)
#345A7C
(52,90,124)
#2F516F
(47,81,111)
#2A4862
(42,72,98)
#253F55
(37,63,85)
#203648
(32,54,72)
#1B2D3B
(27,45,59)
#16242E
(22,36,46)
#111B21
(17,27,33)
#0C1214
(12,18,20)
#000000
(0,0,0)

Tints of #3E6C96

#3E6C96
(62,108,150)
#4F799F
(79,121,159)
#6086A8
(96,134,168)
#7193B1
(113,147,177)
#82A0BA
(130,160,186)
#93ADC3
(147,173,195)
#A4BACC
(164,186,204)
#B5C7D5
(181,199,213)
#C6D4DE
(198,212,222)
#D7E1E7
(215,225,231)
#E8EEF0
(232,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E6C96 color. Also use rgb(62,108,150) instead hex code.

Text Font Color

.myTextColor { color: #3E6C96; }

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

This text font color is #3E6C96.

Background Color

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

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

This div background color is #3E6C96.

Border color

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

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

This div border color is #3E6C96.

Opacity

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

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

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

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

This text has shadow with #3E6C96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E6C96.

Preview

Color preview on black background

This text has color #3E6C96 on black background.


Color preview on white background

This text has color #3E6C96 on white background.


Black color preview on #3E6C96 background

This text has black color on #3E6C96 background.


White color preview on #3E6C96 background

This text has white color on #3E6C96 background.


Related colors

Complementary color

Complementary color for #hex is #C19369.


I love getcolorcode.com

Triadic colors

1 #963E6C and #6C963E with #3E6C96 are triadic colors.

2 #966C3E and #6C3E96 with #3E6C96 are triadic colors.