COLOR #3643B4

HEX: #3643B4
RGB: (54,67,180)

Color info

#3643B4 contains mainly blue color. Web safe color of #3643B4 is #3333CC (or #33C).

RGB color model

#3643B4 color RGB value is (54,67,180).

  • red value is 54;
  • green value is 67;
  • blue value is 180.
RGB:
(54,67,180)
(21%,26%,71%)

RGB channels and saturation

R 54 of 255 = 21%
G 67 of 255 = 26%
B 180 of 255 = 71%

54
67
180

R + G + B ~ 39%. #3643B4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 67 + 180 = 301 (100%)
R 54 of 301 ~ 17.94%
G 67 of 301 ~ 22.26%
B 180 of 301 ~ 59.8%

%17.94
%22.26
%59.8

CMYK color model

#3643B4 color CMYK value is (70,63,0,29).

  • cyan value is 70.00%
  • magenta value is 62.78%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(70,63,0,29)
C70M63Y0K29 
(70%,63%,0%,29%)
(0.70/0.63/0.00/0.29)	

CMYK percentages

%70
%62.78
%0
%29.41

Codes

Color #3643B4 in popluar color models

3643B4
RGB5467180
HSL234°53.85%45.88%
HSB/HSV234°70.00%70.59%
CMYK70.00%62.78%0.00%
29.41%

Color #3643B4 in popluar number systems.

HEX3643B4
Decimal5467180
Binary110110100001110110100
Octal66103264

Shades and tints

Shades of #3643B4

#3643B4
(54,67,180)
#323DA4
(50,61,164)
#2E3794
(46,55,148)
#2A3184
(42,49,132)
#262B74
(38,43,116)
#222564
(34,37,100)
#1E1F54
(30,31,84)
#1A1944
(26,25,68)
#161334
(22,19,52)
#120D24
(18,13,36)
#0E0714
(14,7,20)
#000000
(0,0,0)

Tints of #3643B4

#3643B4
(54,67,180)
#4854BA
(72,84,186)
#5A65C0
(90,101,192)
#6C76C6
(108,118,198)
#7E87CC
(126,135,204)
#9098D2
(144,152,210)
#A2A9D8
(162,169,216)
#B4BADE
(180,186,222)
#C6CBE4
(198,203,228)
#D8DCEA
(216,220,234)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3643B4 color. Also use rgb(54,67,180) instead hex code.

Text Font Color

.myTextColor { color: #3643B4; }

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

This text font color is #3643B4.


Background Color

.myBgColor { background-color: #3643B4; }

<div style="background-color:#3643B4">Inner text</div>

This div background color is #3643B4.


Border color

.myBorderColor { border: 1px solid #3643B4; }

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

This div border color is #3643B4.


Opacity

.myOpacity80 { color: #3643B4; opacity: 0.8; }

<p style="color:#3643B4;opacity:0.8;">80%</p>

Text with #3643B4 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 #3643B4;}

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

This text has shadow with #3643B4 color.

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

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

This text has shadow with #3643B4 primary color and red secondary color.


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

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

This text has shadow with #3643B4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3643B4 on black background.


Color preview on white background

This text has color #3643B4 on white background.



Black color preview on #3643B4 background

This text has black color on #3643B4 background.


White color preview on #3643B4 background

This text has white color on #3643B4 background.