Color Hex Logo

#377afb Color Hex

#377AFB
(55,122,251)
0 Favorites   0 Comments

Color spaces of #377afb

RGB 55122251
HSL0.610.960.60
HSV219°78°98°
CMYK 0.780.510.00   0.02
XYZ25.947721.696394.0870
Yxy21.69630.18310.1531
Hunter Lab46.579317.9224-87.1563
CIE-Lab53.703323.9120-70.3182

#377afb color RGB value is (55,122,251).

#377afb hex color red value is 55, green value is 122 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #377afb hue: 0.61 , saturation: 0.96 and the lightness value of 377afb is 0.60.

The process color (four color CMYK) of #377afb color hex is 0.78, 0.51, 0.00, 0.02. Web safe color of #377afb is #3366ff. Color #377afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01111010 11111011
Octal 67 172 373
Decimal 55 122 251
Hex 37 7A FB

RGB Percentages of Color #377afb

%12.85
%28.50
%58.64

CMYK Percentages of Color #377afb

%78
%51
%0
%2

Triadic Colors of #377afb

#377afb #fb377a #7afb37

Analogous Colors of #377afb

#377afb #5637fb #37dcfb

Monochromatic Colors of #377afb

#377afb

Complementary Color

#377afb #fbb837

#377afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#377afb Color CSS Codes

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

#377afb Text Font Color

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

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


#377afb Background Color

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

This div background color is #377afb


#377afb Border Color

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

This div border color is #377afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377afb

Related Colors


Comments

No comments written yet.

Please login to write comment.