COLOR #3606E4

HEX: #3606E4
RGB: (54,6,228)

Color info

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

RGB color model

#3606E4 color RGB value is (54,6,228).

  • red value is 54;
  • green value is 6;
  • blue value is 228.
RGB:
(54,6,228)
(21%,2%,89%)

RGB channels and saturation

R 54 of 255 = 21%
G 6 of 255 = 2%
B 228 of 255 = 89%

54
6
228

R + G + B ~ 37%. #3606E4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 6 + 228 = 288 (100%)
R 54 of 288 ~ 18.75%
G 6 of 288 ~ 2.08%
B 228 of 288 ~ 79.17%

%18.75
%79.17

CMYK color model

#3606E4 color CMYK value is (76,97,0,11).

  • cyan value is 76.32%
  • magenta value is 97.37%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(76,97,0,11)
C76M97Y0K11 
(76%,97%,0%,11%)
(0.76/0.97/0.00/0.11)	

CMYK percentages

%76.32
%97.37
%0
%10.59

Codes

Color #3606E4 in popluar color models

3606E4
RGB546228
HSL253°94.87%45.88%
HSB/HSV253°97.37%89.41%
CMYK76.32%97.37%0.00%
10.59%

Color #3606E4 in popluar number systems.

HEX3606E4
Decimal546228
Binary11011011011100100
Octal666344

Shades and tints

Shades of #3606E4

#3606E4
(54,6,228)
#3206D0
(50,6,208)
#2E06BC
(46,6,188)
#2A06A8
(42,6,168)
#260694
(38,6,148)
#220680
(34,6,128)
#1E066C
(30,6,108)
#1A0658
(26,6,88)
#160644
(22,6,68)
#120630
(18,6,48)
#0E061C
(14,6,28)
#000000
(0,0,0)

Tints of #3606E4

#3606E4
(54,6,228)
#481CE6
(72,28,230)
#5A32E8
(90,50,232)
#6C48EA
(108,72,234)
#7E5EEC
(126,94,236)
#9074EE
(144,116,238)
#A28AF0
(162,138,240)
#B4A0F2
(180,160,242)
#C6B6F4
(198,182,244)
#D8CCF6
(216,204,246)
#EAE2F8
(234,226,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3606E4 color. Also use rgb(54,6,228) instead hex code.

Text Font Color

.myTextColor { color: #3606E4; }

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

This text font color is #3606E4.


Background Color

.myBgColor { background-color: #3606E4; }

<div style="background-color:#3606E4">Inner text</div>

This div background color is #3606E4.


Border color

.myBorderColor { border: 1px solid #3606E4; }

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

This div border color is #3606E4.


Opacity

.myOpacity80 { color: #3606E4; opacity: 0.8; }

<p style="color:#3606E4;opacity:0.8;">80%</p>

Text with #3606E4 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 #3606E4;}

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

This text has shadow with #3606E4 color.

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

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

This text has shadow with #3606E4 primary color and red secondary color.


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

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

This text has shadow with #3606E4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3606E4 on black background.


Color preview on white background

This text has color #3606E4 on white background.



Black color preview on #3606E4 background

This text has black color on #3606E4 background.


White color preview on #3606E4 background

This text has white color on #3606E4 background.