COLOR #3637A0

HEX: #3637A0
RGB: (54,55,160)

Color info

#3637A0 contains mainly blue color. Web safe color of #3637A0 is #333399 (or #339).

RGB color model

#3637A0 color RGB value is (54,55,160).

  • red value is 54;
  • green value is 55;
  • blue value is 160.
RGB:
(54,55,160)
(21%,22%,63%)

RGB channels and saturation

R 54 of 255 = 21%
G 55 of 255 = 22%
B 160 of 255 = 63%

54
55
160

R + G + B ~ 35%. #3637A0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 55 + 160 = 269 (100%)
R 54 of 269 ~ 20.07%
G 55 of 269 ~ 20.45%
B 160 of 269 ~ 59.48%

%20.07
%20.45
%59.48

CMYK color model

#3637A0 color CMYK value is (66,66,0,37).

  • cyan value is 66.25%
  • magenta value is 65.63%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(66,66,0,37)
C66M66Y0K37 
(66%,66%,0%,37%)
(0.66/0.66/0.00/0.37)	

CMYK percentages

%66.25
%65.63
%0
%37.25

Codes

Color #3637A0 in popluar color models

3637A0
RGB5455160
HSL239°49.53%41.96%
HSB/HSV239°66.25%62.75%
CMYK66.25%65.63%0.00%
37.25%

Color #3637A0 in popluar number systems.

HEX3637A0
Decimal5455160
Binary11011011011110100000
Octal6667240

Shades and tints

Shades of #3637A0

#3637A0
(54,55,160)
#323292
(50,50,146)
#2E2D84
(46,45,132)
#2A2876
(42,40,118)
#262368
(38,35,104)
#221E5A
(34,30,90)
#1E194C
(30,25,76)
#1A143E
(26,20,62)
#160F30
(22,15,48)
#120A22
(18,10,34)
#0E0514
(14,5,20)
#000000
(0,0,0)

Tints of #3637A0

#3637A0
(54,55,160)
#4849A8
(72,73,168)
#5A5BB0
(90,91,176)
#6C6DB8
(108,109,184)
#7E7FC0
(126,127,192)
#9091C8
(144,145,200)
#A2A3D0
(162,163,208)
#B4B5D8
(180,181,216)
#C6C7E0
(198,199,224)
#D8D9E8
(216,217,232)
#EAEBF0
(234,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3637A0 color. Also use rgb(54,55,160) instead hex code.

Text Font Color

.myTextColor { color: #3637A0; }

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

This text font color is #3637A0.


Background Color

.myBgColor { background-color: #3637A0; }

<div style="background-color:#3637A0">Inner text</div>

This div background color is #3637A0.


Border color

.myBorderColor { border: 1px solid #3637A0; }

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

This div border color is #3637A0.


Opacity

.myOpacity80 { color: #3637A0; opacity: 0.8; }

<p style="color:#3637A0;opacity:0.8;">80%</p>

Text with #3637A0 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 #3637A0;}

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

This text has shadow with #3637A0 color.

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

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

This text has shadow with #3637A0 primary color and red secondary color.


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

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

This text has shadow with #3637A0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3637A0 on black background.


Color preview on white background

This text has color #3637A0 on white background.



Black color preview on #3637A0 background

This text has black color on #3637A0 background.


White color preview on #3637A0 background

This text has white color on #3637A0 background.