Color Hex Logo

#295061 Color Hex

#295061
(41,80,97)
0 Favorites   0 Comments

Color spaces of #295061

RGB 418097
HSL0.550.410.27
HSV198°58°38°
CMYK 0.580.180.00   0.62
XYZ5.94087.071812.3611
Yxy7.07180.23410.2787
Hunter Lab26.5929-6.6609-8.9446
CIE-Lab31.9698-8.3372-14.1351

#295061 color RGB value is (41,80,97).

#295061 hex color red value is 41, green value is 80 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #295061 hue: 0.55 , saturation: 0.41 and the lightness value of 295061 is 0.27.

The process color (four color CMYK) of #295061 color hex is 0.58, 0.18, 0.00, 0.62. Web safe color of #295061 is #336666. Color #295061 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01010000 01100001
Octal 51 120 141
Decimal 41 80 97
Hex 29 50 61

RGB Percentages of Color #295061

%18.81
%36.70
%44.50

CMYK Percentages of Color #295061

%58
%18
%0
%62

Triadic Colors of #295061

#295061 #612950 #506129

Analogous Colors of #295061

#295061 #293461 #296156

Monochromatic Colors of #295061

#295061

Complementary Color

#295061 #613a29

#295061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#295061 Color CSS Codes

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

#295061 Text Font Color

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

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


#295061 Background Color

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

This div background color is #295061


#295061 Border Color

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

This div border color is #295061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #295061


Comments

No comments written yet.

Please login to write comment.