Color Hex Logo

#364958 Color Hex

#364958
(54,73,88)
0 Favorites   0 Comments

Color spaces of #364958

RGB 547388
HSL0.570.240.28
HSV206°39°35°
CMYK 0.390.170.00   0.65
XYZ5.66536.253910.1411
Yxy6.25390.25680.2835
Hunter Lab25.0078-3.3260-6.5377
CIE-Lab30.0442-3.1532-11.2712

#364958 color RGB value is (54,73,88).

#364958 hex color red value is 54, green value is 73 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #364958 hue: 0.57 , saturation: 0.24 and the lightness value of 364958 is 0.28.

The process color (four color CMYK) of #364958 color hex is 0.39, 0.17, 0.00, 0.65. Web safe color of #364958 is #333366. Color #364958 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001001 01011000
Octal 66 111 130
Decimal 54 73 88
Hex 36 49 58

RGB Percentages of Color #364958

%25.12
%33.95
%40.93

CMYK Percentages of Color #364958

%39
%17
%0
%65

Triadic Colors of #364958

#364958 #583649 #495836

Analogous Colors of #364958

#364958 #363858 #365856

Monochromatic Colors of #364958

#364958

Complementary Color

#364958 #584536

#364958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#364958 Color CSS Codes

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

#364958 Text Font Color

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

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


#364958 Background Color

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

This div background color is #364958


#364958 Border Color

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

This div border color is #364958


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364958

#364958 Color Palettes


Comments

No comments written yet.

Please login to write comment.