COLOR #3E5892

HEX: #3E5892 RGB: (62,88,146)

Color info

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

RGB color model

#3E5892 color RGB value is (62,88,146).

RGB: (62,88,146) (24%, 35%, 57%)

RGB channels and saturation

R 62 of 255 = 24%
G 88 of 255 = 35%
B 146 of 255 = 57%

62
88
146

R + G + B ~ 39%. #3E5892 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 88 + 146 = 296 (100%)
R 62 of 296 ~ 20.95%
G 88 of 296 ~ 29.73%
B 146 of 296 ~ 49.32'%

%20.95
%29.73
%49.32

CMYK color model

#3E5892 color CMYK value is (58,40,0,43).

  • cyan value is 57.53%
  • magenta value is 39.73%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (58,40,0,43)
C58M40Y0K43 (58%, 40%, 0%, 43%)
(0.58 / 0.40 / 0.00 / 0.43)

CMYK percentages

%57.53
%39.73
%0
%42.75

Codes

Color #3E5892 in popluar color models

3E 58 92
RGB 62 88 146
HSL 221° 40.38% 40.78%
HSB/HSV 221° 57.53% 57.25%
CMYK 57.53% 39.73% 0.00%
42.75%

Color #3E5892 in popluar number systems.

HEX 3E 58 92
Decimal 62 88 146
Binary 111110 1011000 10010010
Octal 76 130 222

Shades and tints

Shades of #3E5892

#3E5892
(62,88,146)
#395085
(57,80,133)
#344878
(52,72,120)
#2F406B
(47,64,107)
#2A385E
(42,56,94)
#253051
(37,48,81)
#202844
(32,40,68)
#1B2037
(27,32,55)
#16182A
(22,24,42)
#11101D
(17,16,29)
#0C0810
(12,8,16)
#000000
(0,0,0)

Tints of #3E5892

#3E5892
(62,88,146)
#4F679B
(79,103,155)
#6076A4
(96,118,164)
#7185AD
(113,133,173)
#8294B6
(130,148,182)
#93A3BF
(147,163,191)
#A4B2C8
(164,178,200)
#B5C1D1
(181,193,209)
#C6D0DA
(198,208,218)
#D7DFE3
(215,223,227)
#E8EEEC
(232,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E5892 color. Also use rgb(62,88,146) instead hex code.

Text Font Color

.myTextColor { color: #3E5892; }

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

This text font color is #3E5892.

Background Color

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

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

This div background color is #3E5892.

Border color

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

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

This div border color is #3E5892.

Opacity

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

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

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

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

This text has shadow with #3E5892 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E5892.

Preview

Color preview on black background

This text has color #3E5892 on black background.


Color preview on white background

This text has color #3E5892 on white background.


Black color preview on #3E5892 background

This text has black color on #3E5892 background.


White color preview on #3E5892 background

This text has white color on #3E5892 background.


Related colors

Complementary color

Complementary color for #hex is #C1A76D.


I love getcolorcode.com

Triadic colors

1 #923E58 and #58923E with #3E5892 are triadic colors.

2 #92583E and #583E92 with #3E5892 are triadic colors.