Color Hex Logo

#37386b Color Hex

#37386B
(55,56,107)
0 Favorites   0 Comments

Color spaces of #37386b

RGB 5556107
HSL0.660.320.32
HSV239°49°42°
CMYK 0.490.480.00   0.58
XYZ5.64364.702114.5201
Yxy4.70210.22700.1891
Hunter Lab21.68438.5091-24.5223
CIE-Lab25.868614.5953-29.9929

#37386b color RGB value is (55,56,107).

#37386b hex color red value is 55, green value is 56 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #37386b hue: 0.66 , saturation: 0.32 and the lightness value of 37386b is 0.32.

The process color (four color CMYK) of #37386b color hex is 0.49, 0.48, 0.00, 0.58. Web safe color of #37386b is #333366. Color #37386b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00111000 01101011
Octal 67 70 153
Decimal 55 56 107
Hex 37 38 6B

RGB Percentages of Color #37386b

%25.23
%25.69
%49.08

CMYK Percentages of Color #37386b

%49
%48
%0
%58

Triadic Colors of #37386b

#37386b #6b3738 #386b37

Analogous Colors of #37386b

#37386b #50376b #37526b

Monochromatic Colors of #37386b

#37386b

Complementary Color

#37386b #6b6a37

#37386b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37386b Color Preview on White Background

Lorem ipsum dolor sit amet.

#37386b Color CSS Codes

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

#37386b Text Font Color

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

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


#37386b Background Color

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

This div background color is #37386b


#37386b Border Color

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

This div border color is #37386b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37386b


Comments

No comments written yet.

Please login to write comment.