Color Hex Logo

#365a63 Color Hex

#365A63
(54,90,99)
0 Favorites   0 Comments

Color spaces of #365a63

RGB 549099
HSL0.530.290.30
HSV192°45°39°
CMYK 0.450.090.00   0.61
XYZ7.42968.997513.1495
Yxy8.99750.25120.3042
Hunter Lab29.9958-8.2804-4.9943
CIE-Lab35.9795-10.2636-9.2385

#365a63 color RGB value is (54,90,99).

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

The process color (four color CMYK) of #365a63 color hex is 0.45, 0.09, 0.00, 0.61. Web safe color of #365a63 is #336666. Color #365a63 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011010 01100011
Octal 66 132 143
Decimal 54 90 99
Hex 36 5A 63

RGB Percentages of Color #365a63

%22.22
%37.04
%40.74

CMYK Percentages of Color #365a63

%45
%9
%0
%61

Triadic Colors of #365a63

#365a63 #63365a #5a6336

Analogous Colors of #365a63

#365a63 #364463 #366356

Monochromatic Colors of #365a63

#365a63

Complementary Color

#365a63 #633f36

#365a63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365a63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#365a63 Color CSS Codes

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

#365a63 Text Font Color

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

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


#365a63 Background Color

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

This div background color is #365a63


#365a63 Border Color

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

This div border color is #365a63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365a63


Comments

No comments written yet.

Please login to write comment.