#29889D

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

Shades of Scooter #29889D

Tints of Scooter #29889D

Color information

#29889D (or 0x29889D) is unknown color: approx Scooter. HEX triplet: 29, 88 and 9D. RGB value is (41,136,157). Sum of RGB (Red+Green+Blue) = 41+136+157=334 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.28% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #29889D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29889D is #D67762. Grayscale: #6D6D6D. Windows color (decimal): -14055267 or 10324009. OLE color: 10324009.

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

Color convert

RGB41136157-
CMYK0.740.1300.38
HSL190.86º58.59%38.82%-
HSV(B)190.86º73.89%61.57%-
XYZ15.820.5135.02-
YUV109.99154.5378.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.28%
GREEN value IS 136 (53.52% from 255) = 40.72%
BLUE value IS 157 (61.72% from 255) = 47.01%
R=12.28%
G=40.72%
B=47.01%

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
Decimal411361570.740.1300.38190.8658.5938.82
Hex29889D4AD026bf3b27
Octal51210235112150462777347
Binary101001100010001001110110010101101010011010111111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29889D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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