COLOR #341EF7

HEX: #341EF7
RGB: (52,30,247)

Color info

#341EF7 contains mainly blue color. Web safe color of #341EF7 is #3333FF (or #33F).

RGB color model

#341EF7 color RGB value is (52,30,247).

  • red value is 52;
  • green value is 30;
  • blue value is 247.
RGB:
(52,30,247)
(20%,12%,97%)

RGB channels and saturation

R 52 of 255 = 20%
G 30 of 255 = 12%
B 247 of 255 = 97%

52
30
247

R + G + B ~ 43%. #341EF7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
52 + 30 + 247 = 329 (100%)
R 52 of 329 ~ 15.81%
G 30 of 329 ~ 9.12%
B 247 of 329 ~ 75.08%

%15.81
%75.08

CMYK color model

#341EF7 color CMYK value is (79,88,0,3).

  • cyan value is 78.95%
  • magenta value is 87.85%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(79,88,0,3)
C79M88Y0K3 
(79%,88%,0%,3%)
(0.79/0.88/0.00/0.03)	

CMYK percentages

%78.95
%87.85
%0
%3.14

Codes

Color #341EF7 in popluar color models

341EF7
RGB5230247
HSL246°93.13%54.31%
HSB/HSV246°87.85%96.86%
CMYK78.95%87.85%0.00%
3.14%

Color #341EF7 in popluar number systems.

HEX341EF7
Decimal5230247
Binary1101001111011110111
Octal6436367

Shades and tints

Shades of #341EF7

#341EF7
(52,30,247)
#301CE1
(48,28,225)
#2C1ACB
(44,26,203)
#2818B5
(40,24,181)
#24169F
(36,22,159)
#201489
(32,20,137)
#1C1273
(28,18,115)
#18105D
(24,16,93)
#140E47
(20,14,71)
#100C31
(16,12,49)
#0C0A1B
(12,10,27)
#000000
(0,0,0)

Tints of #341EF7

#341EF7
(52,30,247)
#4632F7
(70,50,247)
#5846F7
(88,70,247)
#6A5AF7
(106,90,247)
#7C6EF7
(124,110,247)
#8E82F7
(142,130,247)
#A096F7
(160,150,247)
#B2AAF7
(178,170,247)
#C4BEF7
(196,190,247)
#D6D2F7
(214,210,247)
#E8E6F7
(232,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #341EF7 color. Also use rgb(52,30,247) instead hex code.

Text Font Color

.myTextColor { color: #341EF7; }

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

This text font color is #341EF7.


Background Color

.myBgColor { background-color: #341EF7; }

<div style="background-color:#341EF7">Inner text</div>

This div background color is #341EF7.


Border color

.myBorderColor { border: 1px solid #341EF7; }

<div style="border:3px solid #341EF7">Div</div>

This div border color is #341EF7.


Opacity

.myOpacity80 { color: #341EF7; opacity: 0.8; }

<p style="color:#341EF7;opacity:0.8;">80%</p>

Text with #341EF7 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 #341EF7;}

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

This text has shadow with #341EF7 color.

.textShadow {text-shadow: 3px 3px 1px #341EF7, 3px 3px 1px red;}

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

This text has shadow with #341EF7 primary color and red secondary color.


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

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

This text has shadow with #341EF7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #341EF7 on black background.


Color preview on white background

This text has color #341EF7 on white background.



Black color preview on #341EF7 background

This text has black color on #341EF7 background.


White color preview on #341EF7 background

This text has white color on #341EF7 background.