Color Hex Logo

#363776 Color Hex

#363776
(54,55,118)
0 Favorites   0 Comments

Color spaces of #363776

RGB 5455118
HSL0.660.370.34
HSV239°54°46°
CMYK 0.540.530.00   0.54
XYZ6.15754.824717.7463
Yxy4.82470.21430.1679
Hunter Lab21.965211.5998-32.5264
CIE-Lab26.229418.7899-36.4385

#363776 color RGB value is (54,55,118).

#363776 hex color red value is 54, green value is 55 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #363776 hue: 0.66 , saturation: 0.37 and the lightness value of 363776 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00110111 01110110
Octal 66 67 166
Decimal 54 55 118
Hex 36 37 76

RGB Percentages of Color #363776

%23.79
%24.23
%51.98

CMYK Percentages of Color #363776

%54
%53
%0
%54

Triadic Colors of #363776

#363776 #763637 #377636

Analogous Colors of #363776

#363776 #553676 #365776

Monochromatic Colors of #363776

#363776

Complementary Color

#363776 #767536

#363776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#363776 Color CSS Codes

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

#363776 Text Font Color

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

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


#363776 Background Color

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

This div background color is #363776


#363776 Border Color

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

This div border color is #363776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363776


Comments

No comments written yet.

Please login to write comment.