Color Hex Logo

#364458 Color Hex

#364458
(54,68,88)
0 Favorites   0 Comments

Color spaces of #364458

RGB 546888
HSL0.600.240.28
HSV215°39°35°
CMYK 0.390.230.00   0.65
XYZ5.34995.623110.0359
Yxy5.62310.25460.2677
Hunter Lab23.7131-1.2266-8.4937
CIE-Lab28.44090.0634-13.7209

#364458 color RGB value is (54,68,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01000100 01011000
Octal 66 104 130
Decimal 54 68 88
Hex 36 44 58

RGB Percentages of Color #364458

%25.71
%32.38
%41.90

CMYK Percentages of Color #364458

%39
%23
%0
%65

Triadic Colors of #364458

#364458 #583644 #445836

Analogous Colors of #364458

#364458 #393658 #365558

Monochromatic Colors of #364458

#364458

Complementary Color

#364458 #584a36

#364458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#364458 Color CSS Codes

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

#364458 Text Font Color

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

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


#364458 Background Color

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

This div background color is #364458


#364458 Border Color

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

This div border color is #364458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364458


Comments

No comments written yet.

Please login to write comment.