#29889F

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

Shades of Scooter #29889F

Tints of Scooter #29889F

Color information

#29889F (or 0x29889F) is unknown color: approx Scooter. HEX triplet: 29, 88 and 9F. RGB value is (41,136,159). Sum of RGB (Red+Green+Blue) = 41+136+159=336 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.20% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #29889F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29889F is #D67760. Grayscale: #6E6E6E. Windows color (decimal): -14055265 or 10455081. OLE color: 10455081.

HSL color Cylindrical-coordinate representation of color #29889F: hue angle of 191.69º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29889F is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB41136159-
CMYK0.740.1400.38
HSL191.69º59%39.22%-
HSV(B)191.69º74.21%62.35%-
XYZ15.9820.5835.93-
YUV110.22155.5378.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.20%
GREEN value IS 136 (53.52% from 255) = 40.48%
BLUE value IS 159 (62.5% from 255) = 47.32%
R=12.20%
G=40.48%
B=47.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411361590.740.1400.38191.695939.22
Hex29889F4AE026c03b27
Octal51210237112160463007347
Binary101001100010001001111110010101110010011011000000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29889F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29889F; }

 p { color: rgb(41,136,159); }

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

<style>
 a { background-color: #29889F; }

 a { background-color: rgb(41,136,159); }

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

<style>
 span { border-color: #29889F; }

 span { border-color: rgb(41,136,159); }

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