Color Hex Logo

#364878 Color Hex

#364878
(54,72,120)
0 Favorites   0 Comments

Color spaces of #364878

RGB 5472120
HSL0.620.380.34
HSV224°55°47°
CMYK 0.550.400.00   0.53
XYZ7.22896.775118.6960
Yxy6.77510.22110.2072
Hunter Lab26.02904.0231-24.3662
CIE-Lab31.28938.0099-29.6295

#364878 color RGB value is (54,72,120).

#364878 hex color red value is 54, green value is 72 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #364878 hue: 0.62 , saturation: 0.38 and the lightness value of 364878 is 0.34.

The process color (four color CMYK) of #364878 color hex is 0.55, 0.40, 0.00, 0.53. Web safe color of #364878 is #333366. Color #364878 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001000 01111000
Octal 66 110 170
Decimal 54 72 120
Hex 36 48 78

RGB Percentages of Color #364878

%21.95
%29.27
%48.78

CMYK Percentages of Color #364878

%55
%40
%0
%53

Triadic Colors of #364878

#364878 #783648 #487836

Analogous Colors of #364878

#364878 #453678 #366978

Monochromatic Colors of #364878

#364878

Complementary Color

#364878 #786636

#364878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#364878 Color CSS Codes

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

#364878 Text Font Color

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

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


#364878 Background Color

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

This div background color is #364878


#364878 Border Color

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

This div border color is #364878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364878


Comments

No comments written yet.

Please login to write comment.