#29849E

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

Shades of Scooter #29849E

Tints of Scooter #29849E

Color information

#29849E (or 0x29849E) is unknown color: approx Scooter. HEX triplet: 29, 84 and 9E. RGB value is (41,132,158). Sum of RGB (Red+Green+Blue) = 41+132+158=331 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.39% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 158 (62.11% from 255 or 47.73% from 331); Max value from RGB is 158 - color contains mainly: blue. Hex color #29849E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29849E is #D67B61. Grayscale: #6B6B6B. Windows color (decimal): -14056290 or 10388521. OLE color: 10388521.

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

Color convert

RGB41132158-
CMYK0.740.1600.38
HSL193.33º58.79%39.02%-
HSV(B)193.33º74.05%61.96%-
XYZ15.3419.4435.29-
YUV107.76156.3580.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.39%
GREEN value IS 132 (51.95% from 255) = 39.88%
BLUE value IS 158 (62.11% from 255) = 47.73%
R=12.39%
G=39.88%
B=47.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411321580.740.1600.38193.3358.7939.02
Hex29849E4A10026c13b27
Octal51204236112200463017347
Binary1010011000010010011110100101010000010011011000001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29849E; }

 p { color: rgb(41,132,158); }

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

<style>
 a { background-color: #29849E; }

 a { background-color: rgb(41,132,158); }

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

<style>
 span { border-color: #29849E; }

 span { border-color: rgb(41,132,158); }

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