COLOR #325EDB

HEX: #325EDB
RGB: (50,94,219)

Renk bilgisi

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

RGB renk modeli

#325EDB color RGB value is (50,94,219).

  • kırmız ton 50;
  • yeşil ton 94;
  • mavi ton 219.
RGB:
(50,94,219)
(20%,37%,86%)

RGB bağlantıları ve doygunluk

R 50 of 255 = 20%
G 94 of 255 = 37%
B 219 of 255 = 86%

50
94
219

R + G + B ~ 48%. #325EDB is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
50 + 94 + 219 = 363 (100%)
R 50 of 363 ~ 13.77%
G 94 of 363 ~ 25.9%
B 219 of 363 ~ 60.33%

%13.77
%25.9
%60.33

CMYK RENK MODELİ

#325EDB rengi CMYK tonu (77,57,0,14).

  • camgöbeği tonu 77.17%
  • eflatun tonu 57.08%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(77,57,0,14)
C77M57Y0K14 
(77%,57%,0%,14%)
(0.77/0.57/0.00/0.14)	

CMYK yüzdeleri

%77.17
%57.08
%0
%14.12

Codes

Color #325EDB in popluar color models

325EDB
RGB5094219
HSL224°70.12%52.75%
HSB/HSV224°77.17%85.88%
CMYK77.17%57.08%0.00%
14.12%

Color #325EDB in popluar number systems.

HEX325EDB
Decimal5094219
Binary110010101111011011011
Octal62136333

Shades and tints

Shades of #325EDB

#325EDB
(50,94,219)
#2E56C8
(46,86,200)
#2A4EB5
(42,78,181)
#2646A2
(38,70,162)
#223E8F
(34,62,143)
#1E367C
(30,54,124)
#1A2E69
(26,46,105)
#162656
(22,38,86)
#121E43
(18,30,67)
#0E1630
(14,22,48)
#0A0E1D
(10,14,29)
#000000
(0,0,0)

Tints of #325EDB

#325EDB
(50,94,219)
#446CDE
(68,108,222)
#567AE1
(86,122,225)
#6888E4
(104,136,228)
#7A96E7
(122,150,231)
#8CA4EA
(140,164,234)
#9EB2ED
(158,178,237)
#B0C0F0
(176,192,240)
#C2CEF3
(194,206,243)
#D4DCF6
(212,220,246)
#E6EAF9
(230,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #325EDB color. Also use rgb(50,94,219) instead hex code.

Text Font Color

.myTextColor { color: #325EDB; }

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

This text font color is #325EDB.


Background Color

.myBgColor { background-color: #325EDB; }

<div style="background-color:#325EDB">Inner text</div>

This div background color is #325EDB.


Border color

.myBorderColor { border: 1px solid #325EDB; }

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

This div border color is #325EDB.


Opacity

.myOpacity80 { color: #325EDB; opacity: 0.8; }

<p style="color:#325EDB;opacity:0.8;">80%</p>

Text with #325EDB 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 #325EDB;}

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

This text has shadow with #325EDB color.

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

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

This text has shadow with #325EDB primary color and red secondary color.


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

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

This text has shadow with #325EDB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325EDB on black background.


Color preview on white background

This text has color #325EDB on white background.



Black color preview on #325EDB background

This text has black color on #325EDB background.


White color preview on #325EDB background

This text has white color on #325EDB background.