Color Hex Logo

#378bff Color Hex

#378BFF
(55,139,255)
1 Favorites   0 Comments

Color spaces of #378bff

RGB 55139255
HSL0.601.000.61
HSV215°78°100°
CMYK 0.780.450.00   0.00
XYZ28.858226.497598.2013
Yxy26.49750.18790.1726
Hunter Lab51.47579.9877-77.0758
CIE-Lab58.506314.9097-64.7744

#378bff color RGB value is (55,139,255).

#378bff hex color red value is 55, green value is 139 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #378bff hue: 0.60 , saturation: 1.00 and the lightness value of 378bff is 0.61.

The process color (four color CMYK) of #378bff color hex is 0.78, 0.45, 0.00, 0.00. Web safe color of #378bff is #3399ff. Color #378bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10001011 11111111
Octal 67 213 377
Decimal 55 139 255
Hex 37 8B FF

RGB Percentages of Color #378bff

%12.25
%30.96
%56.79

CMYK Percentages of Color #378bff

%78
%45
%0
%0

Triadic Colors of #378bff

#378bff #ff378b #8bff37

Analogous Colors of #378bff

#378bff #4737ff #37efff

Monochromatic Colors of #378bff

#378bff

Complementary Color

#378bff #ffab37

#378bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#378bff Color CSS Codes

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

#378bff Text Font Color

<p style="color:#378bff">Text here</p>

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


#378bff Background Color

<div style="background-color:#378bff">
Div content here</div>

This div background color is #378bff


#378bff Border Color

<div style="border:3px solid #378bff">
Div here</div>

This div border color is #378bff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,139,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #378bff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #378bff;
  -webkit-box-shadow: 1px 1px 3px 2px #378bff;
  box-shadow:         1px 1px 3px 2px #378bff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378bff

#378bff Color Palettes


Comments

No comments written yet.

Please login to write comment.