#29707C

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

Shades of Allports #29707C

Tints of Allports #29707C

Color information

#29707C (or 0x29707C) is unknown color: approx Allports. HEX triplet: 29, 70 and 7C. RGB value is (41,112,124). Sum of RGB (Red+Green+Blue) = 41+112+124=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #29707C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29707C is #D68F83. Grayscale: #5C5C5C. Windows color (decimal): -14061444 or 8155177. OLE color: 8155177.

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

Color convert

RGB41112124-
CMYK0.670.1000.51
HSL188.67º50.3%32.35%-
HSV(B)188.67º66.94%48.63%-
XYZ10.3513.5121.13-
YUV92.14145.9891.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.80%
GREEN value IS 112 (44.14% from 255) = 40.43%
BLUE value IS 124 (48.83% from 255) = 44.77%
R=14.80%
G=40.43%
B=44.77%

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
Decimal411121240.670.1000.51188.6750.332.35
Hex29707C43A033bd3220
Octal51160174103120632756240
Binary1010011110000111110010000111010011001110111101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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