COLOR #3650A1

HEX: #3650A1
RGB: (54,80,161)

Color info

#3650A1 contains mainly blue color. Web safe color of #3650A1 is #336699 (or #369).

RGB color model

#3650A1 color RGB value is (54,80,161).

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

RGB channels and saturation

R 54 of 255 = 21%
G 80 of 255 = 31%
B 161 of 255 = 63%

54
80
161

R + G + B ~ 38%. #3650A1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 80 + 161 = 295 (100%)
R 54 of 295 ~ 18.31%
G 80 of 295 ~ 27.12%
B 161 of 295 ~ 54.58%

%18.31
%27.12
%54.58

CMYK color model

#3650A1 color CMYK value is (66,50,0,37).

  • cyan value is 66.46%
  • magenta value is 50.31%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(66,50,0,37)
C66M50Y0K37 
(66%,50%,0%,37%)
(0.66/0.50/0.00/0.37)	

CMYK percentages

%66.46
%50.31
%0
%36.86

Codes

Color #3650A1 in popluar color models

3650A1
RGB5480161
HSL225°49.77%42.16%
HSB/HSV225°66.46%63.14%
CMYK66.46%50.31%0.00%
36.86%

Color #3650A1 in popluar number systems.

HEX3650A1
Decimal5480161
Binary110110101000010100001
Octal66120241

Shades and tints

Shades of #3650A1

#3650A1
(54,80,161)
#324993
(50,73,147)
#2E4285
(46,66,133)
#2A3B77
(42,59,119)
#263469
(38,52,105)
#222D5B
(34,45,91)
#1E264D
(30,38,77)
#1A1F3F
(26,31,63)
#161831
(22,24,49)
#121123
(18,17,35)
#0E0A15
(14,10,21)
#000000
(0,0,0)

Tints of #3650A1

#3650A1
(54,80,161)
#485FA9
(72,95,169)
#5A6EB1
(90,110,177)
#6C7DB9
(108,125,185)
#7E8CC1
(126,140,193)
#909BC9
(144,155,201)
#A2AAD1
(162,170,209)
#B4B9D9
(180,185,217)
#C6C8E1
(198,200,225)
#D8D7E9
(216,215,233)
#EAE6F1
(234,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3650A1; }

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

This text font color is #3650A1.


Background Color

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

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

This div background color is #3650A1.


Border color

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

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

This div border color is #3650A1.


Opacity

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

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

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

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

This text has shadow with #3650A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3650A1 on black background.


Color preview on white background

This text has color #3650A1 on white background.



Black color preview on #3650A1 background

This text has black color on #3650A1 background.


White color preview on #3650A1 background

This text has white color on #3650A1 background.