Color Hex Logo

#372faf Color Hex

#372FAF
(55,47,175)
0 Favorites   0 Comments

Color spaces of #372faf

RGB 5547175
HSL0.680.580.44
HSV244°73°69°
CMYK 0.690.730.00   0.31
XYZ10.32995.940441.1596
Yxy5.94040.17990.1034
Hunter Lab24.372933.0004-83.0645
CIE-Lab29.261643.5172-66.5734

#372faf color RGB value is (55,47,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00101111 10101111
Octal 67 57 257
Decimal 55 47 175
Hex 37 2F AF

RGB Percentages of Color #372faf

%19.86
%16.97
%63.18

CMYK Percentages of Color #372faf

%69
%73
%0
%31

Triadic Colors of #372faf

#372faf #af372f #2faf37

Analogous Colors of #372faf

#372faf #772faf #2f67af

Monochromatic Colors of #372faf

#372faf

Complementary Color

#372faf #a7af2f

#372faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#372faf Color CSS Codes

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

#372faf Text Font Color

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

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


#372faf Background Color

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

This div background color is #372faf


#372faf Border Color

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

This div border color is #372faf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,47,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 #372faf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372faf


Comments

No comments written yet.

Please login to write comment.