Color Hex Logo

#364eef Color Hex

#364EEF
(54,78,239)
0 Favorites   0 Comments

Color spaces of #364eef

RGB 5478239
HSL0.650.850.57
HSV232°77°94°
CMYK 0.770.670.00   0.06
XYZ19.825712.465083.0224
Yxy12.46500.17190.1081
Hunter Lab35.305838.4501-114.7077
CIE-Lab41.945846.7622-82.8088

#364eef color RGB value is (54,78,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001110 11101111
Octal 66 116 357
Decimal 54 78 239
Hex 36 4E EF

RGB Percentages of Color #364eef

%14.56
%21.02
%64.42

CMYK Percentages of Color #364eef

%77
%67
%0
%6

Triadic Colors of #364eef

#364eef #ef364e #4eef36

Analogous Colors of #364eef

#364eef #7b36ef #36abef

Monochromatic Colors of #364eef

#364eef

Complementary Color

#364eef #efd736

#364eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#364eef Color CSS Codes

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

#364eef Text Font Color

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

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


#364eef Background Color

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

This div background color is #364eef


#364eef Border Color

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

This div border color is #364eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364eef


Comments

No comments written yet.

Please login to write comment.