Color Hex Logo

#375faa Color Hex

#375FAA
(55,95,170)
0 Favorites   0 Comments

Color spaces of #375faa

RGB 5595170
HSL0.610.510.44
HSV219°68°67°
CMYK 0.680.440.00   0.33
XYZ12.923511.898939.6458
Yxy11.89890.20050.1846
Hunter Lab34.49486.5093-43.9973
CIE-Lab41.055011.1823-44.4450

#375faa color RGB value is (55,95,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011111 10101010
Octal 67 137 252
Decimal 55 95 170
Hex 37 5F AA

RGB Percentages of Color #375faa

%17.19
%29.69
%53.13

CMYK Percentages of Color #375faa

%68
%44
%0
%33

Triadic Colors of #375faa

#375faa #aa375f #5faa37

Analogous Colors of #375faa

#375faa #4837aa #3799aa

Monochromatic Colors of #375faa

#375faa

Complementary Color

#375faa #aa8237

#375faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#375faa Color CSS Codes

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

#375faa Text Font Color

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

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


#375faa Background Color

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

This div background color is #375faa


#375faa Border Color

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

This div border color is #375faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375faa


Comments

No comments written yet.

Please login to write comment.