Color Hex Logo

#364db0 Color Hex

#364DB0
(54,77,176)
0 Favorites   0 Comments

Color spaces of #364db0

RGB 5477176
HSL0.640.530.45
HSV229°69°69°
CMYK 0.690.560.00   0.31
XYZ12.01179.226642.2221
Yxy9.22660.18930.1454
Hunter Lab30.375317.4297-61.1512
CIE-Lab36.417024.9791-55.4704

#364db0 color RGB value is (54,77,176).

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

The process color (four color CMYK) of #364db0 color hex is 0.69, 0.56, 0.00, 0.31. Web safe color of #364db0 is #336699. Color #364db0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001101 10110000
Octal 66 115 260
Decimal 54 77 176
Hex 36 4D B0

RGB Percentages of Color #364db0

%17.59
%25.08
%57.33

CMYK Percentages of Color #364db0

%69
%56
%0
%31

Triadic Colors of #364db0

#364db0 #b0364d #4db036

Analogous Colors of #364db0

#364db0 #5c36b0 #368ab0

Monochromatic Colors of #364db0

#364db0

Complementary Color

#364db0 #b09936

#364db0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364db0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#364db0 Color CSS Codes

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

#364db0 Text Font Color

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

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


#364db0 Background Color

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

This div background color is #364db0


#364db0 Border Color

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

This div border color is #364db0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364db0


Comments

No comments written yet.

Please login to write comment.