Color Hex Logo

#295c76 Color Hex

#295C76
(41,92,118)
0 Favorites   0 Comments

Color spaces of #295c76

RGB 4192118
HSL0.560.480.31
HSV200°65°46°
CMYK 0.650.220.00   0.54
XYZ8.01169.433718.5382
Yxy9.43370.22260.2622
Hunter Lab30.7143-7.1897-14.2855
CIE-Lab36.8063-8.3847-19.8039

#295c76 color RGB value is (41,92,118).

#295c76 hex color red value is 41, green value is 92 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #295c76 hue: 0.56 , saturation: 0.48 and the lightness value of 295c76 is 0.31.

The process color (four color CMYK) of #295c76 color hex is 0.65, 0.22, 0.00, 0.54. Web safe color of #295c76 is #336666. Color #295c76 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01011100 01110110
Octal 51 134 166
Decimal 41 92 118
Hex 29 5C 76

RGB Percentages of Color #295c76

%16.33
%36.65
%47.01

CMYK Percentages of Color #295c76

%65
%22
%0
%54

Triadic Colors of #295c76

#295c76 #76295c #5c7629

Analogous Colors of #295c76

#295c76 #293676 #29766a

Monochromatic Colors of #295c76

#295c76

Complementary Color

#295c76 #764329

#295c76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295c76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#295c76 Color CSS Codes

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

#295c76 Text Font Color

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

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


#295c76 Background Color

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

This div background color is #295c76


#295c76 Border Color

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

This div border color is #295c76


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,92,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #295c76; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #295c76;
  -webkit-box-shadow: 1px 1px 3px 2px #295c76;
  box-shadow:         1px 1px 3px 2px #295c76; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,92,118, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #295c76


Comments

No comments written yet.

Please login to write comment.