Color Hex Logo

#373eae Color Hex

#373EAE
(55,62,174)
0 Favorites   0 Comments

Color spaces of #373eae

RGB 5562174
HSL0.660.520.45
HSV236°68°68°
CMYK 0.680.640.00   0.32
XYZ10.93827.313540.8795
Yxy7.31350.18500.1237
Hunter Lab27.043524.8713-70.6936
CIE-Lab32.510234.1093-60.6436

#373eae color RGB value is (55,62,174).

#373eae hex color red value is 55, green value is 62 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #373eae hue: 0.66 , saturation: 0.52 and the lightness value of 373eae is 0.45.

The process color (four color CMYK) of #373eae color hex is 0.68, 0.64, 0.00, 0.32. Web safe color of #373eae is #333399. Color #373eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00111110 10101110
Octal 67 76 256
Decimal 55 62 174
Hex 37 3E AE

RGB Percentages of Color #373eae

%18.90
%21.31
%59.79

CMYK Percentages of Color #373eae

%68
%64
%0
%32

Triadic Colors of #373eae

#373eae #ae373e #3eae37

Analogous Colors of #373eae

#373eae #6c37ae #377aae

Monochromatic Colors of #373eae

#373eae

Complementary Color

#373eae #aea737

#373eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#373eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#373eae Color CSS Codes

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

#373eae Text Font Color

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

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


#373eae Background Color

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

This div background color is #373eae


#373eae Border Color

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

This div border color is #373eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #373eae


Comments

No comments written yet.

Please login to write comment.