Color Hex Logo

#376aee Color Hex

#376AEE
(55,106,238)
0 Favorites   0 Comments

Color spaces of #376aee

RGB 55106238
HSL0.620.840.57
HSV223°77°93°
CMYK 0.770.550.00   0.07
XYZ22.162217.293383.0588
Yxy17.29330.18090.1412
Hunter Lab41.585222.3547-89.3112
CIE-Lab48.627529.1809-71.3154

#376aee color RGB value is (55,106,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01101010 11101110
Octal 67 152 356
Decimal 55 106 238
Hex 37 6A EE

RGB Percentages of Color #376aee

%13.78
%26.57
%59.65

CMYK Percentages of Color #376aee

%77
%55
%0
%7

Triadic Colors of #376aee

#376aee #ee376a #6aee37

Analogous Colors of #376aee

#376aee #6037ee #37c6ee

Monochromatic Colors of #376aee

#376aee

Complementary Color

#376aee #eebb37

#376aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#376aee Color CSS Codes

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

#376aee Text Font Color

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

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


#376aee Background Color

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

This div background color is #376aee


#376aee Border Color

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

This div border color is #376aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376aee


Comments

No comments written yet.

Please login to write comment.