Color Hex Logo

#372b6d Color Hex

#372B6D
(55,43,109)
0 Favorites   0 Comments

Color spaces of #372b6d

RGB 5543109
HSL0.700.430.30
HSV251°61°43°
CMYK 0.500.610.00   0.57
XYZ5.19973.644114.8973
Yxy3.64410.21900.1535
Hunter Lab19.089515.2140-32.9067
CIE-Lab22.458124.0412-36.7503

#372b6d color RGB value is (55,43,109).

#372b6d hex color red value is 55, green value is 43 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #372b6d hue: 0.70 , saturation: 0.43 and the lightness value of 372b6d is 0.30.

The process color (four color CMYK) of #372b6d color hex is 0.50, 0.61, 0.00, 0.57. Web safe color of #372b6d is #333366. Color #372b6d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00101011 01101101
Octal 67 53 155
Decimal 55 43 109
Hex 37 2B 6D

RGB Percentages of Color #372b6d

%26.57
%20.77
%52.66

CMYK Percentages of Color #372b6d

%50
%61
%0
%57

Triadic Colors of #372b6d

#372b6d #6d372b #2b6d37

Analogous Colors of #372b6d

#372b6d #582b6d #2b406d

Monochromatic Colors of #372b6d

#372b6d

Complementary Color

#372b6d #616d2b

#372b6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372b6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#372b6d Color CSS Codes

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

#372b6d Text Font Color

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

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


#372b6d Background Color

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

This div background color is #372b6d


#372b6d Border Color

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

This div border color is #372b6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372b6d


Comments

No comments written yet.

Please login to write comment.