Color Hex Logo

#365a90 Color Hex

#365A90
(54,90,144)
0 Favorites   0 Comments

Color spaces of #365a90

RGB 5490144
HSL0.600.450.39
HSV216°63°56°
CMYK 0.630.380.00   0.44
XYZ10.211510.110227.7988
Yxy10.11020.21220.2101
Hunter Lab31.79651.6816-29.5780
CIE-Lab38.03954.7663-33.7062

#365a90 color RGB value is (54,90,144).

#365a90 hex color red value is 54, green value is 90 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #365a90 hue: 0.60 , saturation: 0.45 and the lightness value of 365a90 is 0.39.

The process color (four color CMYK) of #365a90 color hex is 0.63, 0.38, 0.00, 0.44. Web safe color of #365a90 is #336699. Color #365a90 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011010 10010000
Octal 66 132 220
Decimal 54 90 144
Hex 36 5A 90

RGB Percentages of Color #365a90

%18.75
%31.25
%50.00

CMYK Percentages of Color #365a90

%63
%38
%0
%44

Triadic Colors of #365a90

#365a90 #90365a #5a9036

Analogous Colors of #365a90

#365a90 #3f3690 #368790

Monochromatic Colors of #365a90

#365a90

Complementary Color

#365a90 #906c36

#365a90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365a90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#365a90 Color CSS Codes

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

#365a90 Text Font Color

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

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


#365a90 Background Color

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

This div background color is #365a90


#365a90 Border Color

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

This div border color is #365a90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365a90


Comments

No comments written yet.

Please login to write comment.