#29819C

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

Shades of Scooter #29819C

Tints of Scooter #29819C

Color information

#29819C (or 0x29819C) is unknown color: approx Scooter. HEX triplet: 29, 81 and 9C. RGB value is (41,129,156). Sum of RGB (Red+Green+Blue) = 41+129+156=326 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.58% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #29819C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29819C is #D67E63. Grayscale: #696969. Windows color (decimal): -14057060 or 10256681. OLE color: 10256681.

HSL color Cylindrical-coordinate representation of color #29819C: hue angle of 194.09º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29819C is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB41129156-
CMYK0.740.1700.39
HSL194.09º58.38%38.63%-
HSV(B)194.09º73.72%61.18%-
XYZ14.7718.5734.26-
YUV105.77156.3581.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.58%
GREEN value IS 129 (50.78% from 255) = 39.57%
BLUE value IS 156 (61.33% from 255) = 47.85%
R=12.58%
G=39.57%
B=47.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal411291560.740.1700.39194.0958.3838.63
Hex29819C4A11027c23a27
Octal51201234112210473027247
Binary1010011000000110011100100101010001010011111000010111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29819C; }

 p { color: rgb(41,129,156); }

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

<style>
 a { background-color: #29819C; }

 a { background-color: rgb(41,129,156); }

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

<style>
 span { border-color: #29819C; }

 span { border-color: rgb(41,129,156); }

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