Color Hex Logo

#3750bf Color Hex

#3750BF
(55,80,191)
0 Favorites   0 Comments

Color spaces of #3750bf

RGB 5580191
HSL0.640.550.48
HSV229°71°75°
CMYK 0.710.580.00   0.25
XYZ13.848210.311150.5506
Yxy10.31110.18540.1380
Hunter Lab32.110920.7861-70.8597
CIE-Lab38.395128.6389-61.0799

#3750bf color RGB value is (55,80,191).

#3750bf hex color red value is 55, green value is 80 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #3750bf hue: 0.64 , saturation: 0.55 and the lightness value of 3750bf is 0.48.

The process color (four color CMYK) of #3750bf color hex is 0.71, 0.58, 0.00, 0.25. Web safe color of #3750bf is #3366cc. Color #3750bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01010000 10111111
Octal 67 120 277
Decimal 55 80 191
Hex 37 50 BF

RGB Percentages of Color #3750bf

%16.87
%24.54
%58.59

CMYK Percentages of Color #3750bf

%71
%58
%0
%25

Triadic Colors of #3750bf

#3750bf #bf3750 #50bf37

Analogous Colors of #3750bf

#3750bf #6237bf #3794bf

Monochromatic Colors of #3750bf

#3750bf

Complementary Color

#3750bf #bfa637

#3750bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3750bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3750bf Color CSS Codes

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

#3750bf Text Font Color

<p style="color:#3750bf">Text here</p>

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


#3750bf Background Color

<div style="background-color:#3750bf">
Div content here</div>

This div background color is #3750bf


#3750bf Border Color

<div style="border:3px solid #3750bf">
Div here</div>

This div border color is #3750bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,80,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3750bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3750bf;
  -webkit-box-shadow: 1px 1px 3px 2px #3750bf;
  box-shadow:         1px 1px 3px 2px #3750bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3750bf


Comments

No comments written yet.

Please login to write comment.