COLOR #3461F6

HEX: #3461F6
RGB: (52,97,246)

Color info

#3461F6 contains mainly blue color. Web safe color of #3461F6 is #3366FF (or #36F).

RGB color model

#3461F6 color RGB value is (52,97,246).

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

RGB channels and saturation

R 52 of 255 = 20%
G 97 of 255 = 38%
B 246 of 255 = 96%

52
97
246

R + G + B ~ 51%. #3461F6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
52 + 97 + 246 = 395 (100%)
R 52 of 395 ~ 13.16%
G 97 of 395 ~ 24.56%
B 246 of 395 ~ 62.28%

%13.16
%24.56
%62.28

CMYK color model

#3461F6 color CMYK value is (79,61,0,4).

  • cyan value is 78.86%
  • magenta value is 60.57%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(79,61,0,4)
C79M61Y0K4 
(79%,61%,0%,4%)
(0.79/0.61/0.00/0.04)	

CMYK percentages

%78.86
%60.57
%0
%3.53

Codes

Color #3461F6 in popluar color models

3461F6
RGB5297246
HSL226°91.51%58.43%
HSB/HSV226°78.86%96.47%
CMYK78.86%60.57%0.00%
3.53%

Color #3461F6 in popluar number systems.

HEX3461F6
Decimal5297246
Binary110100110000111110110
Octal64141366

Shades and tints

Shades of #3461F6

#3461F6
(52,97,246)
#3059E0
(48,89,224)
#2C51CA
(44,81,202)
#2849B4
(40,73,180)
#24419E
(36,65,158)
#203988
(32,57,136)
#1C3172
(28,49,114)
#18295C
(24,41,92)
#142146
(20,33,70)
#101930
(16,25,48)
#0C111A
(12,17,26)
#000000
(0,0,0)

Tints of #3461F6

#3461F6
(52,97,246)
#466FF6
(70,111,246)
#587DF6
(88,125,246)
#6A8BF6
(106,139,246)
#7C99F6
(124,153,246)
#8EA7F6
(142,167,246)
#A0B5F6
(160,181,246)
#B2C3F6
(178,195,246)
#C4D1F6
(196,209,246)
#D6DFF6
(214,223,246)
#E8EDF6
(232,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3461F6 color. Also use rgb(52,97,246) instead hex code.

Text Font Color

.myTextColor { color: #3461F6; }

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

This text font color is #3461F6.


Background Color

.myBgColor { background-color: #3461F6; }

<div style="background-color:#3461F6">Inner text</div>

This div background color is #3461F6.


Border color

.myBorderColor { border: 1px solid #3461F6; }

<div style="border:3px solid #3461F6">Div</div>

This div border color is #3461F6.


Opacity

.myOpacity80 { color: #3461F6; opacity: 0.8; }

<p style="color:#3461F6;opacity:0.8;">80%</p>

Text with #3461F6 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 #3461F6;}

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

This text has shadow with #3461F6 color.

.textShadow {text-shadow: 3px 3px 1px #3461F6, 3px 3px 1px red;}

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

This text has shadow with #3461F6 primary color and red secondary color.


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

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

This text has shadow with #3461F6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3461F6 on black background.


Color preview on white background

This text has color #3461F6 on white background.



Black color preview on #3461F6 background

This text has black color on #3461F6 background.


White color preview on #3461F6 background

This text has white color on #3461F6 background.