Color Hex Logo

#373cbe Color Hex

#373CBE
(55,60,190)
0 Favorites   0 Comments

Color spaces of #373cbe

RGB 5560190
HSL0.660.550.48
HSV238°71°75°
CMYK 0.710.680.00   0.25
XYZ12.48577.761649.5553
Yxy7.76160.17890.1112
Hunter Lab27.859631.2429-85.9602
CIE-Lab33.481440.8905-68.5287

#373cbe color RGB value is (55,60,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00111100 10111110
Octal 67 74 276
Decimal 55 60 190
Hex 37 3C BE

RGB Percentages of Color #373cbe

%18.03
%19.67
%62.30

CMYK Percentages of Color #373cbe

%71
%68
%0
%25

Triadic Colors of #373cbe

#373cbe #be373c #3cbe37

Analogous Colors of #373cbe

#373cbe #7637be #3780be

Monochromatic Colors of #373cbe

#373cbe

Complementary Color

#373cbe #beb937

#373cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#373cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#373cbe Color CSS Codes

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

#373cbe Text Font Color

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

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


#373cbe Background Color

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

This div background color is #373cbe


#373cbe Border Color

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

This div border color is #373cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #373cbe


Comments

No comments written yet.

Please login to write comment.