Color Hex Logo

#377eeb Color Hex

#377EEB
(55,126,235)
0 Favorites   0 Comments

Color spaces of #377eeb

RGB 55126235
HSL0.600.820.57
HSV216°77°92°
CMYK 0.770.460.00   0.08
XYZ24.031821.732181.5254
Yxy21.73210.18880.1707
Hunter Lab46.617710.4372-71.0544
CIE-Lab53.741615.5587-61.3664

#377eeb color RGB value is (55,126,235).

#377eeb hex color red value is 55, green value is 126 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #377eeb hue: 0.60 , saturation: 0.82 and the lightness value of 377eeb is 0.57.

The process color (four color CMYK) of #377eeb color hex is 0.77, 0.46, 0.00, 0.08. Web safe color of #377eeb is #3366ff. Color #377eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01111110 11101011
Octal 67 176 353
Decimal 55 126 235
Hex 37 7E EB

RGB Percentages of Color #377eeb

%13.22
%30.29
%56.49

CMYK Percentages of Color #377eeb

%77
%46
%0
%8

Triadic Colors of #377eeb

#377eeb #eb377e #7eeb37

Analogous Colors of #377eeb

#377eeb #4a37eb #37d8eb

Monochromatic Colors of #377eeb

#377eeb

Complementary Color

#377eeb #eba437

#377eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#377eeb Color CSS Codes

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

#377eeb Text Font Color

<p style="color:#377eeb">Text here</p>

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


#377eeb Background Color

<div style="background-color:#377eeb">
Div content here</div>

This div background color is #377eeb


#377eeb Border Color

<div style="border:3px solid #377eeb">
Div here</div>

This div border color is #377eeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,126,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #377eeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #377eeb;
  -webkit-box-shadow: 1px 1px 3px 2px #377eeb;
  box-shadow:         1px 1px 3px 2px #377eeb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377eeb


Comments

No comments written yet.

Please login to write comment.