COLOR #3B81F6

HEX: #3B81F6
RGB: (59,129,246)

Renk bilgisi

#3B81F6 contains mainly blue color. #3B81F6 ‘ nin web güvenlik rengi #3399FF (ya da #39F) dir.

RGB renk modeli

#3B81F6 color RGB value is (59,129,246).

  • kırmız ton 59;
  • yeşil ton 129;
  • mavi ton 246.
RGB:
(59,129,246)
(23%,51%,96%)

RGB bağlantıları ve doygunluk

R 59 of 255 = 23%
G 129 of 255 = 51%
B 246 of 255 = 96%

59
129
246

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

Yüzdelerle RGB renk parçaları

R + G + B =
59 + 129 + 246 = 434 (100%)
R 59 of 434 ~ 13.59%
G 129 of 434 ~ 29.72%
B 246 of 434 ~ 56.68%

%13.59
%29.72
%56.68

CMYK RENK MODELİ

#3B81F6 rengi CMYK tonu (76,48,0,4).

  • camgöbeği tonu 76.02%
  • eflatun tonu 47.56%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(76,48,0,4)
C76M48Y0K4 
(76%,48%,0%,4%)
(0.76/0.48/0.00/0.04)	

CMYK yüzdeleri

%76.02
%47.56
%0
%3.53

Codes

Color #3B81F6 in popluar color models

3B81F6
RGB59129246
HSL218°91.22%59.80%
HSB/HSV218°76.02%96.47%
CMYK76.02%47.56%0.00%
3.53%

Color #3B81F6 in popluar number systems.

HEX3B81F6
Decimal59129246
Binary1110111000000111110110
Octal73201366

Shades and tints

Shades of #3B81F6

#3B81F6
(59,129,246)
#3676E0
(54,118,224)
#316BCA
(49,107,202)
#2C60B4
(44,96,180)
#27559E
(39,85,158)
#224A88
(34,74,136)
#1D3F72
(29,63,114)
#18345C
(24,52,92)
#132946
(19,41,70)
#0E1E30
(14,30,48)
#09131A
(9,19,26)
#000000
(0,0,0)

Tints of #3B81F6

#3B81F6
(59,129,246)
#4C8CF6
(76,140,246)
#5D97F6
(93,151,246)
#6EA2F6
(110,162,246)
#7FADF6
(127,173,246)
#90B8F6
(144,184,246)
#A1C3F6
(161,195,246)
#B2CEF6
(178,206,246)
#C3D9F6
(195,217,246)
#D4E4F6
(212,228,246)
#E5EFF6
(229,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B81F6 color. Also use rgb(59,129,246) instead hex code.

Text Font Color

.myTextColor { color: #3B81F6; }

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

This text font color is #3B81F6.


Background Color

.myBgColor { background-color: #3B81F6; }

<div style="background-color:#3B81F6">Inner text</div>

This div background color is #3B81F6.


Border color

.myBorderColor { border: 1px solid #3B81F6; }

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

This div border color is #3B81F6.


Opacity

.myOpacity80 { color: #3B81F6; opacity: 0.8; }

<p style="color:#3B81F6;opacity:0.8;">80%</p>

Text with #3B81F6 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 #3B81F6;}

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

This text has shadow with #3B81F6 color.

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

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

This text has shadow with #3B81F6 primary color and red secondary color.


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

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

This text has shadow with #3B81F6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B81F6 on black background.


Color preview on white background

This text has color #3B81F6 on white background.



Black color preview on #3B81F6 background

This text has black color on #3B81F6 background.


White color preview on #3B81F6 background

This text has white color on #3B81F6 background.