Color Hex Logo

#378291 Color Hex

#378291
(55,130,145)
0 Favorites   0 Comments

Color spaces of #378291

RGB 55130145
HSL0.530.450.39
HSV190°62°57°
CMYK 0.620.100.00   0.43
XYZ14.669018.821829.6479
Yxy18.82180.23230.2981
Hunter Lab43.3841-15.5679-10.1488
CIE-Lab50.4781-18.3443-15.0134

#378291 color RGB value is (55,130,145).

#378291 hex color red value is 55, green value is 130 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #378291 hue: 0.53 , saturation: 0.45 and the lightness value of 378291 is 0.39.

The process color (four color CMYK) of #378291 color hex is 0.62, 0.10, 0.00, 0.43. Web safe color of #378291 is #339999. Color #378291 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10000010 10010001
Octal 67 202 221
Decimal 55 130 145
Hex 37 82 91

RGB Percentages of Color #378291

%16.67
%39.39
%43.94

CMYK Percentages of Color #378291

%62
%10
%0
%43

Triadic Colors of #378291

#378291 #913782 #829137

Analogous Colors of #378291

#378291 #375591 #379173

Monochromatic Colors of #378291

#378291

Complementary Color

#378291 #914637

#378291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#378291 Color CSS Codes

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

#378291 Text Font Color

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

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


#378291 Background Color

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

This div background color is #378291


#378291 Border Color

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

This div border color is #378291


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,130,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #378291; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #378291;
  -webkit-box-shadow: 1px 1px 3px 2px #378291;
  box-shadow:         1px 1px 3px 2px #378291; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378291


Comments

No comments written yet.

Please login to write comment.