#29899D

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

Shades of Scooter #29899D

Tints of Scooter #29899D

Color information

#29899D (or 0x29899D) is unknown color: approx Scooter. HEX triplet: 29, 89 and 9D. RGB value is (41,137,157). Sum of RGB (Red+Green+Blue) = 41+137+157=335 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.24% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 157 - color contains mainly: blue. Hex color #29899D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29899D is #D67662. Grayscale: #6E6E6E. Windows color (decimal): -14055011 or 10324265. OLE color: 10324265.

HSL color Cylindrical-coordinate representation of color #29899D: hue angle of 190.34º 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 #29899D is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB41137157-
CMYK0.740.1300.38
HSL190.34º58.59%38.82%-
HSV(B)190.34º73.89%61.57%-
XYZ15.9520.835.07-
YUV110.58154.278.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.24%
GREEN value IS 137 (53.91% from 255) = 40.90%
BLUE value IS 157 (61.72% from 255) = 46.87%
R=12.24%
G=40.90%
B=46.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411371570.740.1300.38190.3458.5938.82
Hex29899D4AD026be3b27
Octal51211235112150462767347
Binary101001100010011001110110010101101010011010111110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29899D; }

 p { color: rgb(41,137,157); }

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

<style>
 a { background-color: #29899D; }

 a { background-color: rgb(41,137,157); }

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

<style>
 span { border-color: #29899D; }

 span { border-color: rgb(41,137,157); }

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