Color Hex Logo

#375ea2 Color Hex

#375EA2
(55,94,162)
0 Favorites   0 Comments

Color spaces of #375ea2

RGB 5594162
HSL0.610.490.43
HSV218°66°64°
CMYK 0.660.420.00   0.36
XYZ12.099811.426335.7502
Yxy11.42630.20410.1928
Hunter Lab33.80284.7396-39.0437
CIE-Lab40.28948.8995-40.9251

#375ea2 color RGB value is (55,94,162).

#375ea2 hex color red value is 55, green value is 94 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #375ea2 hue: 0.61 , saturation: 0.49 and the lightness value of 375ea2 is 0.43.

The process color (four color CMYK) of #375ea2 color hex is 0.66, 0.42, 0.00, 0.36. Web safe color of #375ea2 is #336699. Color #375ea2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011110 10100010
Octal 67 136 242
Decimal 55 94 162
Hex 37 5E A2

RGB Percentages of Color #375ea2

%17.68
%30.23
%52.09

CMYK Percentages of Color #375ea2

%66
%42
%0
%36

Triadic Colors of #375ea2

#375ea2 #a2375e #5ea237

Analogous Colors of #375ea2

#375ea2 #4637a2 #3794a2

Monochromatic Colors of #375ea2

#375ea2

Complementary Color

#375ea2 #a27b37

#375ea2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375ea2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#375ea2 Color CSS Codes

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

#375ea2 Text Font Color

<p style="color:#375ea2">Text here</p>

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


#375ea2 Background Color

<div style="background-color:#375ea2">
Div content here</div>

This div background color is #375ea2


#375ea2 Border Color

<div style="border:3px solid #375ea2">
Div here</div>

This div border color is #375ea2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,94,162, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #375ea2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #375ea2;
  -webkit-box-shadow: 1px 1px 3px 2px #375ea2;
  box-shadow:         1px 1px 3px 2px #375ea2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375ea2


Comments

No comments written yet.

Please login to write comment.