COLOR #2E59A0

HEX: #2E59A0
RGB: (46,89,160)

Renk bilgisi

#2E59A0 contains mainly blue color. #2E59A0 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#2E59A0 color RGB value is (46,89,160).

  • kırmız ton 46;
  • yeşil ton 89;
  • mavi ton 160.
RGB:
(46,89,160)
(18%,35%,63%)

RGB bağlantıları ve doygunluk

R 46 of 255 = 18%
G 89 of 255 = 35%
B 160 of 255 = 63%

46
89
160

R + G + B ~ 39%. #2E59A0 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
46 + 89 + 160 = 295 (100%)
R 46 of 295 ~ 15.59%
G 89 of 295 ~ 30.17%
B 160 of 295 ~ 54.24%

%15.59
%30.17
%54.24

CMYK RENK MODELİ

#2E59A0 rengi CMYK tonu (71,44,0,37).

  • camgöbeği tonu 71.25%
  • eflatun tonu 44.38%
  • sarı tonu 0.00%
  • ana renk tonu 37.25%
CMYK:
(71,44,0,37)
C71M44Y0K37 
(71%,44%,0%,37%)
(0.71/0.44/0.00/0.37)	

CMYK yüzdeleri

%71.25
%44.38
%0
%37.25

Codes

Color #2E59A0 in popluar color models

2E59A0
RGB4689160
HSL217°55.34%40.39%
HSB/HSV217°71.25%62.75%
CMYK71.25%44.38%0.00%
37.25%

Color #2E59A0 in popluar number systems.

HEX2E59A0
Decimal4689160
Binary101110101100110100000
Octal56131240

Shades and tints

Shades of #2E59A0

#2E59A0
(46,89,160)
#2A5192
(42,81,146)
#264984
(38,73,132)
#224176
(34,65,118)
#1E3968
(30,57,104)
#1A315A
(26,49,90)
#16294C
(22,41,76)
#12213E
(18,33,62)
#0E1930
(14,25,48)
#0A1122
(10,17,34)
#060914
(6,9,20)
#000000
(0,0,0)

Tints of #2E59A0

#2E59A0
(46,89,160)
#4168A8
(65,104,168)
#5477B0
(84,119,176)
#6786B8
(103,134,184)
#7A95C0
(122,149,192)
#8DA4C8
(141,164,200)
#A0B3D0
(160,179,208)
#B3C2D8
(179,194,216)
#C6D1E0
(198,209,224)
#D9E0E8
(217,224,232)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E59A0 color. Also use rgb(46,89,160) instead hex code.

Text Font Color

.myTextColor { color: #2E59A0; }

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

This text font color is #2E59A0.


Background Color

.myBgColor { background-color: #2E59A0; }

<div style="background-color:#2E59A0">Inner text</div>

This div background color is #2E59A0.


Border color

.myBorderColor { border: 1px solid #2E59A0; }

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

This div border color is #2E59A0.


Opacity

.myOpacity80 { color: #2E59A0; opacity: 0.8; }

<p style="color:#2E59A0;opacity:0.8;">80%</p>

Text with #2E59A0 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 #2E59A0;}

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

This text has shadow with #2E59A0 color.

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

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

This text has shadow with #2E59A0 primary color and red secondary color.


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

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

This text has shadow with #2E59A0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E59A0 on black background.


Color preview on white background

This text has color #2E59A0 on white background.



Black color preview on #2E59A0 background

This text has black color on #2E59A0 background.


White color preview on #2E59A0 background

This text has white color on #2E59A0 background.