COLOR #3A6BD8

HEX: #3A6BD8
RGB: (58,107,216)

Color info

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

RGB color model

#3A6BD8 color RGB value is (58,107,216).

  • red value is 58;
  • green value is 107;
  • blue value is 216.
RGB:
(58,107,216)
(23%,42%,85%)

RGB channels and saturation

R 58 of 255 = 23%
G 107 of 255 = 42%
B 216 of 255 = 85%

58
107
216

R + G + B ~ 50%. #3A6BD8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
58 + 107 + 216 = 381 (100%)
R 58 of 381 ~ 15.22%
G 107 of 381 ~ 28.08%
B 216 of 381 ~ 56.69%

%15.22
%28.08
%56.69

CMYK color model

#3A6BD8 color CMYK value is (73,50,0,15).

  • cyan value is 73.15%
  • magenta value is 50.46%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(73,50,0,15)
C73M50Y0K15 
(73%,50%,0%,15%)
(0.73/0.50/0.00/0.15)	

CMYK percentages

%73.15
%50.46
%0
%15.29

Codes

Color #3A6BD8 in popluar color models

3A6BD8
RGB58107216
HSL221°66.95%53.73%
HSB/HSV221°73.15%84.71%
CMYK73.15%50.46%0.00%
15.29%

Color #3A6BD8 in popluar number systems.

HEX3A6BD8
Decimal58107216
Binary111010110101111011000
Octal72153330

Shades and tints

Shades of #3A6BD8

#3A6BD8
(58,107,216)
#3562C5
(53,98,197)
#3059B2
(48,89,178)
#2B509F
(43,80,159)
#26478C
(38,71,140)
#213E79
(33,62,121)
#1C3566
(28,53,102)
#172C53
(23,44,83)
#122340
(18,35,64)
#0D1A2D
(13,26,45)
#08111A
(8,17,26)
#000000
(0,0,0)

Tints of #3A6BD8

#3A6BD8
(58,107,216)
#4B78DB
(75,120,219)
#5C85DE
(92,133,222)
#6D92E1
(109,146,225)
#7E9FE4
(126,159,228)
#8FACE7
(143,172,231)
#A0B9EA
(160,185,234)
#B1C6ED
(177,198,237)
#C2D3F0
(194,211,240)
#D3E0F3
(211,224,243)
#E4EDF6
(228,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6BD8 color. Also use rgb(58,107,216) instead hex code.

Text Font Color

.myTextColor { color: #3A6BD8; }

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

This text font color is #3A6BD8.


Background Color

.myBgColor { background-color: #3A6BD8; }

<div style="background-color:#3A6BD8">Inner text</div>

This div background color is #3A6BD8.


Border color

.myBorderColor { border: 1px solid #3A6BD8; }

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

This div border color is #3A6BD8.


Opacity

.myOpacity80 { color: #3A6BD8; opacity: 0.8; }

<p style="color:#3A6BD8;opacity:0.8;">80%</p>

Text with #3A6BD8 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 #3A6BD8;}

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

This text has shadow with #3A6BD8 color.

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

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

This text has shadow with #3A6BD8 primary color and red secondary color.


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

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

This text has shadow with #3A6BD8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6BD8 on black background.


Color preview on white background

This text has color #3A6BD8 on white background.



Black color preview on #3A6BD8 background

This text has black color on #3A6BD8 background.


White color preview on #3A6BD8 background

This text has white color on #3A6BD8 background.