COLOR #3E81A1

HEX: #3E81A1
RGB: (62,129,161)

Color info

#3E81A1 contains mainly green and blue colors. Web safe color of #3E81A1 is #339999 (or #399).

RGB color model

#3E81A1 color RGB value is (62,129,161).

  • red value is 62;
  • green value is 129;
  • blue value is 161.
RGB:
(62,129,161)
(24%,51%,63%)

RGB channels and saturation

R 62 of 255 = 24%
G 129 of 255 = 51%
B 161 of 255 = 63%

62
129
161

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

Portions of RGB colors in percentages

R + G + B =
62 + 129 + 161 = 352 (100%)
R 62 of 352 ~ 17.61%
G 129 of 352 ~ 36.65%
B 161 of 352 ~ 45.74%

%17.61
%36.65
%45.74

CMYK color model

#3E81A1 color CMYK value is (61,20,0,37).

  • cyan value is 61.49%
  • magenta value is 19.88%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(61,20,0,37)
C61M20Y0K37 
(61%,20%,0%,37%)
(0.61/0.20/0.00/0.37)	

CMYK percentages

%61.49
%19.88
%0
%36.86

Codes

Color #3E81A1 in popluar color models

3E81A1
RGB62129161
HSL199°44.39%43.73%
HSB/HSV199°61.49%63.14%
CMYK61.49%19.88%0.00%
36.86%

Color #3E81A1 in popluar number systems.

HEX3E81A1
Decimal62129161
Binary1111101000000110100001
Octal76201241

Shades and tints

Shades of #3E81A1

#3E81A1
(62,129,161)
#397693
(57,118,147)
#346B85
(52,107,133)
#2F6077
(47,96,119)
#2A5569
(42,85,105)
#254A5B
(37,74,91)
#203F4D
(32,63,77)
#1B343F
(27,52,63)
#162931
(22,41,49)
#111E23
(17,30,35)
#0C1315
(12,19,21)
#000000
(0,0,0)

Tints of #3E81A1

#3E81A1
(62,129,161)
#4F8CA9
(79,140,169)
#6097B1
(96,151,177)
#71A2B9
(113,162,185)
#82ADC1
(130,173,193)
#93B8C9
(147,184,201)
#A4C3D1
(164,195,209)
#B5CED9
(181,206,217)
#C6D9E1
(198,217,225)
#D7E4E9
(215,228,233)
#E8EFF1
(232,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E81A1 color. Also use rgb(62,129,161) instead hex code.

Text Font Color

.myTextColor { color: #3E81A1; }

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

This text font color is #3E81A1.


Background Color

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

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

This div background color is #3E81A1.


Border color

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

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

This div border color is #3E81A1.


Opacity

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

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

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

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

This text has shadow with #3E81A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E81A1 on black background.


Color preview on white background

This text has color #3E81A1 on white background.



Black color preview on #3E81A1 background

This text has black color on #3E81A1 background.


White color preview on #3E81A1 background

This text has white color on #3E81A1 background.