Color Hex Logo

#364fdc Color Hex

#364FDC
(54,79,220)
0 Favorites   0 Comments

Color spaces of #364fdc

RGB 5479220
HSL0.640.700.54
HSV231°75°86°
CMYK 0.750.640.00   0.14
XYZ17.235611.543569.0299
Yxy11.54350.17620.1180
Hunter Lab33.975731.0940-96.6790
CIE-Lab40.481239.5550-74.4315

#364fdc color RGB value is (54,79,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001111 11011100
Octal 66 117 334
Decimal 54 79 220
Hex 36 4F DC

RGB Percentages of Color #364fdc

%15.30
%22.38
%62.32

CMYK Percentages of Color #364fdc

%75
%64
%0
%14

Triadic Colors of #364fdc

#364fdc #dc364f #4fdc36

Analogous Colors of #364fdc

#364fdc #7036dc #36a2dc

Monochromatic Colors of #364fdc

#364fdc

Complementary Color

#364fdc #dcc336

#364fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#364fdc Color CSS Codes

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

#364fdc Text Font Color

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

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


#364fdc Background Color

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

This div background color is #364fdc


#364fdc Border Color

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

This div border color is #364fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364fdc


Comments

No comments written yet.

Please login to write comment.