COLOR #3617C0

HEX: #3617C0
RGB: (54,23,192)

Color info

#3617C0 contains mainly blue color. Web safe color of #3617C0 is #3300CC (or #30C).

RGB color model

#3617C0 color RGB value is (54,23,192).

  • red value is 54;
  • green value is 23;
  • blue value is 192.
RGB:
(54,23,192)
(21%,9%,75%)

RGB channels and saturation

R 54 of 255 = 21%
G 23 of 255 = 9%
B 192 of 255 = 75%

54
23
192

R + G + B ~ 35%. #3617C0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 23 + 192 = 269 (100%)
R 54 of 269 ~ 20.07%
G 23 of 269 ~ 8.55%
B 192 of 269 ~ 71.38%

%20.07
%71.38

CMYK color model

#3617C0 color CMYK value is (72,88,0,25).

  • cyan value is 71.88%
  • magenta value is 88.02%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(72,88,0,25)
C72M88Y0K25 
(72%,88%,0%,25%)
(0.72/0.88/0.00/0.25)	

CMYK percentages

%71.88
%88.02
%0
%24.71

Codes

Color #3617C0 in popluar color models

3617C0
RGB5423192
HSL251°78.60%42.16%
HSB/HSV251°88.02%75.29%
CMYK71.88%88.02%0.00%
24.71%

Color #3617C0 in popluar number systems.

HEX3617C0
Decimal5423192
Binary1101101011111000000
Octal6627300

Shades and tints

Shades of #3617C0

#3617C0
(54,23,192)
#3215AF
(50,21,175)
#2E139E
(46,19,158)
#2A118D
(42,17,141)
#260F7C
(38,15,124)
#220D6B
(34,13,107)
#1E0B5A
(30,11,90)
#1A0949
(26,9,73)
#160738
(22,7,56)
#120527
(18,5,39)
#0E0316
(14,3,22)
#000000
(0,0,0)

Tints of #3617C0

#3617C0
(54,23,192)
#482CC5
(72,44,197)
#5A41CA
(90,65,202)
#6C56CF
(108,86,207)
#7E6BD4
(126,107,212)
#9080D9
(144,128,217)
#A295DE
(162,149,222)
#B4AAE3
(180,170,227)
#C6BFE8
(198,191,232)
#D8D4ED
(216,212,237)
#EAE9F2
(234,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3617C0 color. Also use rgb(54,23,192) instead hex code.

Text Font Color

.myTextColor { color: #3617C0; }

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

This text font color is #3617C0.


Background Color

.myBgColor { background-color: #3617C0; }

<div style="background-color:#3617C0">Inner text</div>

This div background color is #3617C0.


Border color

.myBorderColor { border: 1px solid #3617C0; }

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

This div border color is #3617C0.


Opacity

.myOpacity80 { color: #3617C0; opacity: 0.8; }

<p style="color:#3617C0;opacity:0.8;">80%</p>

Text with #3617C0 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 #3617C0;}

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

This text has shadow with #3617C0 color.

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

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

This text has shadow with #3617C0 primary color and red secondary color.


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

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

This text has shadow with #3617C0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3617C0 on black background.


Color preview on white background

This text has color #3617C0 on white background.



Black color preview on #3617C0 background

This text has black color on #3617C0 background.


White color preview on #3617C0 background

This text has white color on #3617C0 background.