#29656C

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

Shades of Allports #29656C

Tints of Allports #29656C

Color information

#29656C (or 0x29656C) is unknown color: approx Allports. HEX triplet: 29, 65 and 6C. RGB value is (41,101,108). Sum of RGB (Red+Green+Blue) = 41+101+108=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 108 - color contains mainly: blue. Hex color #29656C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29656C is #D69A93. Grayscale: #535353. Windows color (decimal): -14064276 or 7103785. OLE color: 7103785.

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

Color convert

RGB41101108-
CMYK0.620.0600.58
HSL186.27º44.97%29.22%-
HSV(B)186.27º62.04%42.35%-
XYZ8.2710.8615.85-
YUV83.86141.6297.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.4%
GREEN value IS 101 (39.84% from 255) = 40.4%
BLUE value IS 108 (42.58% from 255) = 43.2%
R=16.4%
G=40.4%
B=43.2%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal411011080.620.0600.58186.2744.9729.22
Hex29656C3E603Aba2d1d
Octal511451547660722725535
Binary1010011100101110110011111011001110101011101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29656C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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