Color Hex Logo

#364dcf Color Hex

#364DCF
(54,77,207)
0 Favorites   0 Comments

Color spaces of #364dcf

RGB 5477207
HSL0.640.610.51
HSV231°74°81°
CMYK 0.740.630.00   0.19
XYZ15.437710.597060.2633
Yxy10.59700.17890.1228
Hunter Lab32.553027.6827-86.9726
CIE-Lab38.893336.1956-69.5644

#364dcf color RGB value is (54,77,207).

#364dcf hex color red value is 54, green value is 77 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #364dcf hue: 0.64 , saturation: 0.61 and the lightness value of 364dcf is 0.51.

The process color (four color CMYK) of #364dcf color hex is 0.74, 0.63, 0.00, 0.19. Web safe color of #364dcf is #3366cc. Color #364dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001101 11001111
Octal 66 115 317
Decimal 54 77 207
Hex 36 4D CF

RGB Percentages of Color #364dcf

%15.98
%22.78
%61.24

CMYK Percentages of Color #364dcf

%74
%63
%0
%19

Triadic Colors of #364dcf

#364dcf #cf364d #4dcf36

Analogous Colors of #364dcf

#364dcf #6c36cf #369acf

Monochromatic Colors of #364dcf

#364dcf

Complementary Color

#364dcf #cfb836

#364dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#364dcf Color CSS Codes

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

#364dcf Text Font Color

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

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


#364dcf Background Color

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

This div background color is #364dcf


#364dcf Border Color

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

This div border color is #364dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364dcf


Comments

No comments written yet.

Please login to write comment.