#29809C

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

Shades of Scooter #29809C

Tints of Scooter #29809C

Color information

#29809C (or 0x29809C) is unknown color: approx Scooter. HEX triplet: 29, 80 and 9C. RGB value is (41,128,156). Sum of RGB (Red+Green+Blue) = 41+128+156=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #29809C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29809C is #D67F63. Grayscale: #686868. Windows color (decimal): -14057316 or 10256425. OLE color: 10256425.

HSL color Cylindrical-coordinate representation of color #29809C: hue angle of 194.61º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29809C is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB41128156-
CMYK0.740.1800.39
HSL194.61º58.38%38.63%-
HSV(B)194.61º73.72%61.18%-
XYZ14.6318.3134.22-
YUV105.18156.6882.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.62%
GREEN value IS 128 (50.39% from 255) = 39.38%
BLUE value IS 156 (61.33% from 255) = 48%
R=12.62%
G=39.38%
B=48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal411281560.740.1800.39194.6158.3838.63
Hex29809C4A12027c33a27
Octal51200234112220473037247
Binary1010011000000010011100100101010010010011111000011111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,128,156); }

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

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

 a { background-color: rgb(41,128,156); }

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

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

 span { border-color: rgb(41,128,156); }

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