Color Hex Logo

#375296 Color Hex

#375296
(55,82,150)
0 Favorites   0 Comments

Color spaces of #375296

RGB 5582150
HSL0.620.460.40
HSV223°63°59°
CMYK 0.630.450.00   0.41
XYZ10.09799.048830.0685
Yxy9.04880.20520.1839
Hunter Lab30.08127.2781-38.2081
CIE-Lab36.078112.3360-40.4511

#375296 color RGB value is (55,82,150).

#375296 hex color red value is 55, green value is 82 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #375296 hue: 0.62 , saturation: 0.46 and the lightness value of 375296 is 0.40.

The process color (four color CMYK) of #375296 color hex is 0.63, 0.45, 0.00, 0.41. Web safe color of #375296 is #336699. Color #375296 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01010010 10010110
Octal 67 122 226
Decimal 55 82 150
Hex 37 52 96

RGB Percentages of Color #375296

%19.16
%28.57
%52.26

CMYK Percentages of Color #375296

%63
%45
%0
%41

Triadic Colors of #375296

#375296 #963752 #529637

Analogous Colors of #375296

#375296 #4c3796 #378296

Monochromatic Colors of #375296

#375296

Complementary Color

#375296 #967b37

#375296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#375296 Color CSS Codes

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

#375296 Text Font Color

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

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


#375296 Background Color

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

This div background color is #375296


#375296 Border Color

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

This div border color is #375296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375296


Comments

No comments written yet.

Please login to write comment.