Color Hex Logo

#375066 Color Hex

#375066
(55,80,102)
1 Favorites   0 Comments

Color spaces of #375066

RGB 5580102
HSL0.580.300.31
HSV208°46°40°
CMYK 0.460.220.00   0.60
XYZ6.84257.508913.6591
Yxy7.50890.24430.2681
Hunter Lab27.4024-3.3819-10.3723
CIE-Lab32.9384-2.9421-15.7426

#375066 color RGB value is (55,80,102).

#375066 hex color red value is 55, green value is 80 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #375066 hue: 0.58 , saturation: 0.30 and the lightness value of 375066 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01010000 01100110
Octal 67 120 146
Decimal 55 80 102
Hex 37 50 66

RGB Percentages of Color #375066

%23.21
%33.76
%43.04

CMYK Percentages of Color #375066

%46
%22
%0
%60

Triadic Colors of #375066

#375066 #663750 #506637

Analogous Colors of #375066

#375066 #373966 #376665

Monochromatic Colors of #375066

#375066

Complementary Color

#375066 #664d37

#375066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#375066 Color CSS Codes

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

#375066 Text Font Color

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

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


#375066 Background Color

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

This div background color is #375066


#375066 Border Color

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

This div border color is #375066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375066


Comments

No comments written yet.

Please login to write comment.