Color Hex Logo

#377fbc Color Hex

#377FBC
(55,127,188)
0 Favorites   0 Comments

Color spaces of #377fbc

RGB 55127188
HSL0.580.550.48
HSV208°71°74°
CMYK 0.710.320.00   0.26
XYZ18.242019.621850.4029
Yxy19.62180.20670.2223
Hunter Lab44.2965-4.0098-36.4557
CIE-Lab51.4069-2.1340-38.4948

#377fbc color RGB value is (55,127,188).

#377fbc hex color red value is 55, green value is 127 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #377fbc hue: 0.58 , saturation: 0.55 and the lightness value of 377fbc is 0.48.

The process color (four color CMYK) of #377fbc color hex is 0.71, 0.32, 0.00, 0.26. Web safe color of #377fbc is #3366cc. Color #377fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01111111 10111100
Octal 67 177 274
Decimal 55 127 188
Hex 37 7F BC

RGB Percentages of Color #377fbc

%14.86
%34.32
%50.81

CMYK Percentages of Color #377fbc

%71
%32
%0
%26

Triadic Colors of #377fbc

#377fbc #bc377f #7fbc37

Analogous Colors of #377fbc

#377fbc #373dbc #37bcb7

Monochromatic Colors of #377fbc

#377fbc

Complementary Color

#377fbc #bc7437

#377fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#377fbc Color CSS Codes

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

#377fbc Text Font Color

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

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


#377fbc Background Color

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

This div background color is #377fbc


#377fbc Border Color

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

This div border color is #377fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377fbc


Comments

No comments written yet.

Please login to write comment.