COLOR #3E67AF

HEX: #3E67AF
RGB: (62,103,175)

Color info

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

RGB color model

#3E67AF color RGB value is (62,103,175).

  • red value is 62;
  • green value is 103;
  • blue value is 175.
RGB:
(62,103,175)
(24%,40%,69%)

RGB channels and saturation

R 62 of 255 = 24%
G 103 of 255 = 40%
B 175 of 255 = 69%

62
103
175

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

Portions of RGB colors in percentages

R + G + B =
62 + 103 + 175 = 340 (100%)
R 62 of 340 ~ 18.24%
G 103 of 340 ~ 30.29%
B 175 of 340 ~ 51.47%

%18.24
%30.29
%51.47

CMYK color model

#3E67AF color CMYK value is (65,41,0,31).

  • cyan value is 64.57%
  • magenta value is 41.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(65,41,0,31)
C65M41Y0K31 
(65%,41%,0%,31%)
(0.65/0.41/0.00/0.31)	

CMYK percentages

%64.57
%41.14
%0
%31.37

Codes

Color #3E67AF in popluar color models

3E67AF
RGB62103175
HSL218°47.68%46.47%
HSB/HSV218°64.57%68.63%
CMYK64.57%41.14%0.00%
31.37%

Color #3E67AF in popluar number systems.

HEX3E67AF
Decimal62103175
Binary111110110011110101111
Octal76147257

Shades and tints

Shades of #3E67AF

#3E67AF
(62,103,175)
#395EA0
(57,94,160)
#345591
(52,85,145)
#2F4C82
(47,76,130)
#2A4373
(42,67,115)
#253A64
(37,58,100)
#203155
(32,49,85)
#1B2846
(27,40,70)
#161F37
(22,31,55)
#111628
(17,22,40)
#0C0D19
(12,13,25)
#000000
(0,0,0)

Tints of #3E67AF

#3E67AF
(62,103,175)
#4F74B6
(79,116,182)
#6081BD
(96,129,189)
#718EC4
(113,142,196)
#829BCB
(130,155,203)
#93A8D2
(147,168,210)
#A4B5D9
(164,181,217)
#B5C2E0
(181,194,224)
#C6CFE7
(198,207,231)
#D7DCEE
(215,220,238)
#E8E9F5
(232,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E67AF; }

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

This text font color is #3E67AF.


Background Color

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

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

This div background color is #3E67AF.


Border color

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

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

This div border color is #3E67AF.


Opacity

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

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

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

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

This text has shadow with #3E67AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E67AF on black background.


Color preview on white background

This text has color #3E67AF on white background.



Black color preview on #3E67AF background

This text has black color on #3E67AF background.


White color preview on #3E67AF background

This text has white color on #3E67AF background.