#29869F

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

Shades of Scooter #29869F

Tints of Scooter #29869F

Color information

#29869F (or 0x29869F) is unknown color: approx Scooter. HEX triplet: 29, 86 and 9F. RGB value is (41,134,159). Sum of RGB (Red+Green+Blue) = 41+134+159=334 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.28% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 159 - color contains mainly: blue. Hex color #29869F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29869F is #D67960. Grayscale: #6C6C6C. Windows color (decimal): -14055777 or 10454569. OLE color: 10454569.

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

Color convert

RGB41134159-
CMYK0.740.1600.38
HSL192.71º59%39.22%-
HSV(B)192.71º74.21%62.35%-
XYZ15.720.0235.84-
YUV109.04156.1979.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.28%
GREEN value IS 134 (52.73% from 255) = 40.12%
BLUE value IS 159 (62.5% from 255) = 47.60%
R=12.28%
G=40.12%
B=47.60%

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
Decimal411341590.740.1600.38192.715939.22
Hex29869F4A10026c13b27
Octal51206237112200463017347
Binary1010011000011010011111100101010000010011011000001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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