COLOR #2E6594

HEX: #2E6594
RGB: (46,101,148)

Renk bilgisi

#2E6594 contains mainly green and blue colors. #2E6594 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#2E6594 color RGB value is (46,101,148).

  • kırmız ton 46;
  • yeşil ton 101;
  • mavi ton 148.
RGB:
(46,101,148)
(18%,40%,58%)

RGB bağlantıları ve doygunluk

R 46 of 255 = 18%
G 101 of 255 = 40%
B 148 of 255 = 58%

46
101
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
46 + 101 + 148 = 295 (100%)
R 46 of 295 ~ 15.59%
G 101 of 295 ~ 34.24%
B 148 of 295 ~ 50.17%

%15.59
%34.24
%50.17

CMYK RENK MODELİ

#2E6594 rengi CMYK tonu (69,32,0,42).

  • camgöbeği tonu 68.92%
  • eflatun tonu 31.76%
  • sarı tonu 0.00%
  • ana renk tonu 41.96%
CMYK:
(69,32,0,42)
C69M32Y0K42 
(69%,32%,0%,42%)
(0.69/0.32/0.00/0.42)	

CMYK yüzdeleri

%68.92
%31.76
%0
%41.96

Codes

Color #2E6594 in popluar color models

2E6594
RGB46101148
HSL208°52.58%38.04%
HSB/HSV208°68.92%58.04%
CMYK68.92%31.76%0.00%
41.96%

Color #2E6594 in popluar number systems.

HEX2E6594
Decimal46101148
Binary101110110010110010100
Octal56145224

Shades and tints

Shades of #2E6594

#2E6594
(46,101,148)
#2A5C87
(42,92,135)
#26537A
(38,83,122)
#224A6D
(34,74,109)
#1E4160
(30,65,96)
#1A3853
(26,56,83)
#162F46
(22,47,70)
#122639
(18,38,57)
#0E1D2C
(14,29,44)
#0A141F
(10,20,31)
#060B12
(6,11,18)
#000000
(0,0,0)

Tints of #2E6594

#2E6594
(46,101,148)
#41739D
(65,115,157)
#5481A6
(84,129,166)
#678FAF
(103,143,175)
#7A9DB8
(122,157,184)
#8DABC1
(141,171,193)
#A0B9CA
(160,185,202)
#B3C7D3
(179,199,211)
#C6D5DC
(198,213,220)
#D9E3E5
(217,227,229)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E6594 color. Also use rgb(46,101,148) instead hex code.

Text Font Color

.myTextColor { color: #2E6594; }

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

This text font color is #2E6594.


Background Color

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

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

This div background color is #2E6594.


Border color

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

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

This div border color is #2E6594.


Opacity

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

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

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

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

This text has shadow with #2E6594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6594 on black background.


Color preview on white background

This text has color #2E6594 on white background.



Black color preview on #2E6594 background

This text has black color on #2E6594 background.


White color preview on #2E6594 background

This text has white color on #2E6594 background.