COLOR #3646B3

HEX: #3646B3
RGB: (54,70,179)

Color info

#3646B3 contains mainly blue color. Web safe color of #3646B3 is #333399 (or #339).

RGB color model

#3646B3 color RGB value is (54,70,179).

  • red value is 54;
  • green value is 70;
  • blue value is 179.
RGB:
(54,70,179)
(21%,27%,70%)

RGB channels and saturation

R 54 of 255 = 21%
G 70 of 255 = 27%
B 179 of 255 = 70%

54
70
179

R + G + B ~ 39%. #3646B3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 70 + 179 = 303 (100%)
R 54 of 303 ~ 17.82%
G 70 of 303 ~ 23.1%
B 179 of 303 ~ 59.08%

%17.82
%23.1
%59.08

CMYK color model

#3646B3 color CMYK value is (70,61,0,30).

  • cyan value is 69.83%
  • magenta value is 60.89%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(70,61,0,30)
C70M61Y0K30 
(70%,61%,0%,30%)
(0.70/0.61/0.00/0.30)	

CMYK percentages

%69.83
%60.89
%0
%29.8

Codes

Color #3646B3 in popluar color models

3646B3
RGB5470179
HSL232°53.65%45.69%
HSB/HSV232°69.83%70.20%
CMYK69.83%60.89%0.00%
29.80%

Color #3646B3 in popluar number systems.

HEX3646B3
Decimal5470179
Binary110110100011010110011
Octal66106263

Shades and tints

Shades of #3646B3

#3646B3
(54,70,179)
#3240A3
(50,64,163)
#2E3A93
(46,58,147)
#2A3483
(42,52,131)
#262E73
(38,46,115)
#222863
(34,40,99)
#1E2253
(30,34,83)
#1A1C43
(26,28,67)
#161633
(22,22,51)
#121023
(18,16,35)
#0E0A13
(14,10,19)
#000000
(0,0,0)

Tints of #3646B3

#3646B3
(54,70,179)
#4856B9
(72,86,185)
#5A66BF
(90,102,191)
#6C76C5
(108,118,197)
#7E86CB
(126,134,203)
#9096D1
(144,150,209)
#A2A6D7
(162,166,215)
#B4B6DD
(180,182,221)
#C6C6E3
(198,198,227)
#D8D6E9
(216,214,233)
#EAE6EF
(234,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3646B3 color. Also use rgb(54,70,179) instead hex code.

Text Font Color

.myTextColor { color: #3646B3; }

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

This text font color is #3646B3.


Background Color

.myBgColor { background-color: #3646B3; }

<div style="background-color:#3646B3">Inner text</div>

This div background color is #3646B3.


Border color

.myBorderColor { border: 1px solid #3646B3; }

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

This div border color is #3646B3.


Opacity

.myOpacity80 { color: #3646B3; opacity: 0.8; }

<p style="color:#3646B3;opacity:0.8;">80%</p>

Text with #3646B3 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 #3646B3;}

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

This text has shadow with #3646B3 color.

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

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

This text has shadow with #3646B3 primary color and red secondary color.


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

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

This text has shadow with #3646B3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3646B3 on black background.


Color preview on white background

This text has color #3646B3 on white background.



Black color preview on #3646B3 background

This text has black color on #3646B3 background.


White color preview on #3646B3 background

This text has white color on #3646B3 background.