Color Hex Logo

#364fdf Color Hex

#364FDF
(54,79,223)
0 Favorites   0 Comments

Color spaces of #364fdf

RGB 5479223
HSL0.640.730.54
HSV231°76°87°
CMYK 0.760.650.00   0.13
XYZ17.636611.703971.1416
Yxy11.70390.17550.1165
Hunter Lab34.211032.1520-99.3457
CIE-Lab40.741640.6106-75.7170

#364fdf color RGB value is (54,79,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001111 11011111
Octal 66 117 337
Decimal 54 79 223
Hex 36 4F DF

RGB Percentages of Color #364fdf

%15.17
%22.19
%62.64

CMYK Percentages of Color #364fdf

%76
%65
%0
%13

Triadic Colors of #364fdf

#364fdf #df364f #4fdf36

Analogous Colors of #364fdf

#364fdf #7236df #36a4df

Monochromatic Colors of #364fdf

#364fdf

Complementary Color

#364fdf #dfc636

#364fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#364fdf Color CSS Codes

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

#364fdf Text Font Color

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

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


#364fdf Background Color

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

This div background color is #364fdf


#364fdf Border Color

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

This div border color is #364fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364fdf


Comments

No comments written yet.

Please login to write comment.