#29605F

Color #29605F Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #29605F

Tints of Blue Stone #29605F

Color information

#29605F (or 0x29605F) is unknown color: approx Blue Stone. HEX triplet: 29, 60 and 5F. RGB value is (41,96,95). Sum of RGB (Red+Green+Blue) = 41+96+95=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 96 - color contains mainly: green. Hex color #29605F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29605F is #D69FA0. Grayscale: #4F4F4F. Windows color (decimal): -14065569 or 6250537. OLE color: 6250537.

HSL color Cylindrical-coordinate representation of color #29605F: hue angle of 178.91º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #29605F is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB419695-
CMYK0.5700.010.62
HSL178.91º40.15%26.86%-
HSV(B)178.91º57.29%37.65%-
XYZ7.169.6612.31-
YUV79.44136.78100.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 17.67%
GREEN value IS 96 (37.89% from 255) = 41.38%
BLUE value IS 95 (37.5% from 255) = 40.95%
R=17.67%
G=41.38%
B=40.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4196950.5700.010.62178.9140.1526.86
Hex29605F39013Eb3281b
Octal511401377101762635033
Binary10100111000001011111111001011111101011001110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29605F; }

 p { color: rgb(41,96,95); }

 H1.HeaderClassName
 {
   color: #29605F;
 }
 .AnyTagClassName
 {
   color: #29605F;
 }
</style>
background-color css

<style>
 a { background-color: #29605F; }

 a { background-color: rgb(41,96,95); }

 div.DivClassName
 {
   background-color: #29605F;
 }
 .BgClassName
 {
   background-color: #29605F;
 }
</style>
border-color css

<style>
 span { border-color: #29605F; }

 span { border-color: rgb(41,96,95); }

 td.TdClassName
 {
   border-color: #29605F;
 }
 .TagClassName
 {
   border-color: #29605F;
 }
</style>