Color Hex Logo

#375fbd Color Hex

#375FBD
(55,95,189)
0 Favorites   0 Comments

Color spaces of #375fbd

RGB 5595189
HSL0.620.550.48
HSV222°71°74°
CMYK 0.710.500.00   0.26
XYZ14.853112.670849.8070
Yxy12.67080.19210.1639
Hunter Lab35.596112.1892-58.0430
CIE-Lab42.263018.1829-53.6481

#375fbd color RGB value is (55,95,189).

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

The process color (four color CMYK) of #375fbd color hex is 0.71, 0.50, 0.00, 0.26. Web safe color of #375fbd is #3366cc. Color #375fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011111 10111101
Octal 67 137 275
Decimal 55 95 189
Hex 37 5F BD

RGB Percentages of Color #375fbd

%16.22
%28.02
%55.75

CMYK Percentages of Color #375fbd

%71
%50
%0
%26

Triadic Colors of #375fbd

#375fbd #bd375f #5fbd37

Analogous Colors of #375fbd

#375fbd #5237bd #37a2bd

Monochromatic Colors of #375fbd

#375fbd

Complementary Color

#375fbd #bd9537

#375fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#375fbd Color CSS Codes

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

#375fbd Text Font Color

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

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


#375fbd Background Color

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

This div background color is #375fbd


#375fbd Border Color

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

This div border color is #375fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375fbd


Comments

No comments written yet.

Please login to write comment.