#328291

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

Shades of Scooter #328291

Tints of Scooter #328291

Color information

#328291 (or 0x328291) is unknown color: approx Scooter. HEX triplet: 32, 82 and 91. RGB value is (50,130,145). Sum of RGB (Red+Green+Blue) = 50+130+145=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 145 - color contains mainly: blue. Hex color #328291 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328291 is #CD7D6E. Grayscale: #6B6B6B. Windows color (decimal): -13466991 or 9536050. OLE color: 9536050.

HSL color Cylindrical-coordinate representation of color #328291: hue angle of 189.47º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #328291 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB50130145-
CMYK0.660.1000.43
HSL189.47º48.72%38.24%-
HSV(B)189.47º65.52%56.86%-
XYZ14.4118.6929.64-
YUV107.7914986.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.38%
GREEN value IS 130 (51.17% from 255) = 40%
BLUE value IS 145 (57.03% from 255) = 44.62%
R=15.38%
G=40%
B=44.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal501301450.660.1000.43189.4748.7238.24
Hex32829142A02Bbd3126
Octal62202221102120532756146
Binary110010100000101001000110000101010010101110111101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328291; }

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

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

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

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

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

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

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

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