Color Hex Logo

#377bee Color Hex

#377BEE
(55,123,238)
0 Favorites   0 Comments

Color spaces of #377bee

RGB 55123238
HSL0.600.840.57
HSV218°77°93°
CMYK 0.770.480.00   0.07
XYZ24.091121.151283.7018
Yxy21.15120.18680.1640
Hunter Lab45.990413.0201-75.7135
CIE-Lab53.114618.5212-64.0494

#377bee color RGB value is (55,123,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01111011 11101110
Octal 67 173 356
Decimal 55 123 238
Hex 37 7B EE

RGB Percentages of Color #377bee

%13.22
%29.57
%57.21

CMYK Percentages of Color #377bee

%77
%48
%0
%7

Triadic Colors of #377bee

#377bee #ee377b #7bee37

Analogous Colors of #377bee

#377bee #4e37ee #37d7ee

Monochromatic Colors of #377bee

#377bee

Complementary Color

#377bee #eeaa37

#377bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#377bee Color CSS Codes

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

#377bee Text Font Color

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

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


#377bee Background Color

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

This div background color is #377bee


#377bee Border Color

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

This div border color is #377bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377bee


Comments

No comments written yet.

Please login to write comment.