COLOR #3E69B6

HEX: #3E69B6
RGB: (62,105,182)

Color info

#3E69B6 contains mainly blue color. Web safe color of #3E69B6 is #3366CC (or #36C).

RGB color model

#3E69B6 color RGB value is (62,105,182).

  • red value is 62;
  • green value is 105;
  • blue value is 182.
RGB:
(62,105,182)
(24%,41%,71%)

RGB channels and saturation

R 62 of 255 = 24%
G 105 of 255 = 41%
B 182 of 255 = 71%

62
105
182

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

Portions of RGB colors in percentages

R + G + B =
62 + 105 + 182 = 349 (100%)
R 62 of 349 ~ 17.77%
G 105 of 349 ~ 30.09%
B 182 of 349 ~ 52.15%

%17.77
%30.09
%52.15

CMYK color model

#3E69B6 color CMYK value is (66,42,0,29).

  • cyan value is 65.93%
  • magenta value is 42.31%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(66,42,0,29)
C66M42Y0K29 
(66%,42%,0%,29%)
(0.66/0.42/0.00/0.29)	

CMYK percentages

%65.93
%42.31
%0
%28.63

Codes

Color #3E69B6 in popluar color models

3E69B6
RGB62105182
HSL219°49.18%47.84%
HSB/HSV219°65.93%71.37%
CMYK65.93%42.31%0.00%
28.63%

Color #3E69B6 in popluar number systems.

HEX3E69B6
Decimal62105182
Binary111110110100110110110
Octal76151266

Shades and tints

Shades of #3E69B6

#3E69B6
(62,105,182)
#3960A6
(57,96,166)
#345796
(52,87,150)
#2F4E86
(47,78,134)
#2A4576
(42,69,118)
#253C66
(37,60,102)
#203356
(32,51,86)
#1B2A46
(27,42,70)
#162136
(22,33,54)
#111826
(17,24,38)
#0C0F16
(12,15,22)
#000000
(0,0,0)

Tints of #3E69B6

#3E69B6
(62,105,182)
#4F76BC
(79,118,188)
#6083C2
(96,131,194)
#7190C8
(113,144,200)
#829DCE
(130,157,206)
#93AAD4
(147,170,212)
#A4B7DA
(164,183,218)
#B5C4E0
(181,196,224)
#C6D1E6
(198,209,230)
#D7DEEC
(215,222,236)
#E8EBF2
(232,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E69B6 color. Also use rgb(62,105,182) instead hex code.

Text Font Color

.myTextColor { color: #3E69B6; }

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

This text font color is #3E69B6.


Background Color

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

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

This div background color is #3E69B6.


Border color

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

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

This div border color is #3E69B6.


Opacity

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

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

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

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

This text has shadow with #3E69B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E69B6 on black background.


Color preview on white background

This text has color #3E69B6 on white background.



Black color preview on #3E69B6 background

This text has black color on #3E69B6 background.


White color preview on #3E69B6 background

This text has white color on #3E69B6 background.