Color Hex Logo

#364684 Color Hex

#364684
(54,70,132)
0 Favorites   0 Comments

Color spaces of #364684

RGB 5470132
HSL0.630.420.36
HSV228°59°52°
CMYK 0.590.470.00   0.48
XYZ7.87636.830522.7331
Yxy6.83050.21040.1824
Hunter Lab26.13528.0574-33.2773
CIE-Lab31.417913.5999-36.8937

#364684 color RGB value is (54,70,132).

#364684 hex color red value is 54, green value is 70 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #364684 hue: 0.63 , saturation: 0.42 and the lightness value of 364684 is 0.36.

The process color (four color CMYK) of #364684 color hex is 0.59, 0.47, 0.00, 0.48. Web safe color of #364684 is #333399. Color #364684 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01000110 10000100
Octal 66 106 204
Decimal 54 70 132
Hex 36 46 84

RGB Percentages of Color #364684

%21.09
%27.34
%51.56

CMYK Percentages of Color #364684

%59
%47
%0
%48

Triadic Colors of #364684

#364684 #843646 #468436

Analogous Colors of #364684

#364684 #4d3684 #366d84

Monochromatic Colors of #364684

#364684

Complementary Color

#364684 #847436

#364684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#364684 Color CSS Codes

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

#364684 Text Font Color

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

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


#364684 Background Color

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

This div background color is #364684


#364684 Border Color

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

This div border color is #364684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364684


Comments

No comments written yet.

Please login to write comment.