Color Hex Logo

#363449 Color Hex

#363449
(54,52,73)
1 Favorites   0 Comments

Color spaces of #363449

RGB 545273
HSL0.680.170.25
HSV246°29°29°
CMYK 0.260.290.00   0.71
XYZ3.95193.72136.8133
Yxy3.72130.27280.2569
Hunter Lab19.29072.8090-7.4373
CIE-Lab22.72786.2876-12.6295

#363449 color RGB value is (54,52,73).

#363449 hex color red value is 54, green value is 52 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #363449 hue: 0.68 , saturation: 0.17 and the lightness value of 363449 is 0.25.

The process color (four color CMYK) of #363449 color hex is 0.26, 0.29, 0.00, 0.71. Web safe color of #363449 is #333333. Color #363449 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00110100 01001001
Octal 66 64 111
Decimal 54 52 73
Hex 36 34 49

RGB Percentages of Color #363449

%30.17
%29.05
%40.78

CMYK Percentages of Color #363449

%26
%29
%0
%71

Triadic Colors of #363449

#363449 #493634 #344936

Analogous Colors of #363449

#363449 #413449 #343d49

Monochromatic Colors of #363449

#363449

Complementary Color

#363449 #474934

#363449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#363449 Color CSS Codes

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

#363449 Text Font Color

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

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


#363449 Background Color

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

This div background color is #363449


#363449 Border Color

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

This div border color is #363449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363449

#363449 Color Palettes


Comments

No comments written yet.

Please login to write comment.