Color Hex Logo

#373765 Color Hex

#373765
(55,55,101)
0 Favorites   0 Comments

Color spaces of #373765

RGB 5555101
HSL0.670.290.31
HSV240°46°40°
CMYK 0.460.460.00   0.60
XYZ5.29074.484212.8986
Yxy4.48420.23330.1978
Hunter Lab21.17597.5395-21.2913
CIE-Lab25.211613.2735-27.1710

#373765 color RGB value is (55,55,101).

#373765 hex color red value is 55, green value is 55 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #373765 hue: 0.67 , saturation: 0.29 and the lightness value of 373765 is 0.31.

The process color (four color CMYK) of #373765 color hex is 0.46, 0.46, 0.00, 0.60. Web safe color of #373765 is #333366. Color #373765 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00110111 01100101
Octal 67 67 145
Decimal 55 55 101
Hex 37 37 65

RGB Percentages of Color #373765

%26.07
%26.07
%47.87

CMYK Percentages of Color #373765

%46
%46
%0
%60

Triadic Colors of #373765

#373765 #653737 #376537

Analogous Colors of #373765

#373765 #4e3765 #374e65

Monochromatic Colors of #373765

#373765

Complementary Color

#373765 #656537

#373765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#373765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#373765 Color CSS Codes

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

#373765 Text Font Color

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

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


#373765 Background Color

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

This div background color is #373765


#373765 Border Color

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

This div border color is #373765


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #373765


Comments

No comments written yet.

Please login to write comment.