#29697A

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

Shades of Allports #29697A

Tints of Allports #29697A

Color information

#29697A (or 0x29697A) is unknown color: approx Allports. HEX triplet: 29, 69 and 7A. RGB value is (41,105,122). Sum of RGB (Red+Green+Blue) = 41+105+122=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 122 - color contains mainly: blue. Hex color #29697A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29697A is #D69685. Grayscale: #575757. Windows color (decimal): -14063238 or 8022313. OLE color: 8022313.

HSL color Cylindrical-coordinate representation of color #29697A: hue angle of 192.59º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29697A is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB41105122-
CMYK0.660.1400.52
HSL192.59º49.69%31.96%-
HSV(B)192.59º66.39%47.84%-
XYZ9.4811.9820.23-
YUV87.8147.394.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.30%
GREEN value IS 105 (41.41% from 255) = 39.18%
BLUE value IS 122 (48.05% from 255) = 45.52%
R=15.30%
G=39.18%
B=45.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal411051220.660.1400.52192.5949.6931.96
Hex29697A42E034c13220
Octal51151172102160643016240
Binary1010011101001111101010000101110011010011000001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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