COLOR #3E6390

HEX: #3E6390 RGB: (62,99,144)

Color info

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

RGB color model

#3E6390 color RGB value is (62,99,144).

RGB: (62,99,144) (24%, 39%, 56%)

RGB channels and saturation

R 62 of 255 = 24%
G 99 of 255 = 39%
B 144 of 255 = 56%

62
99
144

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

Portions of RGB colors in percentages

R + G + B = 62 + 99 + 144 = 305 (100%)
R 62 of 305 ~ 20.33%
G 99 of 305 ~ 32.46%
B 144 of 305 ~ 47.21'%

%20.33
%32.46
%47.21

CMYK color model

#3E6390 color CMYK value is (57,31,0,44).

  • cyan value is 56.94%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (57,31,0,44)
C57M31Y0K44 (57%, 31%, 0%, 44%)
(0.57 / 0.31 / 0.00 / 0.44)

CMYK percentages

%56.94
%31.25
%0
%43.53

Codes

Color #3E6390 in popluar color models

3E 63 90
RGB 62 99 144
HSL 213° 39.81% 40.39%
HSB/HSV 213° 56.94% 56.47%
CMYK 56.94% 31.25% 0.00%
43.53%

Color #3E6390 in popluar number systems.

HEX 3E 63 90
Decimal 62 99 144
Binary 111110 1100011 10010000
Octal 76 143 220

Shades and tints

Shades of #3E6390

#3E6390
(62,99,144)
#395A83
(57,90,131)
#345176
(52,81,118)
#2F4869
(47,72,105)
#2A3F5C
(42,63,92)
#25364F
(37,54,79)
#202D42
(32,45,66)
#1B2435
(27,36,53)
#161B28
(22,27,40)
#11121B
(17,18,27)
#0C090E
(12,9,14)
#000000
(0,0,0)

Tints of #3E6390

#3E6390
(62,99,144)
#4F719A
(79,113,154)
#607FA4
(96,127,164)
#718DAE
(113,141,174)
#829BB8
(130,155,184)
#93A9C2
(147,169,194)
#A4B7CC
(164,183,204)
#B5C5D6
(181,197,214)
#C6D3E0
(198,211,224)
#D7E1EA
(215,225,234)
#E8EFF4
(232,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E6390 color. Also use rgb(62,99,144) instead hex code.

Text Font Color

.myTextColor { color: #3E6390; }

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

This text font color is #3E6390.

Background Color

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

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

This div background color is #3E6390.

Border color

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

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

This div border color is #3E6390.

Opacity

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

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

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

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

This text has shadow with #3E6390 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E6390.

Preview

Color preview on black background

This text has color #3E6390 on black background.


Color preview on white background

This text has color #3E6390 on white background.


Black color preview on #3E6390 background

This text has black color on #3E6390 background.


White color preview on #3E6390 background

This text has white color on #3E6390 background.


Related colors

Complementary color

Complementary color for #hex is #C19C6F.


I love getcolorcode.com

Triadic colors

1 #903E63 and #63903E with #3E6390 are triadic colors.

2 #90633E and #633E90 with #3E6390 are triadic colors.