#29666D

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

Shades of Allports #29666D

Tints of Allports #29666D

Color information

#29666D (or 0x29666D) is unknown color: approx Allports. HEX triplet: 29, 66 and 6D. RGB value is (41,102,109). Sum of RGB (Red+Green+Blue) = 41+102+109=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 109 - color contains mainly: blue. Hex color #29666D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29666D is #D69992. Grayscale: #545454. Windows color (decimal): -14064019 or 7169577. OLE color: 7169577.

HSL color Cylindrical-coordinate representation of color #29666D: hue angle of 186.18º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29666D is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB41102109-
CMYK0.620.0600.57
HSL186.18º45.33%29.41%-
HSV(B)186.18º62.39%42.75%-
XYZ8.4311.0816.16-
YUV84.56141.7996.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.27%
GREEN value IS 102 (40.23% from 255) = 40.48%
BLUE value IS 109 (42.97% from 255) = 43.25%
R=16.27%
G=40.48%
B=43.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal411021090.620.0600.57186.1845.3329.41
Hex29666D3E6039ba2d1d
Octal511461557660712725535
Binary1010011100110110110111111011001110011011101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29666D; }

 p { color: rgb(41,102,109); }

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

<style>
 a { background-color: #29666D; }

 a { background-color: rgb(41,102,109); }

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

<style>
 span { border-color: #29666D; }

 span { border-color: rgb(41,102,109); }

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