Color Hex Logo

#295377 Color Hex

#295377
(41,83,119)
0 Favorites   0 Comments

Color spaces of #295377

RGB 4183119
HSL0.580.490.31
HSV208°66°47°
CMYK 0.660.300.00   0.53
XYZ7.33757.989818.6082
Yxy7.98980.21620.2354
Hunter Lab28.2662-3.1299-19.2454
CIE-Lab33.9616-2.4531-24.8478

#295377 color RGB value is (41,83,119).

#295377 hex color red value is 41, green value is 83 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #295377 hue: 0.58 , saturation: 0.49 and the lightness value of 295377 is 0.31.

The process color (four color CMYK) of #295377 color hex is 0.66, 0.30, 0.00, 0.53. Web safe color of #295377 is #336666. Color #295377 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01010011 01110111
Octal 51 123 167
Decimal 41 83 119
Hex 29 53 77

RGB Percentages of Color #295377

%16.87
%34.16
%48.97

CMYK Percentages of Color #295377

%66
%30
%0
%53

Triadic Colors of #295377

#295377 #772953 #537729

Analogous Colors of #295377

#295377 #292c77 #297774

Monochromatic Colors of #295377

#295377

Complementary Color

#295377 #774d29

#295377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#295377 Color CSS Codes

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

#295377 Text Font Color

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

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


#295377 Background Color

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

This div background color is #295377


#295377 Border Color

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

This div border color is #295377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #295377


Comments

No comments written yet.

Please login to write comment.