COLOR #364AF1

HEX: #364AF1
RGB: (54,74,241)

Color info

#364AF1 contains mainly blue color. Web safe color of #364AF1 is #3333FF (or #33F).

RGB color model

#364AF1 color RGB value is (54,74,241).

  • red value is 54;
  • green value is 74;
  • blue value is 241.
RGB:
(54,74,241)
(21%,29%,95%)

RGB channels and saturation

R 54 of 255 = 21%
G 74 of 255 = 29%
B 241 of 255 = 95%

54
74
241

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

Portions of RGB colors in percentages

R + G + B =
54 + 74 + 241 = 369 (100%)
R 54 of 369 ~ 14.63%
G 74 of 369 ~ 20.05%
B 241 of 369 ~ 65.31%

%14.63
%20.05
%65.31

CMYK color model

#364AF1 color CMYK value is (78,69,0,5).

  • cyan value is 77.59%
  • magenta value is 69.29%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(78,69,0,5)
C78M69Y0K5 
(78%,69%,0%,5%)
(0.78/0.69/0.00/0.05)	

CMYK percentages

%77.59
%69.29
%0
%5.49

Codes

Color #364AF1 in popluar color models

364AF1
RGB5474241
HSL234°86.98%57.84%
HSB/HSV234°77.59%94.51%
CMYK77.59%69.29%0.00%
5.49%

Color #364AF1 in popluar number systems.

HEX364AF1
Decimal5474241
Binary110110100101011110001
Octal66112361

Shades and tints

Shades of #364AF1

#364AF1
(54,74,241)
#3244DC
(50,68,220)
#2E3EC7
(46,62,199)
#2A38B2
(42,56,178)
#26329D
(38,50,157)
#222C88
(34,44,136)
#1E2673
(30,38,115)
#1A205E
(26,32,94)
#161A49
(22,26,73)
#121434
(18,20,52)
#0E0E1F
(14,14,31)
#000000
(0,0,0)

Tints of #364AF1

#364AF1
(54,74,241)
#485AF2
(72,90,242)
#5A6AF3
(90,106,243)
#6C7AF4
(108,122,244)
#7E8AF5
(126,138,245)
#909AF6
(144,154,246)
#A2AAF7
(162,170,247)
#B4BAF8
(180,186,248)
#C6CAF9
(198,202,249)
#D8DAFA
(216,218,250)
#EAEAFB
(234,234,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364AF1 color. Also use rgb(54,74,241) instead hex code.

Text Font Color

.myTextColor { color: #364AF1; }

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

This text font color is #364AF1.


Background Color

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

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

This div background color is #364AF1.


Border color

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

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

This div border color is #364AF1.


Opacity

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

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

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

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

This text has shadow with #364AF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364AF1 on black background.


Color preview on white background

This text has color #364AF1 on white background.



Black color preview on #364AF1 background

This text has black color on #364AF1 background.


White color preview on #364AF1 background

This text has white color on #364AF1 background.