#29707D

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

Shades of Allports #29707D

Tints of Allports #29707D

Color information

#29707D (or 0x29707D) is unknown color: approx Allports. HEX triplet: 29, 70 and 7D. RGB value is (41,112,125). Sum of RGB (Red+Green+Blue) = 41+112+125=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 125 - color contains mainly: blue. Hex color #29707D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29707D is #D68F82. Grayscale: #5C5C5C. Windows color (decimal): -14061443 or 8220713. OLE color: 8220713.

HSL color Cylindrical-coordinate representation of color #29707D: hue angle of 189.29º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29707D is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB41112125-
CMYK0.670.1000.51
HSL189.29º50.6%32.55%-
HSV(B)189.29º67.2%49.02%-
XYZ10.4113.5421.47-
YUV92.25146.4891.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.75%
GREEN value IS 112 (44.14% from 255) = 40.29%
BLUE value IS 125 (49.22% from 255) = 44.96%
R=14.75%
G=40.29%
B=44.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal411121250.670.1000.51189.2950.632.55
Hex29707D43A033bd3321
Octal51160175103120632756341
Binary1010011110000111110110000111010011001110111101110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29707D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,112,125); }

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

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

 a { background-color: rgb(41,112,125); }

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

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

 span { border-color: rgb(41,112,125); }

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