COLOR #3E497B

HEX: #3E497B
RGB: (62,73,123)

Renk bilgisi

#3E497B contains mainly green and blue colors. #3E497B ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#3E497B color RGB value is (62,73,123).

  • kırmız ton 62;
  • yeşil ton 73;
  • mavi ton 123.
RGB:
(62,73,123)
(24%,29%,48%)

RGB bağlantıları ve doygunluk

R 62 of 255 = 24%
G 73 of 255 = 29%
B 123 of 255 = 48%

62
73
123

R + G + B ~ 34%. #3E497B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
62 + 73 + 123 = 258 (100%)
R 62 of 258 ~ 24.03%
G 73 of 258 ~ 28.29%
B 123 of 258 ~ 47.67%

%24.03
%28.29
%47.67

CMYK RENK MODELİ

#3E497B rengi CMYK tonu (50,41,0,52).

  • camgöbeği tonu 49.59%
  • eflatun tonu 40.65%
  • sarı tonu 0.00%
  • ana renk tonu 51.76%
CMYK:
(50,41,0,52)
C50M41Y0K52 
(50%,41%,0%,52%)
(0.50/0.41/0.00/0.52)	

CMYK yüzdeleri

%49.59
%40.65
%0
%51.76

Codes

Color #3E497B in popluar color models

3E497B
RGB6273123
HSL229°32.97%36.27%
HSB/HSV229°49.59%48.24%
CMYK49.59%40.65%0.00%
51.76%

Color #3E497B in popluar number systems.

HEX3E497B
Decimal6273123
Binary11111010010011111011
Octal76111173

Shades and tints

Shades of #3E497B

#3E497B
(62,73,123)
#394370
(57,67,112)
#343D65
(52,61,101)
#2F375A
(47,55,90)
#2A314F
(42,49,79)
#252B44
(37,43,68)
#202539
(32,37,57)
#1B1F2E
(27,31,46)
#161923
(22,25,35)
#111318
(17,19,24)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #3E497B

#3E497B
(62,73,123)
#4F5987
(79,89,135)
#606993
(96,105,147)
#71799F
(113,121,159)
#8289AB
(130,137,171)
#9399B7
(147,153,183)
#A4A9C3
(164,169,195)
#B5B9CF
(181,185,207)
#C6C9DB
(198,201,219)
#D7D9E7
(215,217,231)
#E8E9F3
(232,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E497B color. Also use rgb(62,73,123) instead hex code.

Text Font Color

.myTextColor { color: #3E497B; }

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

This text font color is #3E497B.


Background Color

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

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

This div background color is #3E497B.


Border color

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

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

This div border color is #3E497B.


Opacity

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

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

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

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

This text has shadow with #3E497B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E497B on black background.


Color preview on white background

This text has color #3E497B on white background.



Black color preview on #3E497B background

This text has black color on #3E497B background.


White color preview on #3E497B background

This text has white color on #3E497B background.