Color Hex Logo

#364eee Color Hex

#364EEE
(54,78,238)
0 Favorites   0 Comments

Color spaces of #364eee

RGB 5478238
HSL0.640.840.57
HSV232°77°93°
CMYK 0.770.670.00   0.07
XYZ19.678312.406182.2464
Yxy12.40610.17210.1085
Hunter Lab35.222338.0869-113.7905
CIE-Lab41.854446.4196-82.3953

#364eee color RGB value is (54,78,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001110 11101110
Octal 66 116 356
Decimal 54 78 238
Hex 36 4E EE

RGB Percentages of Color #364eee

%14.59
%21.08
%64.32

CMYK Percentages of Color #364eee

%77
%67
%0
%7

Triadic Colors of #364eee

#364eee #ee364e #4eee36

Analogous Colors of #364eee

#364eee #7a36ee #36aaee

Monochromatic Colors of #364eee

#364eee

Complementary Color

#364eee #eed636

#364eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#364eee Color CSS Codes

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

#364eee Text Font Color

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

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


#364eee Background Color

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

This div background color is #364eee


#364eee Border Color

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

This div border color is #364eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364eee


Comments

No comments written yet.

Please login to write comment.