Color Hex Logo

#375aaa Color Hex

#375AAA
(55,90,170)
0 Favorites   0 Comments

Color spaces of #375aaa

RGB 5590170
HSL0.620.510.44
HSV222°68°67°
CMYK 0.680.470.00   0.33
XYZ12.487411.026839.5004
Yxy11.02680.19820.1750
Hunter Lab33.20669.0136-47.2828
CIE-Lab39.625614.4184-46.7347

#375aaa color RGB value is (55,90,170).

#375aaa hex color red value is 55, green value is 90 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #375aaa hue: 0.62 , saturation: 0.51 and the lightness value of 375aaa is 0.44.

The process color (four color CMYK) of #375aaa color hex is 0.68, 0.47, 0.00, 0.33. Web safe color of #375aaa is #336699. Color #375aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011010 10101010
Octal 67 132 252
Decimal 55 90 170
Hex 37 5A AA

RGB Percentages of Color #375aaa

%17.46
%28.57
%53.97

CMYK Percentages of Color #375aaa

%68
%47
%0
%33

Triadic Colors of #375aaa

#375aaa #aa375a #5aaa37

Analogous Colors of #375aaa

#375aaa #4e37aa #3794aa

Monochromatic Colors of #375aaa

#375aaa

Complementary Color

#375aaa #aa8737

#375aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#375aaa Color CSS Codes

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

#375aaa Text Font Color

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

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


#375aaa Background Color

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

This div background color is #375aaa


#375aaa Border Color

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

This div border color is #375aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375aaa


Comments

No comments written yet.

Please login to write comment.