Color Hex Logo

#379cb2 Color Hex

#379CB2
(55,156,178)
0 Favorites   0 Comments

Color spaces of #379cb2

RGB 55156178
HSL0.530.530.46
HSV191°69°70°
CMYK 0.690.120.00   0.30
XYZ21.499927.803546.3529
Yxy27.80350.22480.2907
Hunter Lab52.7290-19.4936-15.2102
CIE-Lab59.7108-21.6886-19.9176

#379cb2 color RGB value is (55,156,178).

#379cb2 hex color red value is 55, green value is 156 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #379cb2 hue: 0.53 , saturation: 0.53 and the lightness value of 379cb2 is 0.46.

The process color (four color CMYK) of #379cb2 color hex is 0.69, 0.12, 0.00, 0.30. Web safe color of #379cb2 is #339999. Color #379cb2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10011100 10110010
Octal 67 234 262
Decimal 55 156 178
Hex 37 9C B2

RGB Percentages of Color #379cb2

%14.14
%40.10
%45.76

CMYK Percentages of Color #379cb2

%69
%12
%0
%30

Triadic Colors of #379cb2

#379cb2 #b2379c #9cb237

Analogous Colors of #379cb2

#379cb2 #375eb2 #37b28b

Monochromatic Colors of #379cb2

#379cb2

Complementary Color

#379cb2 #b24d37

#379cb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#379cb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#379cb2 Color CSS Codes

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

#379cb2 Text Font Color

<p style="color:#379cb2">Text here</p>

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


#379cb2 Background Color

<div style="background-color:#379cb2">
Div content here</div>

This div background color is #379cb2


#379cb2 Border Color

<div style="border:3px solid #379cb2">
Div here</div>

This div border color is #379cb2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,156,178, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #379cb2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #379cb2;
  -webkit-box-shadow: 1px 1px 3px 2px #379cb2;
  box-shadow:         1px 1px 3px 2px #379cb2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #379cb2


Comments

No comments written yet.

Please login to write comment.