Color Hex Logo

#375eaf Color Hex

#375EAF
(55,94,175)
0 Favorites   0 Comments

Color spaces of #375eaf

RGB 5594175
HSL0.610.520.45
HSV221°69°69°
CMYK 0.690.460.00   0.31
XYZ13.316111.912842.1550
Yxy11.91280.19760.1768
Hunter Lab34.51498.4654-48.2537
CIE-Lab41.077213.6642-47.3582

#375eaf color RGB value is (55,94,175).

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

The process color (four color CMYK) of #375eaf color hex is 0.69, 0.46, 0.00, 0.31. Web safe color of #375eaf is #336699. Color #375eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011110 10101111
Octal 67 136 257
Decimal 55 94 175
Hex 37 5E AF

RGB Percentages of Color #375eaf

%16.98
%29.01
%54.01

CMYK Percentages of Color #375eaf

%69
%46
%0
%31

Triadic Colors of #375eaf

#375eaf #af375e #5eaf37

Analogous Colors of #375eaf

#375eaf #4c37af #379aaf

Monochromatic Colors of #375eaf

#375eaf

Complementary Color

#375eaf #af8837

#375eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#375eaf Color CSS Codes

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

#375eaf Text Font Color

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

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


#375eaf Background Color

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

This div background color is #375eaf


#375eaf Border Color

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

This div border color is #375eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375eaf


Comments

No comments written yet.

Please login to write comment.