#328296

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

Shades of Scooter #328296

Tints of Scooter #328296

Color information

#328296 (or 0x328296) is unknown color: approx Scooter. HEX triplet: 32, 82 and 96. RGB value is (50,130,150). Sum of RGB (Red+Green+Blue) = 50+130+150=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 150 - color contains mainly: blue. Hex color #328296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328296 is #CD7D69. Grayscale: #6C6C6C. Windows color (decimal): -13466986 or 9863730. OLE color: 9863730.

HSL color Cylindrical-coordinate representation of color #328296: hue angle of 192º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #328296 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB50130150-
CMYK0.670.1300.41
HSL192º50%39.22%-
HSV(B)192º66.67%58.82%-
XYZ14.818.8531.71-
YUV108.36151.586.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.15%
GREEN value IS 130 (51.17% from 255) = 39.39%
BLUE value IS 150 (58.98% from 255) = 45.45%
R=15.15%
G=39.39%
B=45.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal501301500.670.1300.411925039.22
Hex32829643D029c03227
Octal62202226103150513006247
Binary110010100000101001011010000111101010100111000000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328296; }

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

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

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

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

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

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

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

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