COLOR #3619B3

HEX: #3619B3
RGB: (54,25,179)

Color info

#3619B3 contains mainly blue color. Web safe color of #3619B3 is #330099 (or #309).

RGB color model

#3619B3 color RGB value is (54,25,179).

  • red value is 54;
  • green value is 25;
  • blue value is 179.
RGB:
(54,25,179)
(21%,10%,70%)

RGB channels and saturation

R 54 of 255 = 21%
G 25 of 255 = 10%
B 179 of 255 = 70%

54
25
179

R + G + B ~ 34%. #3619B3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 25 + 179 = 258 (100%)
R 54 of 258 ~ 20.93%
G 25 of 258 ~ 9.69%
B 179 of 258 ~ 69.38%

%20.93
%9.69
%69.38

CMYK color model

#3619B3 color CMYK value is (70,86,0,30).

  • cyan value is 69.83%
  • magenta value is 86.03%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(70,86,0,30)
C70M86Y0K30 
(70%,86%,0%,30%)
(0.70/0.86/0.00/0.30)	

CMYK percentages

%69.83
%86.03
%0
%29.8

Codes

Color #3619B3 in popluar color models

3619B3
RGB5425179
HSL251°75.49%40.00%
HSB/HSV251°86.03%70.20%
CMYK69.83%86.03%0.00%
29.80%

Color #3619B3 in popluar number systems.

HEX3619B3
Decimal5425179
Binary1101101100110110011
Octal6631263

Shades and tints

Shades of #3619B3

#3619B3
(54,25,179)
#3217A3
(50,23,163)
#2E1593
(46,21,147)
#2A1383
(42,19,131)
#261173
(38,17,115)
#220F63
(34,15,99)
#1E0D53
(30,13,83)
#1A0B43
(26,11,67)
#160933
(22,9,51)
#120723
(18,7,35)
#0E0513
(14,5,19)
#000000
(0,0,0)

Tints of #3619B3

#3619B3
(54,25,179)
#482DB9
(72,45,185)
#5A41BF
(90,65,191)
#6C55C5
(108,85,197)
#7E69CB
(126,105,203)
#907DD1
(144,125,209)
#A291D7
(162,145,215)
#B4A5DD
(180,165,221)
#C6B9E3
(198,185,227)
#D8CDE9
(216,205,233)
#EAE1EF
(234,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3619B3 color. Also use rgb(54,25,179) instead hex code.

Text Font Color

.myTextColor { color: #3619B3; }

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

This text font color is #3619B3.


Background Color

.myBgColor { background-color: #3619B3; }

<div style="background-color:#3619B3">Inner text</div>

This div background color is #3619B3.


Border color

.myBorderColor { border: 1px solid #3619B3; }

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

This div border color is #3619B3.


Opacity

.myOpacity80 { color: #3619B3; opacity: 0.8; }

<p style="color:#3619B3;opacity:0.8;">80%</p>

Text with #3619B3 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 #3619B3;}

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

This text has shadow with #3619B3 color.

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

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

This text has shadow with #3619B3 primary color and red secondary color.


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

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

This text has shadow with #3619B3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3619B3 on black background.


Color preview on white background

This text has color #3619B3 on white background.



Black color preview on #3619B3 background

This text has black color on #3619B3 background.


White color preview on #3619B3 background

This text has white color on #3619B3 background.