Color Hex Logo

#373fbe Color Hex

#373FBE
(55,63,190)
0 Favorites   0 Comments

Color spaces of #373fbe

RGB 5563190
HSL0.660.550.48
HSV236°71°75°
CMYK 0.710.670.00   0.25
XYZ12.64738.084949.6092
Yxy8.08490.17980.1149
Hunter Lab28.434029.6366-83.5405
CIE-Lab34.159139.0612-67.4160

#373fbe color RGB value is (55,63,190).

#373fbe hex color red value is 55, green value is 63 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #373fbe hue: 0.66 , saturation: 0.55 and the lightness value of 373fbe is 0.48.

The process color (four color CMYK) of #373fbe color hex is 0.71, 0.67, 0.00, 0.25. Web safe color of #373fbe is #3333cc. Color #373fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00111111 10111110
Octal 67 77 276
Decimal 55 63 190
Hex 37 3F BE

RGB Percentages of Color #373fbe

%17.86
%20.45
%61.69

CMYK Percentages of Color #373fbe

%71
%67
%0
%25

Triadic Colors of #373fbe

#373fbe #be373f #3fbe37

Analogous Colors of #373fbe

#373fbe #7337be #3783be

Monochromatic Colors of #373fbe

#373fbe

Complementary Color

#373fbe #beb637

#373fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#373fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#373fbe Color CSS Codes

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

#373fbe Text Font Color

<p style="color:#373fbe">Text here</p>

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


#373fbe Background Color

<div style="background-color:#373fbe">
Div content here</div>

This div background color is #373fbe


#373fbe Border Color

<div style="border:3px solid #373fbe">
Div here</div>

This div border color is #373fbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,63,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #373fbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #373fbe;
  -webkit-box-shadow: 1px 1px 3px 2px #373fbe;
  box-shadow:         1px 1px 3px 2px #373fbe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #373fbe


Comments

No comments written yet.

Please login to write comment.