COLOR #3460E3

HEX: #3460E3
RGB: (52,96,227)

Color info

#3460E3 contains mainly blue color. Web safe color of #3460E3 is #3366CC (or #36C).

RGB color model

#3460E3 color RGB value is (52,96,227).

  • red value is 52;
  • green value is 96;
  • blue value is 227.
RGB:
(52,96,227)
(20%,38%,89%)

RGB channels and saturation

R 52 of 255 = 20%
G 96 of 255 = 38%
B 227 of 255 = 89%

52
96
227

R + G + B ~ 49%. #3460E3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
52 + 96 + 227 = 375 (100%)
R 52 of 375 ~ 13.87%
G 96 of 375 ~ 25.6%
B 227 of 375 ~ 60.53%

%13.87
%25.6
%60.53

CMYK color model

#3460E3 color CMYK value is (77,58,0,11).

  • cyan value is 77.09%
  • magenta value is 57.71%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(77,58,0,11)
C77M58Y0K11 
(77%,58%,0%,11%)
(0.77/0.58/0.00/0.11)	

CMYK percentages

%77.09
%57.71
%0
%10.98

Codes

Color #3460E3 in popluar color models

3460E3
RGB5296227
HSL225°75.76%54.71%
HSB/HSV225°77.09%89.02%
CMYK77.09%57.71%0.00%
10.98%

Color #3460E3 in popluar number systems.

HEX3460E3
Decimal5296227
Binary110100110000011100011
Octal64140343

Shades and tints

Shades of #3460E3

#3460E3
(52,96,227)
#3058CF
(48,88,207)
#2C50BB
(44,80,187)
#2848A7
(40,72,167)
#244093
(36,64,147)
#20387F
(32,56,127)
#1C306B
(28,48,107)
#182857
(24,40,87)
#142043
(20,32,67)
#10182F
(16,24,47)
#0C101B
(12,16,27)
#000000
(0,0,0)

Tints of #3460E3

#3460E3
(52,96,227)
#466EE5
(70,110,229)
#587CE7
(88,124,231)
#6A8AE9
(106,138,233)
#7C98EB
(124,152,235)
#8EA6ED
(142,166,237)
#A0B4EF
(160,180,239)
#B2C2F1
(178,194,241)
#C4D0F3
(196,208,243)
#D6DEF5
(214,222,245)
#E8ECF7
(232,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3460E3 color. Also use rgb(52,96,227) instead hex code.

Text Font Color

.myTextColor { color: #3460E3; }

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

This text font color is #3460E3.


Background Color

.myBgColor { background-color: #3460E3; }

<div style="background-color:#3460E3">Inner text</div>

This div background color is #3460E3.


Border color

.myBorderColor { border: 1px solid #3460E3; }

<div style="border:3px solid #3460E3">Div</div>

This div border color is #3460E3.


Opacity

.myOpacity80 { color: #3460E3; opacity: 0.8; }

<p style="color:#3460E3;opacity:0.8;">80%</p>

Text with #3460E3 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 #3460E3;}

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

This text has shadow with #3460E3 color.

.textShadow {text-shadow: 3px 3px 1px #3460E3, 3px 3px 1px red;}

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

This text has shadow with #3460E3 primary color and red secondary color.


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

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

This text has shadow with #3460E3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3460E3 on black background.


Color preview on white background

This text has color #3460E3 on white background.



Black color preview on #3460E3 background

This text has black color on #3460E3 background.


White color preview on #3460E3 background

This text has white color on #3460E3 background.