Color Hex Logo

#295970 Color Hex

#295970
(41,89,112)
0 Favorites   0 Comments

Color spaces of #295970

RGB 4189112
HSL0.550.460.30
HSV199°63°44°
CMYK 0.630.210.00   0.56
XYZ7.41158.786016.6345
Yxy8.78600.22570.2676
Hunter Lab29.6412-7.2398-12.5244
CIE-Lab35.5690-8.6679-18.0049

#295970 color RGB value is (41,89,112).

#295970 hex color red value is 41, green value is 89 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #295970 hue: 0.55 , saturation: 0.46 and the lightness value of 295970 is 0.30.

The process color (four color CMYK) of #295970 color hex is 0.63, 0.21, 0.00, 0.56. Web safe color of #295970 is #336666. Color #295970 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01011001 01110000
Octal 51 131 160
Decimal 41 89 112
Hex 29 59 70

RGB Percentages of Color #295970

%16.94
%36.78
%46.28

CMYK Percentages of Color #295970

%63
%21
%0
%56

Triadic Colors of #295970

#295970 #702959 #597029

Analogous Colors of #295970

#295970 #293670 #297064

Monochromatic Colors of #295970

#295970

Complementary Color

#295970 #704029

#295970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#295970 Color CSS Codes

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

#295970 Text Font Color

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

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


#295970 Background Color

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

This div background color is #295970


#295970 Border Color

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

This div border color is #295970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #295970


Comments

No comments written yet.

Please login to write comment.