COLOR #3480EF

HEX: #3480EF
RGB: (52,128,239)

Renk bilgisi

#3480EF contains mainly blue color. #3480EF ‘ nin web güvenlik rengi #3366FF (ya da #36F) dir.

RGB renk modeli

#3480EF color RGB value is (52,128,239).

  • kırmız ton 52;
  • yeşil ton 128;
  • mavi ton 239.
RGB:
(52,128,239)
(20%,50%,94%)

RGB bağlantıları ve doygunluk

R 52 of 255 = 20%
G 128 of 255 = 50%
B 239 of 255 = 94%

52
128
239

R + G + B ~ 55%. #3480EF is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
52 + 128 + 239 = 419 (100%)
R 52 of 419 ~ 12.41%
G 128 of 419 ~ 30.55%
B 239 of 419 ~ 57.04%

%12.41
%30.55
%57.04

CMYK RENK MODELİ

#3480EF rengi CMYK tonu (78,46,0,6).

  • camgöbeği tonu 78.24%
  • eflatun tonu 46.44%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(78,46,0,6)
C78M46Y0K6 
(78%,46%,0%,6%)
(0.78/0.46/0.00/0.06)	

CMYK yüzdeleri

%78.24
%46.44
%0
%6.27

Codes

Color #3480EF in popluar color models

3480EF
RGB52128239
HSL216°85.39%57.06%
HSB/HSV216°78.24%93.73%
CMYK78.24%46.44%0.00%
6.27%

Color #3480EF in popluar number systems.

HEX3480EF
Decimal52128239
Binary1101001000000011101111
Octal64200357

Shades and tints

Shades of #3480EF

#3480EF
(52,128,239)
#3075DA
(48,117,218)
#2C6AC5
(44,106,197)
#285FB0
(40,95,176)
#24549B
(36,84,155)
#204986
(32,73,134)
#1C3E71
(28,62,113)
#18335C
(24,51,92)
#142847
(20,40,71)
#101D32
(16,29,50)
#0C121D
(12,18,29)
#000000
(0,0,0)

Tints of #3480EF

#3480EF
(52,128,239)
#468BF0
(70,139,240)
#5896F1
(88,150,241)
#6AA1F2
(106,161,242)
#7CACF3
(124,172,243)
#8EB7F4
(142,183,244)
#A0C2F5
(160,194,245)
#B2CDF6
(178,205,246)
#C4D8F7
(196,216,247)
#D6E3F8
(214,227,248)
#E8EEF9
(232,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3480EF color. Also use rgb(52,128,239) instead hex code.

Text Font Color

.myTextColor { color: #3480EF; }

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

This text font color is #3480EF.


Background Color

.myBgColor { background-color: #3480EF; }

<div style="background-color:#3480EF">Inner text</div>

This div background color is #3480EF.


Border color

.myBorderColor { border: 1px solid #3480EF; }

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

This div border color is #3480EF.


Opacity

.myOpacity80 { color: #3480EF; opacity: 0.8; }

<p style="color:#3480EF;opacity:0.8;">80%</p>

Text with #3480EF 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 #3480EF;}

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

This text has shadow with #3480EF color.

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

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

This text has shadow with #3480EF primary color and red secondary color.


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

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

This text has shadow with #3480EF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3480EF on black background.


Color preview on white background

This text has color #3480EF on white background.



Black color preview on #3480EF background

This text has black color on #3480EF background.


White color preview on #3480EF background

This text has white color on #3480EF background.