Color Hex Logo

#372aaf Color Hex

#372AAF
(55,42,175)
0 Favorites   0 Comments

Color spaces of #372aaf

RGB 5542175
HSL0.680.610.43
HSV246°76°69°
CMYK 0.690.760.00   0.31
XYZ10.14145.563341.0968
Yxy5.56330.17850.0979
Hunter Lab23.586635.4719-86.7948
CIE-Lab28.282846.2757-68.1874

#372aaf color RGB value is (55,42,175).

#372aaf hex color red value is 55, green value is 42 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #372aaf hue: 0.68 , saturation: 0.61 and the lightness value of 372aaf is 0.43.

The process color (four color CMYK) of #372aaf color hex is 0.69, 0.76, 0.00, 0.31. Web safe color of #372aaf is #333399. Color #372aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00101010 10101111
Octal 67 52 257
Decimal 55 42 175
Hex 37 2A AF

RGB Percentages of Color #372aaf

%20.22
%15.44
%64.34

CMYK Percentages of Color #372aaf

%69
%76
%0
%31

Triadic Colors of #372aaf

#372aaf #af372a #2aaf37

Analogous Colors of #372aaf

#372aaf #7a2aaf #2a5faf

Monochromatic Colors of #372aaf

#372aaf

Complementary Color

#372aaf #a2af2a

#372aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#372aaf Color CSS Codes

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

#372aaf Text Font Color

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

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


#372aaf Background Color

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

This div background color is #372aaf


#372aaf Border Color

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

This div border color is #372aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372aaf


Comments

No comments written yet.

Please login to write comment.