COLOR #3474F3

HEX: #3474F3 RGB: (52,116,243)

Color info

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

RGB color model

#3474F3 color RGB value is (52,116,243).

RGB: (52,116,243) (20%, 45%, 95%)

RGB channels and saturation

R 52 of 255 = 20%
G 116 of 255 = 45%
B 243 of 255 = 95%

52
116
243

R + G + B ~ 53%. #3474F3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 52 + 116 + 243 = 411 (100%)
R 52 of 411 ~ 12.65%
G 116 of 411 ~ 28.22%
B 243 of 411 ~ 59.12'%

%12.65
%28.22
%59.12

CMYK color model

#3474F3 color CMYK value is (79,52,0,5).

  • cyan value is 78.60%
  • magenta value is 52.26%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (79,52,0,5)
C79M52Y0K5 (79%, 52%, 0%, 5%)
(0.79 / 0.52 / 0.00 / 0.05)

CMYK percentages

%78.6
%52.26
%0
%4.71

Codes

Color #3474F3 in popluar color models

34 74 F3
RGB 52 116 243
HSL 220° 88.84% 57.84%
HSB/HSV 220° 78.60% 95.29%
CMYK 78.60% 52.26% 0.00%
4.71%

Color #3474F3 in popluar number systems.

HEX 34 74 F3
Decimal 52 116 243
Binary 110100 1110100 11110011
Octal 64 164 363

Shades and tints

Shades of #3474F3

#3474F3
(52,116,243)
#306ADD
(48,106,221)
#2C60C7
(44,96,199)
#2856B1
(40,86,177)
#244C9B
(36,76,155)
#204285
(32,66,133)
#1C386F
(28,56,111)
#182E59
(24,46,89)
#142443
(20,36,67)
#101A2D
(16,26,45)
#0C1017
(12,16,23)
#000000
(0,0,0)

Tints of #3474F3

#3474F3
(52,116,243)
#4680F4
(70,128,244)
#588CF5
(88,140,245)
#6A98F6
(106,152,246)
#7CA4F7
(124,164,247)
#8EB0F8
(142,176,248)
#A0BCF9
(160,188,249)
#B2C8FA
(178,200,250)
#C4D4FB
(196,212,251)
#D6E0FC
(214,224,252)
#E8ECFD
(232,236,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3474F3 color. Also use rgb(52,116,243) instead hex code.

Text Font Color

.myTextColor { color: #3474F3; }

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

This text font color is #3474F3.

Background Color

.myBgColor { background-color: #3474F3; }

<div style="background-color:#3474F3">Inner text</div>

This div background color is #3474F3.

Border color

.myBorderColor { border: 1px solid #3474F3; }

<div style="border:3px solid #3474F3">Div</div>

This div border color is #3474F3.

Opacity

.myOpacity80 { color: #3474F3; opacity: 0.8; }

<p style="color:#3474F3;opacity:0.8;">80%</p>

Text with #3474F3 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 #3474F3;}

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

This text has shadow with #3474F3 color.


.textShadow {text-shadow: 3px 3px 1px #3474F3', 3px 3px 1px red;}

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

This text has shadow with #3474F3 primary color and red secondary color.


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

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

This text has shadow with #3474F3 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3474F3; -webkit-box-shadow: 1px 1px 3px 2px #3474F3; box-shadow:1px 1px 3px 2px #3474F3;">
Div content here
</div>

This div box has shadow with color #3474F3.

Preview

Color preview on black background

This text has color #3474F3 on black background.


Color preview on white background

This text has color #3474F3 on white background.


Black color preview on #3474F3 background

This text has black color on #3474F3 background.


White color preview on #3474F3 background

This text has white color on #3474F3 background.


Related colors

Complementary color

Complementary color for #hex is #CB8B0C.


I love getcolorcode.com

Triadic colors

1 #F33474 and #74F334 with #3474F3 are triadic colors.

2 #F37434 and #7434F3 with #3474F3 are triadic colors.