#29839F

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

Shades of Scooter #29839F

Tints of Scooter #29839F

Color information

#29839F (or 0x29839F) is unknown color: approx Scooter. HEX triplet: 29, 83 and 9F. RGB value is (41,131,159). Sum of RGB (Red+Green+Blue) = 41+131+159=331 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.39% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #29839F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29839F is #D67C60. Grayscale: #6B6B6B. Windows color (decimal): -14056545 or 10453801. OLE color: 10453801.

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

Color convert

RGB41131159-
CMYK0.740.1800.38
HSL194.24º59%39.22%-
HSV(B)194.24º74.21%62.35%-
XYZ15.2919.2135.7-
YUV107.28157.1880.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.39%
GREEN value IS 131 (51.56% from 255) = 39.58%
BLUE value IS 159 (62.5% from 255) = 48.04%
R=12.39%
G=39.58%
B=48.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411311590.740.1800.38194.245939.22
Hex29839F4A12026c23b27
Octal51203237112220463027347
Binary1010011000001110011111100101010010010011011000010111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29839F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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