Color Hex Logo

#365592 Color Hex

#365592
(54,85,146)
0 Favorites   0 Comments

Color spaces of #365592

RGB 5485146
HSL0.610.460.39
HSV220°63°57°
CMYK 0.630.420.00   0.43
XYZ9.95819.356628.4753
Yxy9.35660.20840.1958
Hunter Lab30.58864.5807-33.7819
CIE-Lab36.66208.7212-37.1021

#365592 color RGB value is (54,85,146).

#365592 hex color red value is 54, green value is 85 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #365592 hue: 0.61 , saturation: 0.46 and the lightness value of 365592 is 0.39.

The process color (four color CMYK) of #365592 color hex is 0.63, 0.42, 0.00, 0.43. Web safe color of #365592 is #336699. Color #365592 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01010101 10010010
Octal 66 125 222
Decimal 54 85 146
Hex 36 55 92

RGB Percentages of Color #365592

%18.95
%29.82
%51.23

CMYK Percentages of Color #365592

%63
%42
%0
%43

Triadic Colors of #365592

#365592 #923655 #559236

Analogous Colors of #365592

#365592 #453692 #368392

Monochromatic Colors of #365592

#365592

Complementary Color

#365592 #927336

#365592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#365592 Color CSS Codes

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

#365592 Text Font Color

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

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


#365592 Background Color

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

This div background color is #365592


#365592 Border Color

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

This div border color is #365592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365592


Comments

No comments written yet.

Please login to write comment.