Color Hex Logo

#364deb Color Hex

#364DEB
(54,77,235)
0 Favorites   0 Comments

Color spaces of #364deb

RGB 5477235
HSL0.650.820.57
HSV232°77°92°
CMYK 0.770.670.00   0.08
XYZ19.170612.090279.9205
Yxy12.09020.17240.1087
Hunter Lab34.771037.5649-111.9374
CIE-Lab41.359145.9884-81.5158

#364deb color RGB value is (54,77,235).

#364deb hex color red value is 54, green value is 77 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #364deb hue: 0.65 , saturation: 0.82 and the lightness value of 364deb is 0.57.

The process color (four color CMYK) of #364deb color hex is 0.77, 0.67, 0.00, 0.08. Web safe color of #364deb is #3366ff. Color #364deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001101 11101011
Octal 66 115 353
Decimal 54 77 235
Hex 36 4D EB

RGB Percentages of Color #364deb

%14.75
%21.04
%64.21

CMYK Percentages of Color #364deb

%77
%67
%0
%8

Triadic Colors of #364deb

#364deb #eb364d #4deb36

Analogous Colors of #364deb

#364deb #7a36eb #36a8eb

Monochromatic Colors of #364deb

#364deb

Complementary Color

#364deb #ebd436

#364deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#364deb Color CSS Codes

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

#364deb Text Font Color

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

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


#364deb Background Color

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

This div background color is #364deb


#364deb Border Color

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

This div border color is #364deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364deb


Comments

No comments written yet.

Please login to write comment.