COLOR #3425E1

HEX: #3425E1
RGB: (52,37,225)

Color info

#3425E1 contains mainly blue color. Web safe color of #3425E1 is #3333CC (or #33C).

RGB color model

#3425E1 color RGB value is (52,37,225).

  • red value is 52;
  • green value is 37;
  • blue value is 225.
RGB:
(52,37,225)
(20%,15%,88%)

RGB channels and saturation

R 52 of 255 = 20%
G 37 of 255 = 15%
B 225 of 255 = 88%

52
37
225

R + G + B ~ 41%. #3425E1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
52 + 37 + 225 = 314 (100%)
R 52 of 314 ~ 16.56%
G 37 of 314 ~ 11.78%
B 225 of 314 ~ 71.66%

%16.56
%11.78
%71.66

CMYK color model

#3425E1 color CMYK value is (77,84,0,12).

  • cyan value is 76.89%
  • magenta value is 83.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(77,84,0,12)
C77M84Y0K12 
(77%,84%,0%,12%)
(0.77/0.84/0.00/0.12)	

CMYK percentages

%76.89
%83.56
%0
%11.76

Codes

Color #3425E1 in popluar color models

3425E1
RGB5237225
HSL245°75.81%51.37%
HSB/HSV245°83.56%88.24%
CMYK76.89%83.56%0.00%
11.76%

Color #3425E1 in popluar number systems.

HEX3425E1
Decimal5237225
Binary11010010010111100001
Octal6445341

Shades and tints

Shades of #3425E1

#3425E1
(52,37,225)
#3022CD
(48,34,205)
#2C1FB9
(44,31,185)
#281CA5
(40,28,165)
#241991
(36,25,145)
#20167D
(32,22,125)
#1C1369
(28,19,105)
#181055
(24,16,85)
#140D41
(20,13,65)
#100A2D
(16,10,45)
#0C0719
(12,7,25)
#000000
(0,0,0)

Tints of #3425E1

#3425E1
(52,37,225)
#4638E3
(70,56,227)
#584BE5
(88,75,229)
#6A5EE7
(106,94,231)
#7C71E9
(124,113,233)
#8E84EB
(142,132,235)
#A097ED
(160,151,237)
#B2AAEF
(178,170,239)
#C4BDF1
(196,189,241)
#D6D0F3
(214,208,243)
#E8E3F5
(232,227,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3425E1 color. Also use rgb(52,37,225) instead hex code.

Text Font Color

.myTextColor { color: #3425E1; }

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

This text font color is #3425E1.


Background Color

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

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

This div background color is #3425E1.


Border color

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

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

This div border color is #3425E1.


Opacity

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

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

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

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

This text has shadow with #3425E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3425E1 on black background.


Color preview on white background

This text has color #3425E1 on white background.



Black color preview on #3425E1 background

This text has black color on #3425E1 background.


White color preview on #3425E1 background

This text has white color on #3425E1 background.