Color Hex Logo

#375fba Color Hex

#375FBA
(55,95,186)
0 Favorites   0 Comments

Color spaces of #375fba

RGB 5595186
HSL0.620.540.47
HSV222°70°73°
CMYK 0.700.490.00   0.27
XYZ14.530712.541848.1093
Yxy12.54180.19330.1668
Hunter Lab35.414411.2642-55.7534
CIE-Lab42.064617.0752-52.2190

#375fba color RGB value is (55,95,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011111 10111010
Octal 67 137 272
Decimal 55 95 186
Hex 37 5F BA

RGB Percentages of Color #375fba

%16.37
%28.27
%55.36

CMYK Percentages of Color #375fba

%70
%49
%0
%27

Triadic Colors of #375fba

#375fba #ba375f #5fba37

Analogous Colors of #375fba

#375fba #5137ba #37a1ba

Monochromatic Colors of #375fba

#375fba

Complementary Color

#375fba #ba9237

#375fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#375fba Color CSS Codes

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

#375fba Text Font Color

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

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


#375fba Background Color

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

This div background color is #375fba


#375fba Border Color

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

This div border color is #375fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375fba


Comments

No comments written yet.

Please login to write comment.