COLOR #337FE6

HEX: #337FE6
RGB: (51,127,230)

Renk bilgisi

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

RGB renk modeli

#337FE6 color RGB value is (51,127,230).

  • kırmız ton 51;
  • yeşil ton 127;
  • mavi ton 230.
RGB:
(51,127,230)
(20%,50%,90%)

RGB bağlantıları ve doygunluk

R 51 of 255 = 20%
G 127 of 255 = 50%
B 230 of 255 = 90%

51
127
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 127 + 230 = 408 (100%)
R 51 of 408 ~ 12.5%
G 127 of 408 ~ 31.13%
B 230 of 408 ~ 56.37%

%12.5
%31.13
%56.37

CMYK RENK MODELİ

#337FE6 rengi CMYK tonu (78,45,0,10).

  • camgöbeği tonu 77.83%
  • eflatun tonu 44.78%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(78,45,0,10)
C78M45Y0K10 
(78%,45%,0%,10%)
(0.78/0.45/0.00/0.10)	

CMYK yüzdeleri

%77.83
%44.78
%0
%9.8

Codes

Color #337FE6 in popluar color models

337FE6
RGB51127230
HSL215°78.17%55.10%
HSB/HSV215°77.83%90.20%
CMYK77.83%44.78%0.00%
9.80%

Color #337FE6 in popluar number systems.

HEX337FE6
Decimal51127230
Binary110011111111111100110
Octal63177346

Shades and tints

Shades of #337FE6

#337FE6
(51,127,230)
#2F74D2
(47,116,210)
#2B69BE
(43,105,190)
#275EAA
(39,94,170)
#235396
(35,83,150)
#1F4882
(31,72,130)
#1B3D6E
(27,61,110)
#17325A
(23,50,90)
#132746
(19,39,70)
#0F1C32
(15,28,50)
#0B111E
(11,17,30)
#000000
(0,0,0)

Tints of #337FE6

#337FE6
(51,127,230)
#458AE8
(69,138,232)
#5795EA
(87,149,234)
#69A0EC
(105,160,236)
#7BABEE
(123,171,238)
#8DB6F0
(141,182,240)
#9FC1F2
(159,193,242)
#B1CCF4
(177,204,244)
#C3D7F6
(195,215,246)
#D5E2F8
(213,226,248)
#E7EDFA
(231,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #337FE6 color. Also use rgb(51,127,230) instead hex code.

Text Font Color

.myTextColor { color: #337FE6; }

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

This text font color is #337FE6.


Background Color

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

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

This div background color is #337FE6.


Border color

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

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

This div border color is #337FE6.


Opacity

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

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

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

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

This text has shadow with #337FE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337FE6 on black background.


Color preview on white background

This text has color #337FE6 on white background.



Black color preview on #337FE6 background

This text has black color on #337FE6 background.


White color preview on #337FE6 background

This text has white color on #337FE6 background.