Color Hex Logo

#379beb Color Hex

#379BEB
(55,155,235)
0 Favorites   0 Comments

Color spaces of #379beb

RGB 55155235
HSL0.570.820.57
HSV207°77°92°
CMYK 0.770.340.00   0.08
XYZ28.292330.253182.9455
Yxy30.25310.20000.2138
Hunter Lab55.0028-4.4383-50.9087
CIE-Lab61.8720-1.8088-48.3969

#379beb color RGB value is (55,155,235).

#379beb hex color red value is 55, green value is 155 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #379beb hue: 0.57 , saturation: 0.82 and the lightness value of 379beb is 0.57.

The process color (four color CMYK) of #379beb color hex is 0.77, 0.34, 0.00, 0.08. Web safe color of #379beb is #3399ff. Color #379beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10011011 11101011
Octal 67 233 353
Decimal 55 155 235
Hex 37 9B EB

RGB Percentages of Color #379beb

%12.36
%34.83
%52.81

CMYK Percentages of Color #379beb

%77
%34
%0
%8

Triadic Colors of #379beb

#379beb #eb379b #9beb37

Analogous Colors of #379beb

#379beb #3741eb #37ebe1

Monochromatic Colors of #379beb

#379beb

Complementary Color

#379beb #eb8737

#379beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#379beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#379beb Color CSS Codes

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

#379beb Text Font Color

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

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


#379beb Background Color

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

This div background color is #379beb


#379beb Border Color

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

This div border color is #379beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #379beb


Comments

No comments written yet.

Please login to write comment.