Color Hex Logo

#365ade Color Hex

#365ADE
(54,90,222)
0 Favorites   0 Comments

Color spaces of #365ade

RGB 5490222
HSL0.630.720.54
HSV227°76°87°
CMYK 0.760.590.00   0.13
XYZ18.362313.370570.7202
Yxy13.37050.17920.1305
Hunter Lab36.565725.6479-89.0744
CIE-Lab43.316333.3719-70.9345

#365ade color RGB value is (54,90,222).

#365ade hex color red value is 54, green value is 90 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #365ade hue: 0.63 , saturation: 0.72 and the lightness value of 365ade is 0.54.

The process color (four color CMYK) of #365ade color hex is 0.76, 0.59, 0.00, 0.13. Web safe color of #365ade is #3366cc. Color #365ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011010 11011110
Octal 66 132 336
Decimal 54 90 222
Hex 36 5A DE

RGB Percentages of Color #365ade

%14.75
%24.59
%60.66

CMYK Percentages of Color #365ade

%76
%59
%0
%13

Triadic Colors of #365ade

#365ade #de365a #5ade36

Analogous Colors of #365ade

#365ade #6636de #36aede

Monochromatic Colors of #365ade

#365ade

Complementary Color

#365ade #deba36

#365ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#365ade Color CSS Codes

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

#365ade Text Font Color

<p style="color:#365ade">Text here</p>

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


#365ade Background Color

<div style="background-color:#365ade">
Div content here</div>

This div background color is #365ade


#365ade Border Color

<div style="border:3px solid #365ade">
Div here</div>

This div border color is #365ade


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,90,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #365ade; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #365ade;
  -webkit-box-shadow: 1px 1px 3px 2px #365ade;
  box-shadow:         1px 1px 3px 2px #365ade; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365ade


Comments

No comments written yet.

Please login to write comment.