COLOR #364DC8

HEX: #364DC8
RGB: (54,77,200)

Color info

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

RGB color model

#364DC8 color RGB value is (54,77,200).

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

RGB channels and saturation

R 54 of 255 = 21%
G 77 of 255 = 30%
B 200 of 255 = 78%

54
77
200

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

Portions of RGB colors in percentages

R + G + B =
54 + 77 + 200 = 331 (100%)
R 54 of 331 ~ 16.31%
G 77 of 331 ~ 23.26%
B 200 of 331 ~ 60.42%

%16.31
%23.26
%60.42

CMYK color model

#364DC8 color CMYK value is (73,62,0,22).

  • cyan value is 73.00%
  • magenta value is 61.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(73,62,0,22)
C73M62Y0K22 
(73%,62%,0%,22%)
(0.73/0.62/0.00/0.22)	

CMYK percentages

%73
%61.5
%0
%21.57

Codes

Color #364DC8 in popluar color models

364DC8
RGB5477200
HSL231°57.48%49.80%
HSB/HSV231°73.00%78.43%
CMYK73.00%61.50%0.00%
21.57%

Color #364DC8 in popluar number systems.

HEX364DC8
Decimal5477200
Binary110110100110111001000
Octal66115310

Shades and tints

Shades of #364DC8

#364DC8
(54,77,200)
#3246B6
(50,70,182)
#2E3FA4
(46,63,164)
#2A3892
(42,56,146)
#263180
(38,49,128)
#222A6E
(34,42,110)
#1E235C
(30,35,92)
#1A1C4A
(26,28,74)
#161538
(22,21,56)
#120E26
(18,14,38)
#0E0714
(14,7,20)
#000000
(0,0,0)

Tints of #364DC8

#364DC8
(54,77,200)
#485DCD
(72,93,205)
#5A6DD2
(90,109,210)
#6C7DD7
(108,125,215)
#7E8DDC
(126,141,220)
#909DE1
(144,157,225)
#A2ADE6
(162,173,230)
#B4BDEB
(180,189,235)
#C6CDF0
(198,205,240)
#D8DDF5
(216,221,245)
#EAEDFA
(234,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364DC8; }

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

This text font color is #364DC8.


Background Color

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

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

This div background color is #364DC8.


Border color

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

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

This div border color is #364DC8.


Opacity

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

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

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

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

This text has shadow with #364DC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364DC8 on black background.


Color preview on white background

This text has color #364DC8 on white background.



Black color preview on #364DC8 background

This text has black color on #364DC8 background.


White color preview on #364DC8 background

This text has white color on #364DC8 background.