Color Hex Logo

#377dbc Color Hex

#377DBC
(55,125,188)
0 Favorites   0 Comments

Color spaces of #377dbc

RGB 55125188
HSL0.580.550.48
HSV208°71°74°
CMYK 0.710.340.00   0.26
XYZ17.986319.110350.3176
Yxy19.11030.20580.2186
Hunter Lab43.7153-3.0595-37.6438
CIE-Lab50.8160-0.9410-39.4263

#377dbc color RGB value is (55,125,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01111101 10111100
Octal 67 175 274
Decimal 55 125 188
Hex 37 7D BC

RGB Percentages of Color #377dbc

%14.95
%33.97
%51.09

CMYK Percentages of Color #377dbc

%71
%34
%0
%26

Triadic Colors of #377dbc

#377dbc #bc377d #7dbc37

Analogous Colors of #377dbc

#377dbc #373bbc #37bcb9

Monochromatic Colors of #377dbc

#377dbc

Complementary Color

#377dbc #bc7637

#377dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#377dbc Color CSS Codes

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

#377dbc Text Font Color

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

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


#377dbc Background Color

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

This div background color is #377dbc


#377dbc Border Color

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

This div border color is #377dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377dbc


Comments

No comments written yet.

Please login to write comment.