Color Hex Logo

#36377b Color Hex

#36377B
(54,55,123)
0 Favorites   0 Comments

Color spaces of #36377b

RGB 5455123
HSL0.660.390.35
HSV239°56°48°
CMYK 0.560.550.00   0.52
XYZ6.46274.946719.3531
Yxy4.94670.21010.1608
Hunter Lab22.241212.9453-36.0222
CIE-Lab26.582420.5328-39.0323

#36377b color RGB value is (54,55,123).

#36377b hex color red value is 54, green value is 55 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #36377b hue: 0.66 , saturation: 0.39 and the lightness value of 36377b is 0.35.

The process color (four color CMYK) of #36377b color hex is 0.56, 0.55, 0.00, 0.52. Web safe color of #36377b is #333366. Color #36377b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00110111 01111011
Octal 66 67 173
Decimal 54 55 123
Hex 36 37 7B

RGB Percentages of Color #36377b

%23.28
%23.71
%53.02

CMYK Percentages of Color #36377b

%56
%55
%0
%52

Triadic Colors of #36377b

#36377b #7b3637 #377b36

Analogous Colors of #36377b

#36377b #58367b #36597b

Monochromatic Colors of #36377b

#36377b

Complementary Color

#36377b #7b7a36

#36377b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36377b Color Preview on White Background

Lorem ipsum dolor sit amet.

#36377b Color CSS Codes

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

#36377b Text Font Color

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

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


#36377b Background Color

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

This div background color is #36377b


#36377b Border Color

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

This div border color is #36377b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36377b


Comments

No comments written yet.

Please login to write comment.