Color Hex Logo

#365492 Color Hex

#365492
(54,84,146)
0 Favorites   0 Comments

Color spaces of #365492

RGB 5484146
HSL0.610.460.39
HSV220°63°57°
CMYK 0.630.420.00   0.43
XYZ9.88009.200228.4492
Yxy9.20020.20790.1936
Hunter Lab30.33185.0622-34.3777
CIE-Lab36.36699.3752-37.5718

#365492 color RGB value is (54,84,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01010100 10010010
Octal 66 124 222
Decimal 54 84 146
Hex 36 54 92

RGB Percentages of Color #365492

%19.01
%29.58
%51.41

CMYK Percentages of Color #365492

%63
%42
%0
%43

Triadic Colors of #365492

#365492 #923654 #549236

Analogous Colors of #365492

#365492 #463692 #368292

Monochromatic Colors of #365492

#365492

Complementary Color

#365492 #927436

#365492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#365492 Color CSS Codes

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

#365492 Text Font Color

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

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


#365492 Background Color

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

This div background color is #365492


#365492 Border Color

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

This div border color is #365492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365492


Comments

No comments written yet.

Please login to write comment.