COLOR #3505E1

HEX: #3505E1
RGB: (53,5,225)

Color info

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

RGB color model

#3505E1 color RGB value is (53,5,225).

  • red value is 53;
  • green value is 5;
  • blue value is 225.
RGB:
(53,5,225)
(21%,2%,88%)

RGB channels and saturation

R 53 of 255 = 21%
G 5 of 255 = 2%
B 225 of 255 = 88%

53
5
225

R + G + B ~ 37%. #3505E1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 5 + 225 = 283 (100%)
R 53 of 283 ~ 18.73%
G 5 of 283 ~ 1.77%
B 225 of 283 ~ 79.51%

%18.73
%79.51

CMYK color model

#3505E1 color CMYK value is (76,98,0,12).

  • cyan value is 76.44%
  • magenta value is 97.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(76,98,0,12)
C76M98Y0K12 
(76%,98%,0%,12%)
(0.76/0.98/0.00/0.12)	

CMYK percentages

%76.44
%97.78
%0
%11.76

Codes

Color #3505E1 in popluar color models

3505E1
RGB535225
HSL253°95.65%45.10%
HSB/HSV253°97.78%88.24%
CMYK76.44%97.78%0.00%
11.76%

Color #3505E1 in popluar number systems.

HEX3505E1
Decimal535225
Binary11010110111100001
Octal655341

Shades and tints

Shades of #3505E1

#3505E1
(53,5,225)
#3105CD
(49,5,205)
#2D05B9
(45,5,185)
#2905A5
(41,5,165)
#250591
(37,5,145)
#21057D
(33,5,125)
#1D0569
(29,5,105)
#190555
(25,5,85)
#150541
(21,5,65)
#11052D
(17,5,45)
#0D0519
(13,5,25)
#000000
(0,0,0)

Tints of #3505E1

#3505E1
(53,5,225)
#471BE3
(71,27,227)
#5931E5
(89,49,229)
#6B47E7
(107,71,231)
#7D5DE9
(125,93,233)
#8F73EB
(143,115,235)
#A189ED
(161,137,237)
#B39FEF
(179,159,239)
#C5B5F1
(197,181,241)
#D7CBF3
(215,203,243)
#E9E1F5
(233,225,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3505E1 color. Also use rgb(53,5,225) instead hex code.

Text Font Color

.myTextColor { color: #3505E1; }

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

This text font color is #3505E1.


Background Color

.myBgColor { background-color: #3505E1; }

<div style="background-color:#3505E1">Inner text</div>

This div background color is #3505E1.


Border color

.myBorderColor { border: 1px solid #3505E1; }

<div style="border:3px solid #3505E1">Div</div>

This div border color is #3505E1.


Opacity

.myOpacity80 { color: #3505E1; opacity: 0.8; }

<p style="color:#3505E1;opacity:0.8;">80%</p>

Text with #3505E1 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 #3505E1;}

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

This text has shadow with #3505E1 color.

.textShadow {text-shadow: 3px 3px 1px #3505E1, 3px 3px 1px red;}

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

This text has shadow with #3505E1 primary color and red secondary color.


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

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

This text has shadow with #3505E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3505E1 on black background.


Color preview on white background

This text has color #3505E1 on white background.



Black color preview on #3505E1 background

This text has black color on #3505E1 background.


White color preview on #3505E1 background

This text has white color on #3505E1 background.