Color Hex Logo

#364ffa Color Hex

#364FFA
(54,79,250)
0 Favorites   0 Comments

Color spaces of #364ffa

RGB 5479250
HSL0.650.950.60
HSV232°78°98°
CMYK 0.780.680.00   0.02
XYZ21.572613.278491.8685
Yxy13.27840.17020.1048
Hunter Lab36.439541.9047-123.9696
CIE-Lab43.179849.9089-86.9530

#364ffa color RGB value is (54,79,250).

#364ffa hex color red value is 54, green value is 79 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #364ffa hue: 0.65 , saturation: 0.95 and the lightness value of 364ffa is 0.60.

The process color (four color CMYK) of #364ffa color hex is 0.78, 0.68, 0.00, 0.02. Web safe color of #364ffa is #3366ff. Color #364ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001111 11111010
Octal 66 117 372
Decimal 54 79 250
Hex 36 4F FA

RGB Percentages of Color #364ffa

%14.10
%20.63
%65.27

CMYK Percentages of Color #364ffa

%78
%68
%0
%2

Triadic Colors of #364ffa

#364ffa #fa364f #4ffa36

Analogous Colors of #364ffa

#364ffa #7f36fa #36b1fa

Monochromatic Colors of #364ffa

#364ffa

Complementary Color

#364ffa #fae136

#364ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#364ffa Color CSS Codes

.mybgcolor {background-color:#364ffa; } 
.myforecolor {color:#364ffa; }
.mybordercolor {border:3px solid #364ffa; }

#364ffa Text Font Color

<p style="color:#364ffa">Text here</p>

This sample text font color is #364ffa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#364ffa Background Color

<div style="background-color:#364ffa">
Div content here</div>

This div background color is #364ffa


#364ffa Border Color

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

This div border color is #364ffa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,79,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #364ffa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #364ffa;
  -webkit-box-shadow: 1px 1px 3px 2px #364ffa;
  box-shadow:         1px 1px 3px 2px #364ffa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,79,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #364ffa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #364ffa;
  -webkit-box-shadow: 1px 1px 3px 2px #364ffa;
  box-shadow:         1px 1px 3px 2px #364ffa;">
Div content here</div>

This div box has shadow with color #364ffa


Comments

No comments written yet.

Please login to write comment.