COLOR #364DB1

HEX: #364DB1
RGB: (54,77,177)

Color info

#364DB1 contains mainly blue color. Web safe color of #364DB1 is #333399 (or #339).

RGB color model

#364DB1 color RGB value is (54,77,177).

  • red value is 54;
  • green value is 77;
  • blue value is 177.
RGB:
(54,77,177)
(21%,30%,69%)

RGB channels and saturation

R 54 of 255 = 21%
G 77 of 255 = 30%
B 177 of 255 = 69%

54
77
177

R + G + B ~ 40%. #364DB1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
54 + 77 + 177 = 308 (100%)
R 54 of 308 ~ 17.53%
G 77 of 308 ~ 25%
B 177 of 308 ~ 57.47%

%17.53
%25
%57.47

CMYK color model

#364DB1 color CMYK value is (69,56,0,31).

  • cyan value is 69.49%
  • magenta value is 56.50%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(69,56,0,31)
C69M56Y0K31 
(69%,56%,0%,31%)
(0.69/0.56/0.00/0.31)	

CMYK percentages

%69.49
%56.5
%0
%30.59

Codes

Color #364DB1 in popluar color models

364DB1
RGB5477177
HSL229°53.25%45.29%
HSB/HSV229°69.49%69.41%
CMYK69.49%56.50%0.00%
30.59%

Color #364DB1 in popluar number systems.

HEX364DB1
Decimal5477177
Binary110110100110110110001
Octal66115261

Shades and tints

Shades of #364DB1

#364DB1
(54,77,177)
#3246A1
(50,70,161)
#2E3F91
(46,63,145)
#2A3881
(42,56,129)
#263171
(38,49,113)
#222A61
(34,42,97)
#1E2351
(30,35,81)
#1A1C41
(26,28,65)
#161531
(22,21,49)
#120E21
(18,14,33)
#0E0711
(14,7,17)
#000000
(0,0,0)

Tints of #364DB1

#364DB1
(54,77,177)
#485DB8
(72,93,184)
#5A6DBF
(90,109,191)
#6C7DC6
(108,125,198)
#7E8DCD
(126,141,205)
#909DD4
(144,157,212)
#A2ADDB
(162,173,219)
#B4BDE2
(180,189,226)
#C6CDE9
(198,205,233)
#D8DDF0
(216,221,240)
#EAEDF7
(234,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364DB1 color. Also use rgb(54,77,177) instead hex code.

Text Font Color

.myTextColor { color: #364DB1; }

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

This text font color is #364DB1.


Background Color

.myBgColor { background-color: #364DB1; }

<div style="background-color:#364DB1">Inner text</div>

This div background color is #364DB1.


Border color

.myBorderColor { border: 1px solid #364DB1; }

<div style="border:3px solid #364DB1">Div</div>

This div border color is #364DB1.


Opacity

.myOpacity80 { color: #364DB1; opacity: 0.8; }

<p style="color:#364DB1;opacity:0.8;">80%</p>

Text with #364DB1 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 #364DB1;}

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

This text has shadow with #364DB1 color.

.textShadow {text-shadow: 3px 3px 1px #364DB1, 3px 3px 1px red;}

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

This text has shadow with #364DB1 primary color and red secondary color.


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

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

This text has shadow with #364DB1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364DB1 on black background.


Color preview on white background

This text has color #364DB1 on white background.



Black color preview on #364DB1 background

This text has black color on #364DB1 background.


White color preview on #364DB1 background

This text has white color on #364DB1 background.