COLOR #3E62AF

HEX: #3E62AF RGB: (62,98,175)

Color info

#3E62AF contains mainly blue color. Web safe color of #3E62AF is #336699 (or #369).

RGB color model

#3E62AF color RGB value is (62,98,175).

RGB: (62,98,175) (24%, 38%, 69%)

RGB channels and saturation

R 62 of 255 = 24%
G 98 of 255 = 38%
B 175 of 255 = 69%

62
98
175

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

Portions of RGB colors in percentages

R + G + B = 62 + 98 + 175 = 335 (100%)
R 62 of 335 ~ 18.51%
G 98 of 335 ~ 29.25%
B 175 of 335 ~ 52.24'%

%18.51
%29.25
%52.24

CMYK color model

#3E62AF color CMYK value is (65,44,0,31).

  • cyan value is 64.57%
  • magenta value is 44.00%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (65,44,0,31)
C65M44Y0K31 (65%, 44%, 0%, 31%)
(0.65 / 0.44 / 0.00 / 0.31)

CMYK percentages

%64.57
%44
%0
%31.37

Codes

Color #3E62AF in popluar color models

3E 62 AF
RGB 62 98 175
HSL 221° 47.68% 46.47%
HSB/HSV 221° 64.57% 68.63%
CMYK 64.57% 44.00% 0.00%
31.37%

Color #3E62AF in popluar number systems.

HEX 3E 62 AF
Decimal 62 98 175
Binary 111110 1100010 10101111
Octal 76 142 257

Shades and tints

Shades of #3E62AF

#3E62AF
(62,98,175)
#395AA0
(57,90,160)
#345291
(52,82,145)
#2F4A82
(47,74,130)
#2A4273
(42,66,115)
#253A64
(37,58,100)
#203255
(32,50,85)
#1B2A46
(27,42,70)
#162237
(22,34,55)
#111A28
(17,26,40)
#0C1219
(12,18,25)
#000000
(0,0,0)

Tints of #3E62AF

#3E62AF
(62,98,175)
#4F70B6
(79,112,182)
#607EBD
(96,126,189)
#718CC4
(113,140,196)
#829ACB
(130,154,203)
#93A8D2
(147,168,210)
#A4B6D9
(164,182,217)
#B5C4E0
(181,196,224)
#C6D2E7
(198,210,231)
#D7E0EE
(215,224,238)
#E8EEF5
(232,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E62AF color. Also use rgb(62,98,175) instead hex code.

Text Font Color

.myTextColor { color: #3E62AF; }

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

This text font color is #3E62AF.

Background Color

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

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

This div background color is #3E62AF.

Border color

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

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

This div border color is #3E62AF.

Opacity

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

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

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

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

This text has shadow with #3E62AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E62AF.

Preview

Color preview on black background

This text has color #3E62AF on black background.


Color preview on white background

This text has color #3E62AF on white background.


Black color preview on #3E62AF background

This text has black color on #3E62AF background.


White color preview on #3E62AF background

This text has white color on #3E62AF background.


Related colors

Complementary color

Complementary color for #hex is #C19D50.


I love getcolorcode.com

Triadic colors

1 #AF3E62 and #62AF3E with #3E62AF are triadic colors.

2 #AF623E and #623EAF with #3E62AF are triadic colors.