COLOR #337EC4

HEX: #337EC4
RGB: (51,126,196)

Renk bilgisi

#337EC4 contains mainly blue color. #337EC4 ‘ nin web güvenlik rengi #3366CC (ya da #36C) dir.

RGB renk modeli

#337EC4 color RGB value is (51,126,196).

  • kırmız ton 51;
  • yeşil ton 126;
  • mavi ton 196.
RGB:
(51,126,196)
(20%,49%,77%)

RGB bağlantıları ve doygunluk

R 51 of 255 = 20%
G 126 of 255 = 49%
B 196 of 255 = 77%

51
126
196

R + G + B ~ 49%. #337EC4 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 126 + 196 = 373 (100%)
R 51 of 373 ~ 13.67%
G 126 of 373 ~ 33.78%
B 196 of 373 ~ 52.55%

%13.67
%33.78
%52.55

CMYK RENK MODELİ

#337EC4 rengi CMYK tonu (74,36,0,23).

  • camgöbeği tonu 73.98%
  • eflatun tonu 35.71%
  • sarı tonu 0.00%
  • ana renk tonu 23.14%
CMYK:
(74,36,0,23)
C74M36Y0K23 
(74%,36%,0%,23%)
(0.74/0.36/0.00/0.23)	

CMYK yüzdeleri

%73.98
%35.71
%0
%23.14

Codes

Color #337EC4 in popluar color models

337EC4
RGB51126196
HSL209°58.70%48.43%
HSB/HSV209°73.98%76.86%
CMYK73.98%35.71%0.00%
23.14%

Color #337EC4 in popluar number systems.

HEX337EC4
Decimal51126196
Binary110011111111011000100
Octal63176304

Shades and tints

Shades of #337EC4

#337EC4
(51,126,196)
#2F73B3
(47,115,179)
#2B68A2
(43,104,162)
#275D91
(39,93,145)
#235280
(35,82,128)
#1F476F
(31,71,111)
#1B3C5E
(27,60,94)
#17314D
(23,49,77)
#13263C
(19,38,60)
#0F1B2B
(15,27,43)
#0B101A
(11,16,26)
#000000
(0,0,0)

Tints of #337EC4

#337EC4
(51,126,196)
#4589C9
(69,137,201)
#5794CE
(87,148,206)
#699FD3
(105,159,211)
#7BAAD8
(123,170,216)
#8DB5DD
(141,181,221)
#9FC0E2
(159,192,226)
#B1CBE7
(177,203,231)
#C3D6EC
(195,214,236)
#D5E1F1
(213,225,241)
#E7ECF6
(231,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #337EC4 color. Also use rgb(51,126,196) instead hex code.

Text Font Color

.myTextColor { color: #337EC4; }

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

This text font color is #337EC4.


Background Color

.myBgColor { background-color: #337EC4; }

<div style="background-color:#337EC4">Inner text</div>

This div background color is #337EC4.


Border color

.myBorderColor { border: 1px solid #337EC4; }

<div style="border:3px solid #337EC4">Div</div>

This div border color is #337EC4.


Opacity

.myOpacity80 { color: #337EC4; opacity: 0.8; }

<p style="color:#337EC4;opacity:0.8;">80%</p>

Text with #337EC4 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 #337EC4;}

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

This text has shadow with #337EC4 color.

.textShadow {text-shadow: 3px 3px 1px #337EC4, 3px 3px 1px red;}

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

This text has shadow with #337EC4 primary color and red secondary color.


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

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

This text has shadow with #337EC4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337EC4 on black background.


Color preview on white background

This text has color #337EC4 on white background.



Black color preview on #337EC4 background

This text has black color on #337EC4 background.


White color preview on #337EC4 background

This text has white color on #337EC4 background.