COLOR #2E6687

HEX: #2E6687
RGB: (46,102,135)

Renk bilgisi

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

RGB renk modeli

#2E6687 color RGB value is (46,102,135).

  • kırmız ton 46;
  • yeşil ton 102;
  • mavi ton 135.
RGB:
(46,102,135)
(18%,40%,53%)

RGB bağlantıları ve doygunluk

R 46 of 255 = 18%
G 102 of 255 = 40%
B 135 of 255 = 53%

46
102
135

R + G + B ~ 37%. #2E6687 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
46 + 102 + 135 = 283 (100%)
R 46 of 283 ~ 16.25%
G 102 of 283 ~ 36.04%
B 135 of 283 ~ 47.7%

%16.25
%36.04
%47.7

CMYK RENK MODELİ

#2E6687 rengi CMYK tonu (66,24,0,47).

  • camgöbeği tonu 65.93%
  • eflatun tonu 24.44%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(66,24,0,47)
C66M24Y0K47 
(66%,24%,0%,47%)
(0.66/0.24/0.00/0.47)	

CMYK yüzdeleri

%65.93
%24.44
%0
%47.06

Codes

Color #2E6687 in popluar color models

2E6687
RGB46102135
HSL202°49.17%35.49%
HSB/HSV202°65.93%52.94%
CMYK65.93%24.44%0.00%
47.06%

Color #2E6687 in popluar number systems.

HEX2E6687
Decimal46102135
Binary101110110011010000111
Octal56146207

Shades and tints

Shades of #2E6687

#2E6687
(46,102,135)
#2A5D7B
(42,93,123)
#26546F
(38,84,111)
#224B63
(34,75,99)
#1E4257
(30,66,87)
#1A394B
(26,57,75)
#16303F
(22,48,63)
#122733
(18,39,51)
#0E1E27
(14,30,39)
#0A151B
(10,21,27)
#060C0F
(6,12,15)
#000000
(0,0,0)

Tints of #2E6687

#2E6687
(46,102,135)
#417391
(65,115,145)
#54809B
(84,128,155)
#678DA5
(103,141,165)
#7A9AAF
(122,154,175)
#8DA7B9
(141,167,185)
#A0B4C3
(160,180,195)
#B3C1CD
(179,193,205)
#C6CED7
(198,206,215)
#D9DBE1
(217,219,225)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E6687 color. Also use rgb(46,102,135) instead hex code.

Text Font Color

.myTextColor { color: #2E6687; }

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

This text font color is #2E6687.


Background Color

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

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

This div background color is #2E6687.


Border color

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

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

This div border color is #2E6687.


Opacity

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

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

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

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

This text has shadow with #2E6687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6687 on black background.


Color preview on white background

This text has color #2E6687 on white background.



Black color preview on #2E6687 background

This text has black color on #2E6687 background.


White color preview on #2E6687 background

This text has white color on #2E6687 background.