Color Hex Logo

#375365 Color Hex

#375365
(55,83,101)
0 Favorites   0 Comments

Color spaces of #375365

RGB 5583101
HSL0.570.290.31
HSV203°46°40°
CMYK 0.460.180.00   0.60
XYZ7.01787.938313.4743
Yxy7.93830.24680.2792
Hunter Lab28.1750-4.8456-8.6321
CIE-Lab33.8541-5.1274-13.7104

#375365 color RGB value is (55,83,101).

#375365 hex color red value is 55, green value is 83 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #375365 hue: 0.57 , saturation: 0.29 and the lightness value of 375365 is 0.31.

The process color (four color CMYK) of #375365 color hex is 0.46, 0.18, 0.00, 0.60. Web safe color of #375365 is #336666. Color #375365 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01010011 01100101
Octal 67 123 145
Decimal 55 83 101
Hex 37 53 65

RGB Percentages of Color #375365

%23.01
%34.73
%42.26

CMYK Percentages of Color #375365

%46
%18
%0
%60

Triadic Colors of #375365

#375365 #653753 #536537

Analogous Colors of #375365

#375365 #373c65 #376560

Monochromatic Colors of #375365

#375365

Complementary Color

#375365 #654937

#375365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#375365 Color CSS Codes

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

#375365 Text Font Color

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

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


#375365 Background Color

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

This div background color is #375365


#375365 Border Color

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

This div border color is #375365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375365


Comments

No comments written yet.

Please login to write comment.