Color Hex Logo

#372efb Color Hex

#372EFB
(55,46,251)
0 Favorites   0 Comments

Color spaces of #372efb

RGB 5546251
HSL0.670.960.58
HSV243°82°98°
CMYK 0.780.820.00   0.02
XYZ19.96519.731292.0928
Yxy9.73120.16390.0799
Hunter Lab31.194959.6512-153.1982
CIE-Lab37.355667.2410-97.1484

#372efb color RGB value is (55,46,251).

#372efb hex color red value is 55, green value is 46 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #372efb hue: 0.67 , saturation: 0.96 and the lightness value of 372efb is 0.58.

The process color (four color CMYK) of #372efb color hex is 0.78, 0.82, 0.00, 0.02. Web safe color of #372efb is #3333ff. Color #372efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00101110 11111011
Octal 67 56 373
Decimal 55 46 251
Hex 37 2E FB

RGB Percentages of Color #372efb

%15.63
%13.07
%71.31

CMYK Percentages of Color #372efb

%78
%82
%0
%2

Triadic Colors of #372efb

#372efb #fb372e #2efb37

Analogous Colors of #372efb

#372efb #9e2efb #2e8cfb

Monochromatic Colors of #372efb

#372efb

Complementary Color

#372efb #f2fb2e

#372efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#372efb Color CSS Codes

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

#372efb Text Font Color

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

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


#372efb Background Color

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

This div background color is #372efb


#372efb Border Color

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

This div border color is #372efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372efb


Comments

No comments written yet.

Please login to write comment.