#29696C

Color #29696C Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #29696C

Tints of Atoll #29696C

Color information

#29696C (or 0x29696C) is unknown color: approx Atoll. HEX triplet: 29, 69 and 6C. RGB value is (41,105,108). Sum of RGB (Red+Green+Blue) = 41+105+108=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 108 - color contains mainly: blue. Hex color #29696C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29696C is #D69693. Grayscale: #565656. Windows color (decimal): -14063252 or 7104809. OLE color: 7104809.

HSL color Cylindrical-coordinate representation of color #29696C: hue angle of 182.69º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29696C is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB41105108-
CMYK0.620.0300.58
HSL182.69º44.97%29.22%-
HSV(B)182.69º62.04%42.35%-
XYZ8.6711.6615.98-
YUV86.21140.395.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.14%
GREEN value IS 105 (41.41% from 255) = 41.34%
BLUE value IS 108 (42.58% from 255) = 42.52%
R=16.14%
G=41.34%
B=42.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal411051080.620.0300.58182.6944.9729.22
Hex29696C3E303Ab72d1d
Octal511511547630722675535
Binary101001110100111011001111101101110101011011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29696C; }

 p { color: rgb(41,105,108); }

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

<style>
 a { background-color: #29696C; }

 a { background-color: rgb(41,105,108); }

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

<style>
 span { border-color: #29696C; }

 span { border-color: rgb(41,105,108); }

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