Color Hex Logo

#373dae Color Hex

#373DAE
(55,61,174)
0 Favorites   0 Comments

Color spaces of #373dae

RGB 5561174
HSL0.660.520.45
HSV237°68°68°
CMYK 0.680.650.00   0.32
XYZ10.88437.205740.8616
Yxy7.20570.18460.1222
Hunter Lab26.843425.4010-71.4620
CIE-Lab32.270734.7416-61.0355

#373dae color RGB value is (55,61,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00111101 10101110
Octal 67 75 256
Decimal 55 61 174
Hex 37 3D AE

RGB Percentages of Color #373dae

%18.97
%21.03
%60.00

CMYK Percentages of Color #373dae

%68
%65
%0
%32

Triadic Colors of #373dae

#373dae #ae373d #3dae37

Analogous Colors of #373dae

#373dae #6d37ae #3779ae

Monochromatic Colors of #373dae

#373dae

Complementary Color

#373dae #aea837

#373dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#373dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#373dae Color CSS Codes

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

#373dae Text Font Color

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

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


#373dae Background Color

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

This div background color is #373dae


#373dae Border Color

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

This div border color is #373dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #373dae


Comments

No comments written yet.

Please login to write comment.