#29697C

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

Shades of Allports #29697C

Tints of Allports #29697C

Color information

#29697C (or 0x29697C) is unknown color: approx Allports. HEX triplet: 29, 69 and 7C. RGB value is (41,105,124). Sum of RGB (Red+Green+Blue) = 41+105+124=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 124 - color contains mainly: blue. Hex color #29697C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29697C is #D69683. Grayscale: #575757. Windows color (decimal): -14063236 or 8153385. OLE color: 8153385.

HSL color Cylindrical-coordinate representation of color #29697C: hue angle of 193.73º 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 #29697C is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB41105124-
CMYK0.670.1500.51
HSL193.73º50.3%32.35%-
HSV(B)193.73º66.94%48.63%-
XYZ9.612.0320.88-
YUV88.03148.394.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.19%
GREEN value IS 105 (41.41% from 255) = 38.89%
BLUE value IS 124 (48.83% from 255) = 45.93%
R=15.19%
G=38.89%
B=45.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal411051240.670.1500.51193.7350.332.35
Hex29697C43F033c23220
Octal51151174103170633026240
Binary1010011101001111110010000111111011001111000010110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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