Color Hex Logo

#363465 Color Hex

#363465
(54,52,101)
0 Favorites   0 Comments

Color spaces of #363465

RGB 5452101
HSL0.670.320.30
HSV242°49°40°
CMYK 0.470.490.00   0.60
XYZ5.09834.179812.8500
Yxy4.17980.23040.1889
Hunter Lab20.44468.7349-22.9543
CIE-Lab24.257215.0447-28.6931

#363465 color RGB value is (54,52,101).

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

The process color (four color CMYK) of #363465 color hex is 0.47, 0.49, 0.00, 0.60. Web safe color of #363465 is #333366. Color #363465 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00110100 01100101
Octal 66 64 145
Decimal 54 52 101
Hex 36 34 65

RGB Percentages of Color #363465

%26.09
%25.12
%48.79

CMYK Percentages of Color #363465

%47
%49
%0
%60

Triadic Colors of #363465

#363465 #653634 #346536

Analogous Colors of #363465

#363465 #4f3465 #344b65

Monochromatic Colors of #363465

#363465

Complementary Color

#363465 #636534

#363465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#363465 Color CSS Codes

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

#363465 Text Font Color

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

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


#363465 Background Color

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

This div background color is #363465


#363465 Border Color

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

This div border color is #363465


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,52,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 #363465">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363465


Comments

No comments written yet.

Please login to write comment.