Color Hex Logo

#363777 Color Hex

#363777
(54,55,119)
0 Favorites   0 Comments

Color spaces of #363777

RGB 5455119
HSL0.660.380.34
HSV239°55°47°
CMYK 0.550.540.00   0.53
XYZ6.21734.848618.0609
Yxy4.84860.21350.1665
Hunter Lab22.019511.8660-33.2173
CIE-Lab26.299019.1378-36.9602

#363777 color RGB value is (54,55,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00110111 01110111
Octal 66 67 167
Decimal 54 55 119
Hex 36 37 77

RGB Percentages of Color #363777

%23.68
%24.12
%52.19

CMYK Percentages of Color #363777

%55
%54
%0
%53

Triadic Colors of #363777

#363777 #773637 #377736

Analogous Colors of #363777

#363777 #563677 #365877

Monochromatic Colors of #363777

#363777

Complementary Color

#363777 #777636

#363777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#363777 Color CSS Codes

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

#363777 Text Font Color

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

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


#363777 Background Color

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

This div background color is #363777


#363777 Border Color

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

This div border color is #363777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363777


Comments

No comments written yet.

Please login to write comment.