#29687A

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

Shades of Allports #29687A

Tints of Allports #29687A

Color information

#29687A (or 0x29687A) is unknown color: approx Allports. HEX triplet: 29, 68 and 7A. RGB value is (41,104,122). Sum of RGB (Red+Green+Blue) = 41+104+122=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 122 (48.05% from 255 or 45.69% from 267); Max value from RGB is 122 - color contains mainly: blue. Hex color #29687A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29687A is #D69785. Grayscale: #575757. Windows color (decimal): -14063494 or 8022057. OLE color: 8022057.

HSL color Cylindrical-coordinate representation of color #29687A: hue angle of 193.33º 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 #29687A is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB41104122-
CMYK0.660.1500.52
HSL193.33º49.69%31.96%-
HSV(B)193.33º66.39%47.84%-
XYZ9.3811.7820.19-
YUV87.21147.6395.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.36%
GREEN value IS 104 (41.02% from 255) = 38.95%
BLUE value IS 122 (48.05% from 255) = 45.69%
R=15.36%
G=38.95%
B=45.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal411041220.660.1500.52193.3349.6931.96
Hex29687A42F034c13220
Octal51150172102170643016240
Binary1010011101000111101010000101111011010011000001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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