Color Hex Logo

#295795 Color Hex

#295795
(41,87,149)
0 Favorites   0 Comments

Color spaces of #295795

RGB 4187149
HSL0.600.570.37
HSV214°72°58°
CMYK 0.720.420.00   0.42
XYZ9.74759.457729.7455
Yxy9.45770.19910.1932
Hunter Lab30.75342.7584-35.8195
CIE-Lab36.85106.2330-38.6504

#295795 color RGB value is (41,87,149).

#295795 hex color red value is 41, green value is 87 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #295795 hue: 0.60 , saturation: 0.57 and the lightness value of 295795 is 0.37.

The process color (four color CMYK) of #295795 color hex is 0.72, 0.42, 0.00, 0.42. Web safe color of #295795 is #336699. Color #295795 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01010111 10010101
Octal 51 127 225
Decimal 41 87 149
Hex 29 57 95

RGB Percentages of Color #295795

%14.80
%31.41
%53.79

CMYK Percentages of Color #295795

%72
%42
%0
%42

Triadic Colors of #295795

#295795 #952957 #579529

Analogous Colors of #295795

#295795 #312995 #298d95

Monochromatic Colors of #295795

#295795

Complementary Color

#295795 #956729

#295795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#295795 Color CSS Codes

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

#295795 Text Font Color

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

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


#295795 Background Color

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

This div background color is #295795


#295795 Border Color

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

This div border color is #295795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #295795


Comments

No comments written yet.

Please login to write comment.