COLOR #3486D0

HEX: #3486D0
RGB: (52,134,208)

Color info

#3486D0 contains mainly blue color. Web safe color of #3486D0 is #3399CC (or #39C).

RGB color model

#3486D0 color RGB value is (52,134,208).

  • red value is 52;
  • green value is 134;
  • blue value is 208.
RGB:
(52,134,208)
(20%,53%,82%)

RGB channels and saturation

R 52 of 255 = 20%
G 134 of 255 = 53%
B 208 of 255 = 82%

52
134
208

R + G + B ~ 52%. #3486D0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
52 + 134 + 208 = 394 (100%)
R 52 of 394 ~ 13.2%
G 134 of 394 ~ 34.01%
B 208 of 394 ~ 52.79%

%13.2
%34.01
%52.79

CMYK color model

#3486D0 color CMYK value is (75,36,0,18).

  • cyan value is 75.00%
  • magenta value is 35.58%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(75,36,0,18)
C75M36Y0K18 
(75%,36%,0%,18%)
(0.75/0.36/0.00/0.18)	

CMYK percentages

%75
%35.58
%0
%18.43

Codes

Color #3486D0 in popluar color models

3486D0
RGB52134208
HSL208°62.40%50.98%
HSB/HSV208°75.00%81.57%
CMYK75.00%35.58%0.00%
18.43%

Color #3486D0 in popluar number systems.

HEX3486D0
Decimal52134208
Binary1101001000011011010000
Octal64206320

Shades and tints

Shades of #3486D0

#3486D0
(52,134,208)
#307ABE
(48,122,190)
#2C6EAC
(44,110,172)
#28629A
(40,98,154)
#245688
(36,86,136)
#204A76
(32,74,118)
#1C3E64
(28,62,100)
#183252
(24,50,82)
#142640
(20,38,64)
#101A2E
(16,26,46)
#0C0E1C
(12,14,28)
#000000
(0,0,0)

Tints of #3486D0

#3486D0
(52,134,208)
#4691D4
(70,145,212)
#589CD8
(88,156,216)
#6AA7DC
(106,167,220)
#7CB2E0
(124,178,224)
#8EBDE4
(142,189,228)
#A0C8E8
(160,200,232)
#B2D3EC
(178,211,236)
#C4DEF0
(196,222,240)
#D6E9F4
(214,233,244)
#E8F4F8
(232,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3486D0 color. Also use rgb(52,134,208) instead hex code.

Text Font Color

.myTextColor { color: #3486D0; }

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

This text font color is #3486D0.


Background Color

.myBgColor { background-color: #3486D0; }

<div style="background-color:#3486D0">Inner text</div>

This div background color is #3486D0.


Border color

.myBorderColor { border: 1px solid #3486D0; }

<div style="border:3px solid #3486D0">Div</div>

This div border color is #3486D0.


Opacity

.myOpacity80 { color: #3486D0; opacity: 0.8; }

<p style="color:#3486D0;opacity:0.8;">80%</p>

Text with #3486D0 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 #3486D0;}

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

This text has shadow with #3486D0 color.

.textShadow {text-shadow: 3px 3px 1px #3486D0, 3px 3px 1px red;}

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

This text has shadow with #3486D0 primary color and red secondary color.


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

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

This text has shadow with #3486D0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3486D0 on black background.


Color preview on white background

This text has color #3486D0 on white background.



Black color preview on #3486D0 background

This text has black color on #3486D0 background.


White color preview on #3486D0 background

This text has white color on #3486D0 background.