Color Hex Logo

#375aba Color Hex

#375ABA
(55,90,186)
0 Favorites   0 Comments

Color spaces of #375aba

RGB 5590186
HSL0.620.540.47
HSV224°70°73°
CMYK 0.700.520.00   0.27
XYZ14.094611.669747.9640
Yxy11.66970.19120.1583
Hunter Lab34.160913.8664-59.3340
CIE-Lab40.686320.3144-54.4418

#375aba color RGB value is (55,90,186).

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

The process color (four color CMYK) of #375aba color hex is 0.70, 0.52, 0.00, 0.27. Web safe color of #375aba is #3366cc. Color #375aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011010 10111010
Octal 67 132 272
Decimal 55 90 186
Hex 37 5A BA

RGB Percentages of Color #375aba

%16.62
%27.19
%56.19

CMYK Percentages of Color #375aba

%70
%52
%0
%27

Triadic Colors of #375aba

#375aba #ba375a #5aba37

Analogous Colors of #375aba

#375aba #5637ba #379cba

Monochromatic Colors of #375aba

#375aba

Complementary Color

#375aba #ba9737

#375aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#375aba Color CSS Codes

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

#375aba Text Font Color

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

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


#375aba Background Color

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

This div background color is #375aba


#375aba Border Color

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

This div border color is #375aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375aba


Comments

No comments written yet.

Please login to write comment.