COLOR #2E4A96

HEX: #2E4A96
RGB: (46,74,150)

Renk bilgisi

#2E4A96 contains mainly blue color. #2E4A96 ‘ nin web güvenlik rengi #333399 (ya da #339) dir.

RGB renk modeli

#2E4A96 color RGB value is (46,74,150).

  • kırmız ton 46;
  • yeşil ton 74;
  • mavi ton 150.
RGB:
(46,74,150)
(18%,29%,59%)

RGB bağlantıları ve doygunluk

R 46 of 255 = 18%
G 74 of 255 = 29%
B 150 of 255 = 59%

46
74
150

R + G + B ~ 35%. #2E4A96 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
46 + 74 + 150 = 270 (100%)
R 46 of 270 ~ 17.04%
G 74 of 270 ~ 27.41%
B 150 of 270 ~ 55.56%

%17.04
%27.41
%55.56

CMYK RENK MODELİ

#2E4A96 rengi CMYK tonu (69,51,0,41).

  • camgöbeği tonu 69.33%
  • eflatun tonu 50.67%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(69,51,0,41)
C69M51Y0K41 
(69%,51%,0%,41%)
(0.69/0.51/0.00/0.41)	

CMYK yüzdeleri

%69.33
%50.67
%0
%41.18

Codes

Color #2E4A96 in popluar color models

2E4A96
RGB4674150
HSL224°53.06%38.43%
HSB/HSV224°69.33%58.82%
CMYK69.33%50.67%0.00%
41.18%

Color #2E4A96 in popluar number systems.

HEX2E4A96
Decimal4674150
Binary101110100101010010110
Octal56112226

Shades and tints

Shades of #2E4A96

#2E4A96
(46,74,150)
#2A4489
(42,68,137)
#263E7C
(38,62,124)
#22386F
(34,56,111)
#1E3262
(30,50,98)
#1A2C55
(26,44,85)
#162648
(22,38,72)
#12203B
(18,32,59)
#0E1A2E
(14,26,46)
#0A1421
(10,20,33)
#060E14
(6,14,20)
#000000
(0,0,0)

Tints of #2E4A96

#2E4A96
(46,74,150)
#415A9F
(65,90,159)
#546AA8
(84,106,168)
#677AB1
(103,122,177)
#7A8ABA
(122,138,186)
#8D9AC3
(141,154,195)
#A0AACC
(160,170,204)
#B3BAD5
(179,186,213)
#C6CADE
(198,202,222)
#D9DAE7
(217,218,231)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4A96 color. Also use rgb(46,74,150) instead hex code.

Text Font Color

.myTextColor { color: #2E4A96; }

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

This text font color is #2E4A96.


Background Color

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

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

This div background color is #2E4A96.


Border color

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

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

This div border color is #2E4A96.


Opacity

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

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

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

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

This text has shadow with #2E4A96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4A96 on black background.


Color preview on white background

This text has color #2E4A96 on white background.



Black color preview on #2E4A96 background

This text has black color on #2E4A96 background.


White color preview on #2E4A96 background

This text has white color on #2E4A96 background.