#328290

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

Shades of Scooter #328290

Tints of Scooter #328290

Color information

#328290 (or 0x328290) is unknown color: approx Scooter. HEX triplet: 32, 82 and 90. RGB value is (50,130,144). Sum of RGB (Red+Green+Blue) = 50+130+144=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #328290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328290 is #CD7D6F. Grayscale: #6B6B6B. Windows color (decimal): -13466992 or 9470514. OLE color: 9470514.

HSL color Cylindrical-coordinate representation of color #328290: hue angle of 188.94º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328290 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB50130144-
CMYK0.650.1000.44
HSL188.94º48.45%38.04%-
HSV(B)188.94º65.28%56.47%-
XYZ14.3318.6629.23-
YUV107.68148.586.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.43%
GREEN value IS 130 (51.17% from 255) = 40.12%
BLUE value IS 144 (56.64% from 255) = 44.44%
R=15.43%
G=40.12%
B=44.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal501301440.650.1000.44188.9448.4538.04
Hex32829041A02Cbd3026
Octal62202220101120542756046
Binary110010100000101001000010000011010010110010111101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328290; }

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

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

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

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

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

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

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

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