#32829B

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

Shades of Scooter #32829B

Tints of Scooter #32829B

Color information

#32829B (or 0x32829B) is unknown color: approx Scooter. HEX triplet: 32, 82 and 9B. RGB value is (50,130,155). Sum of RGB (Red+Green+Blue) = 50+130+155=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #32829B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32829B is #CD7D64. Grayscale: #6C6C6C. Windows color (decimal): -13466981 or 10191410. OLE color: 10191410.

HSL color Cylindrical-coordinate representation of color #32829B: hue angle of 194.29º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32829B is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB50130155-
CMYK0.680.1600.39
HSL194.29º51.22%40.2%-
HSV(B)194.29º67.74%60.78%-
XYZ15.2119.0133.88-
YUV108.9315485.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.93%
GREEN value IS 130 (51.17% from 255) = 38.81%
BLUE value IS 155 (60.94% from 255) = 46.27%
R=14.93%
G=38.81%
B=46.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal501301550.680.1600.39194.2951.2240.2
Hex32829B4410027c23328
Octal62202233104200473026350
Binary1100101000001010011011100010010000010011111000010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32829B; }

 p { color: rgb(50,130,155); }

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

<style>
 a { background-color: #32829B; }

 a { background-color: rgb(50,130,155); }

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

<style>
 span { border-color: #32829B; }

 span { border-color: rgb(50,130,155); }

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