COLOR #3650DD

HEX: #3650DD
RGB: (54,80,221)

Color info

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

RGB color model

#3650DD color RGB value is (54,80,221).

  • red value is 54;
  • green value is 80;
  • blue value is 221.
RGB:
(54,80,221)
(21%,31%,87%)

RGB channels and saturation

R 54 of 255 = 21%
G 80 of 255 = 31%
B 221 of 255 = 87%

54
80
221

R + G + B ~ 46%. #3650DD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
54 + 80 + 221 = 355 (100%)
R 54 of 355 ~ 15.21%
G 80 of 355 ~ 22.54%
B 221 of 355 ~ 62.25%

%15.21
%22.54
%62.25

CMYK color model

#3650DD color CMYK value is (76,64,0,13).

  • cyan value is 75.57%
  • magenta value is 63.80%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(76,64,0,13)
C76M64Y0K13 
(76%,64%,0%,13%)
(0.76/0.64/0.00/0.13)	

CMYK percentages

%75.57
%63.8
%0
%13.33

Codes

Color #3650DD in popluar color models

3650DD
RGB5480221
HSL231°71.06%53.92%
HSB/HSV231°75.57%86.67%
CMYK75.57%63.80%0.00%
13.33%

Color #3650DD in popluar number systems.

HEX3650DD
Decimal5480221
Binary110110101000011011101
Octal66120335

Shades and tints

Shades of #3650DD

#3650DD
(54,80,221)
#3249C9
(50,73,201)
#2E42B5
(46,66,181)
#2A3BA1
(42,59,161)
#26348D
(38,52,141)
#222D79
(34,45,121)
#1E2665
(30,38,101)
#1A1F51
(26,31,81)
#16183D
(22,24,61)
#121129
(18,17,41)
#0E0A15
(14,10,21)
#000000
(0,0,0)

Tints of #3650DD

#3650DD
(54,80,221)
#485FE0
(72,95,224)
#5A6EE3
(90,110,227)
#6C7DE6
(108,125,230)
#7E8CE9
(126,140,233)
#909BEC
(144,155,236)
#A2AAEF
(162,170,239)
#B4B9F2
(180,185,242)
#C6C8F5
(198,200,245)
#D8D7F8
(216,215,248)
#EAE6FB
(234,230,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3650DD color. Also use rgb(54,80,221) instead hex code.

Text Font Color

.myTextColor { color: #3650DD; }

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

This text font color is #3650DD.


Background Color

.myBgColor { background-color: #3650DD; }

<div style="background-color:#3650DD">Inner text</div>

This div background color is #3650DD.


Border color

.myBorderColor { border: 1px solid #3650DD; }

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

This div border color is #3650DD.


Opacity

.myOpacity80 { color: #3650DD; opacity: 0.8; }

<p style="color:#3650DD;opacity:0.8;">80%</p>

Text with #3650DD 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 #3650DD;}

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

This text has shadow with #3650DD color.

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

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

This text has shadow with #3650DD primary color and red secondary color.


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

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

This text has shadow with #3650DD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3650DD on black background.


Color preview on white background

This text has color #3650DD on white background.



Black color preview on #3650DD background

This text has black color on #3650DD background.


White color preview on #3650DD background

This text has white color on #3650DD background.