Color Hex Logo

#375599 Color Hex

#375599
(55,85,153)
0 Favorites   0 Comments

Color spaces of #375599

RGB 5585153
HSL0.620.470.41
HSV222°64°60°
CMYK 0.640.440.00   0.40
XYZ10.57389.609131.4344
Yxy9.60910.20480.1862
Hunter Lab30.99856.6400-38.4247
CIE-Lab37.131511.4585-40.5778

#375599 color RGB value is (55,85,153).

#375599 hex color red value is 55, green value is 85 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #375599 hue: 0.62 , saturation: 0.47 and the lightness value of 375599 is 0.41.

The process color (four color CMYK) of #375599 color hex is 0.64, 0.44, 0.00, 0.40. Web safe color of #375599 is #336699. Color #375599 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01010101 10011001
Octal 67 125 231
Decimal 55 85 153
Hex 37 55 99

RGB Percentages of Color #375599

%18.77
%29.01
%52.22

CMYK Percentages of Color #375599

%64
%44
%0
%40

Triadic Colors of #375599

#375599 #993755 #559937

Analogous Colors of #375599

#375599 #4a3799 #378699

Monochromatic Colors of #375599

#375599

Complementary Color

#375599 #997b37

#375599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#375599 Color CSS Codes

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

#375599 Text Font Color

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

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


#375599 Background Color

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

This div background color is #375599


#375599 Border Color

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

This div border color is #375599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375599


Comments

No comments written yet.

Please login to write comment.