COLOR #3D6DF8

HEX: #3D6DF8
RGB: (61,109,248)

Color info

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

RGB color model

#3D6DF8 color RGB value is (61,109,248).

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

RGB channels and saturation

R 61 of 255 = 24%
G 109 of 255 = 43%
B 248 of 255 = 97%

61
109
248

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

Portions of RGB colors in percentages

R + G + B =
61 + 109 + 248 = 418 (100%)
R 61 of 418 ~ 14.59%
G 109 of 418 ~ 26.08%
B 248 of 418 ~ 59.33%

%14.59
%26.08
%59.33

CMYK color model

#3D6DF8 color CMYK value is (75,56,0,3).

  • cyan value is 75.40%
  • magenta value is 56.05%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(75,56,0,3)
C75M56Y0K3 
(75%,56%,0%,3%)
(0.75/0.56/0.00/0.03)	

CMYK percentages

%75.4
%56.05
%0
%2.75

Codes

Color #3D6DF8 in popluar color models

3D6DF8
RGB61109248
HSL225°93.03%60.59%
HSB/HSV225°75.40%97.25%
CMYK75.40%56.05%0.00%
2.75%

Color #3D6DF8 in popluar number systems.

HEX3D6DF8
Decimal61109248
Binary111101110110111111000
Octal75155370

Shades and tints

Shades of #3D6DF8

#3D6DF8
(61,109,248)
#3864E2
(56,100,226)
#335BCC
(51,91,204)
#2E52B6
(46,82,182)
#2949A0
(41,73,160)
#24408A
(36,64,138)
#1F3774
(31,55,116)
#1A2E5E
(26,46,94)
#152548
(21,37,72)
#101C32
(16,28,50)
#0B131C
(11,19,28)
#000000
(0,0,0)

Tints of #3D6DF8

#3D6DF8
(61,109,248)
#4E7AF8
(78,122,248)
#5F87F8
(95,135,248)
#7094F8
(112,148,248)
#81A1F8
(129,161,248)
#92AEF8
(146,174,248)
#A3BBF8
(163,187,248)
#B4C8F8
(180,200,248)
#C5D5F8
(197,213,248)
#D6E2F8
(214,226,248)
#E7EFF8
(231,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D6DF8; }

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

This text font color is #3D6DF8.


Background Color

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

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

This div background color is #3D6DF8.


Border color

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

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

This div border color is #3D6DF8.


Opacity

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

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

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

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

This text has shadow with #3D6DF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D6DF8 on black background.


Color preview on white background

This text has color #3D6DF8 on white background.



Black color preview on #3D6DF8 background

This text has black color on #3D6DF8 background.


White color preview on #3D6DF8 background

This text has white color on #3D6DF8 background.