Color Hex Logo

#364fde Color Hex

#364FDE
(54,79,222)
0 Favorites   0 Comments

Color spaces of #364fde

RGB 5479222
HSL0.640.720.54
HSV231°76°87°
CMYK 0.760.640.00   0.13
XYZ17.502111.650270.4335
Yxy11.65020.17570.1170
Hunter Lab34.132431.7979-98.4545
CIE-Lab40.654740.2584-75.2891

#364fde color RGB value is (54,79,222).

#364fde hex color red value is 54, green value is 79 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #364fde hue: 0.64 , saturation: 0.72 and the lightness value of 364fde is 0.54.

The process color (four color CMYK) of #364fde color hex is 0.76, 0.64, 0.00, 0.13. Web safe color of #364fde is #3366cc. Color #364fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001111 11011110
Octal 66 117 336
Decimal 54 79 222
Hex 36 4F DE

RGB Percentages of Color #364fde

%15.21
%22.25
%62.54

CMYK Percentages of Color #364fde

%76
%64
%0
%13

Triadic Colors of #364fde

#364fde #de364f #4fde36

Analogous Colors of #364fde

#364fde #7136de #36a3de

Monochromatic Colors of #364fde

#364fde

Complementary Color

#364fde #dec536

#364fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#364fde Color CSS Codes

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

#364fde Text Font Color

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

This sample text font color is #364fde
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.


#364fde Background Color

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

This div background color is #364fde


#364fde Border Color

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

This div border color is #364fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364fde


Comments

No comments written yet.

Please login to write comment.