Color Hex Logo

#375eab Color Hex

#375EAB
(55,94,171)
0 Favorites   0 Comments

Color spaces of #375eab

RGB 5594171
HSL0.610.510.44
HSV220°68°67°
CMYK 0.680.450.00   0.33
XYZ12.928911.757940.1162
Yxy11.75790.19950.1814
Hunter Lab34.28987.2959-45.3615
CIE-Lab40.828712.1934-45.3977

#375eab color RGB value is (55,94,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011110 10101011
Octal 67 136 253
Decimal 55 94 171
Hex 37 5E AB

RGB Percentages of Color #375eab

%17.19
%29.38
%53.44

CMYK Percentages of Color #375eab

%68
%45
%0
%33

Triadic Colors of #375eab

#375eab #ab375e #5eab37

Analogous Colors of #375eab

#375eab #4a37ab #3798ab

Monochromatic Colors of #375eab

#375eab

Complementary Color

#375eab #ab8437

#375eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#375eab Color CSS Codes

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

#375eab Text Font Color

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

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


#375eab Background Color

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

This div background color is #375eab


#375eab Border Color

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

This div border color is #375eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375eab


Comments

No comments written yet.

Please login to write comment.