Color Hex Logo

#365465 Color Hex

#365465
(54,84,101)
0 Favorites   0 Comments

Color spaces of #365465

RGB 5484101
HSL0.560.300.30
HSV202°47°40°
CMYK 0.470.170.00   0.60
XYZ7.04068.064513.4974
Yxy8.06450.24620.2820
Hunter Lab28.3981-5.4419-8.3015
CIE-Lab34.1169-6.0333-13.3142

#365465 color RGB value is (54,84,101).

#365465 hex color red value is 54, green value is 84 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #365465 hue: 0.56 , saturation: 0.30 and the lightness value of 365465 is 0.30.

The process color (four color CMYK) of #365465 color hex is 0.47, 0.17, 0.00, 0.60. Web safe color of #365465 is #336666. Color #365465 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01010100 01100101
Octal 66 124 145
Decimal 54 84 101
Hex 36 54 65

RGB Percentages of Color #365465

%22.59
%35.15
%42.26

CMYK Percentages of Color #365465

%47
%17
%0
%60

Triadic Colors of #365465

#365465 #653654 #546536

Analogous Colors of #365465

#365465 #363d65 #36655e

Monochromatic Colors of #365465

#365465

Complementary Color

#365465 #654736

#365465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#365465 Color CSS Codes

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

#365465 Text Font Color

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

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


#365465 Background Color

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

This div background color is #365465


#365465 Border Color

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

This div border color is #365465


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,84,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #365465; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #365465;
  -webkit-box-shadow: 1px 1px 3px 2px #365465;
  box-shadow:         1px 1px 3px 2px #365465; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365465


Comments

No comments written yet.

Please login to write comment.