Color Hex Logo

#372fad Color Hex

#372FAD
(55,47,173)
0 Favorites   0 Comments

Color spaces of #372fad

RGB 5547173
HSL0.680.570.43
HSV244°73°68°
CMYK 0.680.730.00   0.32
XYZ10.13495.862440.1325
Yxy5.86240.18060.1044
Hunter Lab24.212432.3454-81.3256
CIE-Lab29.062642.8639-65.7035

#372fad color RGB value is (55,47,173).

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

The process color (four color CMYK) of #372fad color hex is 0.68, 0.73, 0.00, 0.32. Web safe color of #372fad is #333399. Color #372fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00101111 10101101
Octal 67 57 255
Decimal 55 47 173
Hex 37 2F AD

RGB Percentages of Color #372fad

%20.00
%17.09
%62.91

CMYK Percentages of Color #372fad

%68
%73
%0
%32

Triadic Colors of #372fad

#372fad #ad372f #2fad37

Analogous Colors of #372fad

#372fad #762fad #2f66ad

Monochromatic Colors of #372fad

#372fad

Complementary Color

#372fad #a5ad2f

#372fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#372fad Color CSS Codes

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

#372fad Text Font Color

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

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


#372fad Background Color

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

This div background color is #372fad


#372fad Border Color

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

This div border color is #372fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372fad


Comments

No comments written yet.

Please login to write comment.