Color Hex Logo

#365ada Color Hex

#365ADA
(54,90,218)
0 Favorites   0 Comments

Color spaces of #365ada

RGB 5490218
HSL0.630.690.53
HSV227°75°85°
CMYK 0.750.590.00   0.15
XYZ17.832413.158667.9297
Yxy13.15860.18030.1330
Hunter Lab36.274824.2683-85.6366
CIE-Lab43.001331.9222-69.1689

#365ada color RGB value is (54,90,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011010 11011010
Octal 66 132 332
Decimal 54 90 218
Hex 36 5A DA

RGB Percentages of Color #365ada

%14.92
%24.86
%60.22

CMYK Percentages of Color #365ada

%75
%59
%0
%15

Triadic Colors of #365ada

#365ada #da365a #5ada36

Analogous Colors of #365ada

#365ada #6436da #36acda

Monochromatic Colors of #365ada

#365ada

Complementary Color

#365ada #dab636

#365ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#365ada Color CSS Codes

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

#365ada Text Font Color

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

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


#365ada Background Color

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

This div background color is #365ada


#365ada Border Color

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

This div border color is #365ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365ada


Comments

No comments written yet.

Please login to write comment.