COLOR #3D66DB

HEX: #3D66DB
RGB: (61,102,219)

Color info

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

RGB color model

#3D66DB color RGB value is (61,102,219).

  • red value is 61;
  • green value is 102;
  • blue value is 219.
RGB:
(61,102,219)
(24%,40%,86%)

RGB channels and saturation

R 61 of 255 = 24%
G 102 of 255 = 40%
B 219 of 255 = 86%

61
102
219

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

Portions of RGB colors in percentages

R + G + B =
61 + 102 + 219 = 382 (100%)
R 61 of 382 ~ 15.97%
G 102 of 382 ~ 26.7%
B 219 of 382 ~ 57.33%

%15.97
%26.7
%57.33

CMYK color model

#3D66DB color CMYK value is (72,53,0,14).

  • cyan value is 72.15%
  • magenta value is 53.42%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(72,53,0,14)
C72M53Y0K14 
(72%,53%,0%,14%)
(0.72/0.53/0.00/0.14)	

CMYK percentages

%72.15
%53.42
%0
%14.12

Codes

Color #3D66DB in popluar color models

3D66DB
RGB61102219
HSL224°68.70%54.90%
HSB/HSV224°72.15%85.88%
CMYK72.15%53.42%0.00%
14.12%

Color #3D66DB in popluar number systems.

HEX3D66DB
Decimal61102219
Binary111101110011011011011
Octal75146333

Shades and tints

Shades of #3D66DB

#3D66DB
(61,102,219)
#385DC8
(56,93,200)
#3354B5
(51,84,181)
#2E4BA2
(46,75,162)
#29428F
(41,66,143)
#24397C
(36,57,124)
#1F3069
(31,48,105)
#1A2756
(26,39,86)
#151E43
(21,30,67)
#101530
(16,21,48)
#0B0C1D
(11,12,29)
#000000
(0,0,0)

Tints of #3D66DB

#3D66DB
(61,102,219)
#4E73DE
(78,115,222)
#5F80E1
(95,128,225)
#708DE4
(112,141,228)
#819AE7
(129,154,231)
#92A7EA
(146,167,234)
#A3B4ED
(163,180,237)
#B4C1F0
(180,193,240)
#C5CEF3
(197,206,243)
#D6DBF6
(214,219,246)
#E7E8F9
(231,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D66DB color. Also use rgb(61,102,219) instead hex code.

Text Font Color

.myTextColor { color: #3D66DB; }

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

This text font color is #3D66DB.


Background Color

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

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

This div background color is #3D66DB.


Border color

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

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

This div border color is #3D66DB.


Opacity

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

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

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

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

This text has shadow with #3D66DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D66DB on black background.


Color preview on white background

This text has color #3D66DB on white background.



Black color preview on #3D66DB background

This text has black color on #3D66DB background.


White color preview on #3D66DB background

This text has white color on #3D66DB background.