COLOR #2E6599

HEX: #2E6599
RGB: (46,101,153)

Renk bilgisi

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

RGB renk modeli

#2E6599 color RGB value is (46,101,153).

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

RGB bağlantıları ve doygunluk

R 46 of 255 = 18%
G 101 of 255 = 40%
B 153 of 255 = 60%

46
101
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
46 + 101 + 153 = 300 (100%)
R 46 of 300 ~ 15.33%
G 101 of 300 ~ 33.67%
B 153 of 300 ~ 51%

%15.33
%33.67
%51

CMYK RENK MODELİ

#2E6599 rengi CMYK tonu (70,34,0,40).

  • camgöbeği tonu 69.93%
  • eflatun tonu 33.99%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(70,34,0,40)
C70M34Y0K40 
(70%,34%,0%,40%)
(0.70/0.34/0.00/0.40)	

CMYK yüzdeleri

%69.93
%33.99
%0
%40

Codes

Color #2E6599 in popluar color models

2E6599
RGB46101153
HSL209°53.77%39.02%
HSB/HSV209°69.93%60.00%
CMYK69.93%33.99%0.00%
40.00%

Color #2E6599 in popluar number systems.

HEX2E6599
Decimal46101153
Binary101110110010110011001
Octal56145231

Shades and tints

Shades of #2E6599

#2E6599
(46,101,153)
#2A5C8C
(42,92,140)
#26537F
(38,83,127)
#224A72
(34,74,114)
#1E4165
(30,65,101)
#1A3858
(26,56,88)
#162F4B
(22,47,75)
#12263E
(18,38,62)
#0E1D31
(14,29,49)
#0A1424
(10,20,36)
#060B17
(6,11,23)
#000000
(0,0,0)

Tints of #2E6599

#2E6599
(46,101,153)
#4173A2
(65,115,162)
#5481AB
(84,129,171)
#678FB4
(103,143,180)
#7A9DBD
(122,157,189)
#8DABC6
(141,171,198)
#A0B9CF
(160,185,207)
#B3C7D8
(179,199,216)
#C6D5E1
(198,213,225)
#D9E3EA
(217,227,234)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E6599; }

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

This text font color is #2E6599.


Background Color

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

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

This div background color is #2E6599.


Border color

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

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

This div border color is #2E6599.


Opacity

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

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

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

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

This text has shadow with #2E6599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6599 on black background.


Color preview on white background

This text has color #2E6599 on white background.



Black color preview on #2E6599 background

This text has black color on #2E6599 background.


White color preview on #2E6599 background

This text has white color on #2E6599 background.