Color Hex Logo

#365493 Color Hex

#365493
(54,84,147)
0 Favorites   0 Comments

Color spaces of #365493

RGB 5484147
HSL0.610.460.39
HSV221°63°58°
CMYK 0.630.430.00   0.42
XYZ9.95819.231528.8608
Yxy9.23150.20720.1921
Hunter Lab30.38345.3321-35.0505
CIE-Lab36.42629.7374-38.0832

#365493 color RGB value is (54,84,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01010100 10010011
Octal 66 124 223
Decimal 54 84 147
Hex 36 54 93

RGB Percentages of Color #365493

%18.95
%29.47
%51.58

CMYK Percentages of Color #365493

%63
%43
%0
%42

Triadic Colors of #365493

#365493 #933654 #549336

Analogous Colors of #365493

#365493 #473693 #368393

Monochromatic Colors of #365493

#365493

Complementary Color

#365493 #937536

#365493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#365493 Color CSS Codes

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

#365493 Text Font Color

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

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


#365493 Background Color

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

This div background color is #365493


#365493 Border Color

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

This div border color is #365493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365493


Comments

No comments written yet.

Please login to write comment.