#29858F

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

Shades of Scooter #29858F

Tints of Scooter #29858F

Color information

#29858F (or 0x29858F) is unknown color: approx Scooter. HEX triplet: 29, 85 and 8F. RGB value is (41,133,143). Sum of RGB (Red+Green+Blue) = 41+133+143=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 143 (56.25% from 255 or 45.11% from 317); Max value from RGB is 143 - color contains mainly: blue. Hex color #29858F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29858F is #D67A70. Grayscale: #6A6A6A. Windows color (decimal): -14056049 or 9405737. OLE color: 9405737.

HSL color Cylindrical-coordinate representation of color #29858F: hue angle of 185.88º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29858F is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB41133143-
CMYK0.710.0700.44
HSL185.88º55.43%36.08%-
HSV(B)185.88º71.33%56.08%-
XYZ14.2619.2328.95-
YUV106.63148.5281.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.93%
GREEN value IS 133 (52.34% from 255) = 41.96%
BLUE value IS 143 (56.25% from 255) = 45.11%
R=12.93%
G=41.96%
B=45.11%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal411331430.710.0700.44185.8855.4336.08
Hex29858F47702Cba3724
Octal5120521710770542726744
Binary10100110000101100011111000111111010110010111010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29858F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,133,143); }

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

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

 a { background-color: rgb(41,133,143); }

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

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

 span { border-color: rgb(41,133,143); }

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