Color Hex Logo

#375bba Color Hex

#375BBA
(55,91,186)
0 Favorites   0 Comments

Color spaces of #375bba

RGB 5591186
HSL0.620.540.47
HSV224°70°73°
CMYK 0.700.510.00   0.27
XYZ14.179611.839647.9923
Yxy11.83960.19160.1600
Hunter Lab34.408713.3434-58.6099
CIE-Lab40.960019.6653-53.9997

#375bba color RGB value is (55,91,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011011 10111010
Octal 67 133 272
Decimal 55 91 186
Hex 37 5B BA

RGB Percentages of Color #375bba

%16.57
%27.41
%56.02

CMYK Percentages of Color #375bba

%70
%51
%0
%27

Triadic Colors of #375bba

#375bba #ba375b #5bba37

Analogous Colors of #375bba

#375bba #5437ba #379dba

Monochromatic Colors of #375bba

#375bba

Complementary Color

#375bba #ba9637

#375bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#375bba Color CSS Codes

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

#375bba Text Font Color

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

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


#375bba Background Color

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

This div background color is #375bba


#375bba Border Color

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

This div border color is #375bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375bba


Comments

No comments written yet.

Please login to write comment.