#29696B

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

Shades of Atoll #29696B

Tints of Atoll #29696B

Color information

#29696B (or 0x29696B) is unknown color: approx Atoll. HEX triplet: 29, 69 and 6B. RGB value is (41,105,107). Sum of RGB (Red+Green+Blue) = 41+105+107=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 107 - color contains mainly: blue. Hex color #29696B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29696B is #D69694. Grayscale: #565656. Windows color (decimal): -14063253 or 7039273. OLE color: 7039273.

HSL color Cylindrical-coordinate representation of color #29696B: hue angle of 181.82º 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 #29696B is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB41105107-
CMYK0.620.0200.58
HSL181.82º44.59%29.02%-
HSV(B)181.82º61.68%41.96%-
XYZ8.6211.6415.7-
YUV86.09139.895.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.21%
GREEN value IS 105 (41.41% from 255) = 41.50%
BLUE value IS 107 (42.19% from 255) = 42.29%
R=16.21%
G=41.50%
B=42.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal411051070.620.0200.58181.8244.5929.02
Hex29696B3E203Ab62d1d
Octal511511537620722665535
Binary101001110100111010111111101001110101011011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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