#328593

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

Shades of Scooter #328593

Tints of Scooter #328593

Color information

#328593 (or 0x328593) is unknown color: approx Scooter. HEX triplet: 32, 85 and 93. RGB value is (50,133,147). Sum of RGB (Red+Green+Blue) = 50+133+147=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #328593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328593 is #CD7A6C. Grayscale: #6D6D6D. Windows color (decimal): -13466221 or 9667890. OLE color: 9667890.

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

Color convert

RGB50133147-
CMYK0.660.1000.42
HSL188.66º49.24%38.63%-
HSV(B)188.66º65.99%57.65%-
XYZ14.9719.5630.59-
YUV109.7814985.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.15%
GREEN value IS 133 (52.34% from 255) = 40.30%
BLUE value IS 147 (57.81% from 255) = 44.55%
R=15.15%
G=40.30%
B=44.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal501331470.660.1000.42188.6649.2438.63
Hex32859342A02Abd3127
Octal62205223102120522756147
Binary110010100001011001001110000101010010101010111101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328593; }

 p { color: rgb(50,133,147); }

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

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

 a { background-color: rgb(50,133,147); }

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

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

 span { border-color: rgb(50,133,147); }

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