COLOR #3D6DD8

HEX: #3D6DD8
RGB: (61,109,216)

Color info

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

RGB color model

#3D6DD8 color RGB value is (61,109,216).

  • red value is 61;
  • green value is 109;
  • blue value is 216.
RGB:
(61,109,216)
(24%,43%,85%)

RGB channels and saturation

R 61 of 255 = 24%
G 109 of 255 = 43%
B 216 of 255 = 85%

61
109
216

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

Portions of RGB colors in percentages

R + G + B =
61 + 109 + 216 = 386 (100%)
R 61 of 386 ~ 15.8%
G 109 of 386 ~ 28.24%
B 216 of 386 ~ 55.96%

%15.8
%28.24
%55.96

CMYK color model

#3D6DD8 color CMYK value is (72,50,0,15).

  • cyan value is 71.76%
  • magenta value is 49.54%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(72,50,0,15)
C72M50Y0K15 
(72%,50%,0%,15%)
(0.72/0.50/0.00/0.15)	

CMYK percentages

%71.76
%49.54
%0
%15.29

Codes

Color #3D6DD8 in popluar color models

3D6DD8
RGB61109216
HSL221°66.52%54.31%
HSB/HSV221°71.76%84.71%
CMYK71.76%49.54%0.00%
15.29%

Color #3D6DD8 in popluar number systems.

HEX3D6DD8
Decimal61109216
Binary111101110110111011000
Octal75155330

Shades and tints

Shades of #3D6DD8

#3D6DD8
(61,109,216)
#3864C5
(56,100,197)
#335BB2
(51,91,178)
#2E529F
(46,82,159)
#29498C
(41,73,140)
#244079
(36,64,121)
#1F3766
(31,55,102)
#1A2E53
(26,46,83)
#152540
(21,37,64)
#101C2D
(16,28,45)
#0B131A
(11,19,26)
#000000
(0,0,0)

Tints of #3D6DD8

#3D6DD8
(61,109,216)
#4E7ADB
(78,122,219)
#5F87DE
(95,135,222)
#7094E1
(112,148,225)
#81A1E4
(129,161,228)
#92AEE7
(146,174,231)
#A3BBEA
(163,187,234)
#B4C8ED
(180,200,237)
#C5D5F0
(197,213,240)
#D6E2F3
(214,226,243)
#E7EFF6
(231,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D6DD8 color. Also use rgb(61,109,216) instead hex code.

Text Font Color

.myTextColor { color: #3D6DD8; }

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

This text font color is #3D6DD8.


Background Color

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

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

This div background color is #3D6DD8.


Border color

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

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

This div border color is #3D6DD8.


Opacity

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

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

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

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

This text has shadow with #3D6DD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D6DD8 on black background.


Color preview on white background

This text has color #3D6DD8 on white background.



Black color preview on #3D6DD8 background

This text has black color on #3D6DD8 background.


White color preview on #3D6DD8 background

This text has white color on #3D6DD8 background.