Color Hex Logo

#376eeb Color Hex

#376EEB
(55,110,235)
0 Favorites   0 Comments

Color spaces of #376eeb

RGB 55110235
HSL0.620.820.57
HSV222°77°92°
CMYK 0.770.530.00   0.08
XYZ22.146917.962280.8971
Yxy17.96220.18300.1484
Hunter Lab42.381819.1081-83.5036
CIE-Lab49.450225.5638-68.2975

#376eeb color RGB value is (55,110,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01101110 11101011
Octal 67 156 353
Decimal 55 110 235
Hex 37 6E EB

RGB Percentages of Color #376eeb

%13.75
%27.50
%58.75

CMYK Percentages of Color #376eeb

%77
%53
%0
%8

Triadic Colors of #376eeb

#376eeb #eb376e #6eeb37

Analogous Colors of #376eeb

#376eeb #5a37eb #37c8eb

Monochromatic Colors of #376eeb

#376eeb

Complementary Color

#376eeb #ebb437

#376eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#376eeb Color CSS Codes

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

#376eeb Text Font Color

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

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


#376eeb Background Color

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

This div background color is #376eeb


#376eeb Border Color

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

This div border color is #376eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376eeb


Comments

No comments written yet.

Please login to write comment.