COLOR #3499F9

HEX: #3499F9 RGB: (52,153,249)

Color info

#3499F9 contains mainly blue color. Web safe color of #3499F9 is #3399FF (or #39F).

RGB color model

#3499F9 color RGB value is (52,153,249).

RGB: (52,153,249) (20%, 60%, 98%)

RGB channels and saturation

R 52 of 255 = 20%
G 153 of 255 = 60%
B 249 of 255 = 98%

52
153
249

R + G + B ~ 59%. #3499F9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 52 + 153 + 249 = 454 (100%)
R 52 of 454 ~ 11.45%
G 153 of 454 ~ 33.7%
B 249 of 454 ~ 54.85'%

%11.45
%33.7
%54.85

CMYK color model

#3499F9 color CMYK value is (79,39,0,2).

  • cyan value is 79.12%
  • magenta value is 38.55%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK: (79,39,0,2) C79M39Y0K2 (79%,39%,0%,2%) (0.79/0.39/0.00/0.02) 

CMYK percentages

%79.12
%38.55
%0
%2.35

Codes

Color #3499F9 in popluar color models

34 99 F9
RGB 52 153 249
HSL 209° 94.26% 59.02%
HSB/HSV 209° 79.12% 97.65%
CMYK 79.12% 38.55% 0.00%
2.35%

Color #3499F9 in popluar number systems.

HEX 34 99 F9
Decimal 52 153 249
Binary 110100 10011001 11111001
Octal 64 231 371

Shades and tints

Shades of #3499F9

#3499F9
(52,153,249)
#308CE3
(48,140,227)
#2C7FCD
(44,127,205)
#2872B7
(40,114,183)
#2465A1
(36,101,161)
#20588B
(32,88,139)
#1C4B75
(28,75,117)
#183E5F
(24,62,95)
#143149
(20,49,73)
#102433
(16,36,51)
#0C171D
(12,23,29)
#000000
(0,0,0)

Tints of #3499F9

#3499F9
(52,153,249)
#46A2F9
(70,162,249)
#58ABF9
(88,171,249)
#6AB4F9
(106,180,249)
#7CBDF9
(124,189,249)
#8EC6F9
(142,198,249)
#A0CFF9
(160,207,249)
#B2D8F9
(178,216,249)
#C4E1F9
(196,225,249)
#D6EAF9
(214,234,249)
#E8F3F9
(232,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3499F9 color. Also use rgb(52,153,249) instead hex code.

Text Font Color

.myTextColor { color: #3499F9; }

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

This text font color is #3499F9.

Background Color

.myBgColor { background-color: #3499F9; }

<div style="background-color:#3499F9">Inner text</div>

This div background color is #3499F9.

Border color

.myBorderColor { border: 1px solid #3499F9; }

<div style="border:3px solid #3499F9">Div</div>

This div border color is #3499F9.

Opacity

.myOpacity80 { color: #3499F9; opacity: 0.8; }

<p style="color:#3499F9;opacity:0.8;">80%</p>

Text with #3499F9 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 #3499F9;}

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

This text has shadow with #3499F9 color.


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

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

This text has shadow with #3499F9 primary color and red secondary color.


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

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

This text has shadow with #3499F9 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #3499F9.

Preview

Color preview on black background

This text has color #3499F9 on black background.


Color preview on white background

This text has color #3499F9 on white background.


Black color preview on #3499F9 background

This text has black color on #3499F9 background.


White color preview on #3499F9 background

This text has white color on #3499F9 background.


Related colors

Complementary color

Complementary color for #hex is #CB6606.


I love getcolorcode.com

Triadic colors

1 #F93499 and #99F934 with #3499F9 are triadic colors.

2 #F99934 and #9934F9 with #3499F9 are triadic colors.