COLOR #339BE6

HEX: #339BE6
RGB: (51,155,230)

Renk bilgisi

#339BE6 contains mainly blue color. #339BE6 ‘ nin web güvenlik rengi #3399CC (ya da #39C) dir.

RGB renk modeli

#339BE6 color RGB value is (51,155,230).

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

RGB bağlantıları ve doygunluk

R 51 of 255 = 20%
G 155 of 255 = 61%
B 230 of 255 = 90%

51
155
230

R + G + B ~ 57%. #339BE6 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 155 + 230 = 436 (100%)
R 51 of 436 ~ 11.7%
G 155 of 436 ~ 35.55%
B 230 of 436 ~ 52.75%

%11.7
%35.55
%52.75

CMYK RENK MODELİ

#339BE6 rengi CMYK tonu (78,33,0,10).

  • camgöbeği tonu 77.83%
  • eflatun tonu 32.61%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(78,33,0,10)
C78M33Y0K10 
(78%,33%,0%,10%)
(0.78/0.33/0.00/0.10)	

CMYK yüzdeleri

%77.83
%32.61
%0
%9.8

Codes

Color #339BE6 in popluar color models

339BE6
RGB51155230
HSL205°78.17%55.10%
HSB/HSV205°77.83%90.20%
CMYK77.83%32.61%0.00%
9.80%

Color #339BE6 in popluar number systems.

HEX339BE6
Decimal51155230
Binary1100111001101111100110
Octal63233346

Shades and tints

Shades of #339BE6

#339BE6
(51,155,230)
#2F8DD2
(47,141,210)
#2B7FBE
(43,127,190)
#2771AA
(39,113,170)
#236396
(35,99,150)
#1F5582
(31,85,130)
#1B476E
(27,71,110)
#17395A
(23,57,90)
#132B46
(19,43,70)
#0F1D32
(15,29,50)
#0B0F1E
(11,15,30)
#000000
(0,0,0)

Tints of #339BE6

#339BE6
(51,155,230)
#45A4E8
(69,164,232)
#57ADEA
(87,173,234)
#69B6EC
(105,182,236)
#7BBFEE
(123,191,238)
#8DC8F0
(141,200,240)
#9FD1F2
(159,209,242)
#B1DAF4
(177,218,244)
#C3E3F6
(195,227,246)
#D5ECF8
(213,236,248)
#E7F5FA
(231,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #339BE6 color. Also use rgb(51,155,230) instead hex code.

Text Font Color

.myTextColor { color: #339BE6; }

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

This text font color is #339BE6.


Background Color

.myBgColor { background-color: #339BE6; }

<div style="background-color:#339BE6">Inner text</div>

This div background color is #339BE6.


Border color

.myBorderColor { border: 1px solid #339BE6; }

<div style="border:3px solid #339BE6">Div</div>

This div border color is #339BE6.


Opacity

.myOpacity80 { color: #339BE6; opacity: 0.8; }

<p style="color:#339BE6;opacity:0.8;">80%</p>

Text with #339BE6 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 #339BE6;}

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

This text has shadow with #339BE6 color.

.textShadow {text-shadow: 3px 3px 1px #339BE6, 3px 3px 1px red;}

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

This text has shadow with #339BE6 primary color and red secondary color.


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

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

This text has shadow with #339BE6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #339BE6 on black background.


Color preview on white background

This text has color #339BE6 on white background.



Black color preview on #339BE6 background

This text has black color on #339BE6 background.


White color preview on #339BE6 background

This text has white color on #339BE6 background.