Color Hex Logo

#375bae Color Hex

#375BAE
(55,91,174)
0 Favorites   0 Comments

Color spaces of #375bae

RGB 5591174
HSL0.620.520.45
HSV222°68°68°
CMYK 0.680.480.00   0.32
XYZ12.956611.350441.5524
Yxy11.35040.19670.1723
Hunter Lab33.69049.6892-49.5428
CIE-Lab40.164515.2400-48.2339

#375bae color RGB value is (55,91,174).

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

The process color (four color CMYK) of #375bae color hex is 0.68, 0.48, 0.00, 0.32. Web safe color of #375bae is #336699. Color #375bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011011 10101110
Octal 67 133 256
Decimal 55 91 174
Hex 37 5B AE

RGB Percentages of Color #375bae

%17.19
%28.44
%54.38

CMYK Percentages of Color #375bae

%68
%48
%0
%32

Triadic Colors of #375bae

#375bae #ae375b #5bae37

Analogous Colors of #375bae

#375bae #4e37ae #3797ae

Monochromatic Colors of #375bae

#375bae

Complementary Color

#375bae #ae8a37

#375bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#375bae Color CSS Codes

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

#375bae Text Font Color

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

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


#375bae Background Color

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

This div background color is #375bae


#375bae Border Color

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

This div border color is #375bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375bae


Comments

No comments written yet.

Please login to write comment.