Color Hex Logo

#364cdf Color Hex

#364CDF
(54,76,223)
0 Favorites   0 Comments

Color spaces of #364cdf

RGB 5476223
HSL0.640.730.54
HSV232°76°87°
CMYK 0.760.660.00   0.13
XYZ17.425011.280971.0711
Yxy11.28090.17460.1131
Hunter Lab33.587133.8287-101.9483
CIE-Lab40.049642.4481-76.8527

#364cdf color RGB value is (54,76,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001100 11011111
Octal 66 114 337
Decimal 54 76 223
Hex 36 4C DF

RGB Percentages of Color #364cdf

%15.30
%21.53
%63.17

CMYK Percentages of Color #364cdf

%76
%66
%0
%13

Triadic Colors of #364cdf

#364cdf #df364c #4cdf36

Analogous Colors of #364cdf

#364cdf #7536df #36a1df

Monochromatic Colors of #364cdf

#364cdf

Complementary Color

#364cdf #dfc936

#364cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#364cdf Color CSS Codes

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

#364cdf Text Font Color

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

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


#364cdf Background Color

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

This div background color is #364cdf


#364cdf Border Color

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

This div border color is #364cdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,76,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 #364cdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364cdf


Comments

No comments written yet.

Please login to write comment.