Color Hex Logo

#363e4c Color Hex

#363E4C
(54,62,76)
0 Favorites   0 Comments

Color spaces of #363e4c

RGB 546276
HSL0.610.170.25
HSV218°29°30°
CMYK 0.290.180.00   0.70
XYZ4.54854.75137.5148
Yxy4.75130.27050.2826
Hunter Lab21.7975-0.8978-5.1823
CIE-Lab26.01410.4338-9.6000

#363e4c color RGB value is (54,62,76).

#363e4c hex color red value is 54, green value is 62 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #363e4c hue: 0.61 , saturation: 0.17 and the lightness value of 363e4c is 0.25.

The process color (four color CMYK) of #363e4c color hex is 0.29, 0.18, 0.00, 0.70. Web safe color of #363e4c is #333333. Color #363e4c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00111110 01001100
Octal 66 76 114
Decimal 54 62 76
Hex 36 3E 4C

RGB Percentages of Color #363e4c

%28.13
%32.29
%39.58

CMYK Percentages of Color #363e4c

%29
%18
%0
%70

Triadic Colors of #363e4c

#363e4c #4c363e #3e4c36

Analogous Colors of #363e4c

#363e4c #39364c #36494c

Monochromatic Colors of #363e4c

#363e4c

Complementary Color

#363e4c #4c4436

#363e4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363e4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#363e4c Color CSS Codes

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

#363e4c Text Font Color

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

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


#363e4c Background Color

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

This div background color is #363e4c


#363e4c Border Color

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

This div border color is #363e4c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,62,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #363e4c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #363e4c;
  -webkit-box-shadow: 1px 1px 3px 2px #363e4c;
  box-shadow:         1px 1px 3px 2px #363e4c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363e4c


Comments

No comments written yet.

Please login to write comment.